From cb8bcd7edfeac570179a564cb2f97002d7b68dc0 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 26 Sep 2024 09:49:08 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 31 +++++++++++++++++-------- extension-node-map.json | 36 ++++++++++++++++++++--------- github-stats.json | 10 ++++++++ node_db/dev/custom-node-list.json | 11 ++++++++- node_db/dev/extension-node-map.json | 1 + node_db/dev/github-stats.json | 5 ++++ node_db/new/custom-node-list.json | 30 ++++++++++++------------ node_db/new/extension-node-map.json | 36 ++++++++++++++++++++--------- 8 files changed, 112 insertions(+), 48 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9876b68c..34a6422b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14294,6 +14294,17 @@ "install_type": "git-clone", "description": "A custom node for ComfyUI that analyzes and sorts images based on head orientation using MediaPipe. It detects facial landmarks, calculates head pose, and intelligently sorts images for enhanced AI image processing workflows." }, + { + "author": "PabloGFX", + "title": "Google Photos Loader - by PabloGFX", + "id": "google-photos-loader", + "reference": "https://github.com/lazniak/comfyui-google-photos-loader", + "files": [ + "https://github.com/lazniak/comfyui-google-photos-loader" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that integrates Google Photos into your workflows. List albums, load images from specific albums, and search photos directly within ComfyUI. Features customizable image loading options, sorting, and efficient caching for seamless integration of your Google Photos library into AI image processing pipelines." + }, { "author": "45uee", "title": "ComfyUI-Color_Transfer", @@ -14334,6 +14345,16 @@ "install_type": "git-clone", "description": "For unloading a model or all models, using the memory management that is already present in ComfyUI. Copied from [a/https://github.com/willblaschko/ComfyUI-Unload-Models](https://github.com/willblaschko/ComfyUI-Unload-Models) but without the unnecessary extra stuff." }, + { + "author": "SeanScripts", + "title": "ComfyUI-PixtralLlamaVision", + "reference": "https://github.com/SeanScripts/ComfyUI-PixtralLlamaVision", + "files": [ + "https://github.com/SeanScripts/ComfyUI-PixtralLlamaVision" + ], + "install_type": "git-clone", + "description": "For loading and running Pixtral and Llama 3.2 Vision models" + }, { "author": "ExterminanzHS", "title": "Gecco Discord Autosend", @@ -14792,16 +14813,6 @@ "install_type": "git-clone", "description": "This is a ComfyUI node that connects with [a/Roboflow workflows](https://roboflow.com/workflows/build).\nRoboflow hosts hundreds of thousands of open source and custom object detection models." }, - { - "author": "SeanScripts", - "title": "ComfyUI-Pixtral", - "reference": "https://github.com/SeanScripts/ComfyUI-Pixtral", - "files": [ - "https://github.com/SeanScripts/ComfyUI-Pixtral" - ], - "install_type": "git-clone", - "description": "For loading and running Pixtral models" - }, diff --git a/extension-node-map.json b/extension-node-map.json index c93f4473..cc0293e2 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -5149,17 +5149,6 @@ "title_aux": "ComfyUI-Long-CLIP" } ], - "https://github.com/SeanScripts/ComfyUI-Pixtral": [ - [ - "PixtralGenerateText", - "PixtralImageEncode", - "PixtralModelLoader", - "PixtralTextEncode" - ], - { - "title_aux": "ComfyUI-Pixtral" - } - ], "https://github.com/SeanScripts/ComfyUI-Unload-Model": [ [ "UnloadAllModels", @@ -7620,7 +7609,10 @@ "AK_ConvertListToFloatList", "AK_ConvertSaltAudioToAudio", "AK_DilateMaskLinearInfinite", + "AK_FadeBetweenBatches", + "AK_FlexFeatureToFloatList", "AK_FloatListToDilateMaskSchedule", + "AK_FloatListToFlexFeature", "AK_IPAdapterCustomWeights", "AK_KeyframeScheduler", "AK_LagChop", @@ -7629,6 +7621,7 @@ "AK_RescaleFloatList", "AK_ScheduledBinaryComparison", "AK_ShrinkNumSequence", + "AK_SplitImageBatch", "AK_VideoSpeedAdjust" ], { @@ -14939,6 +14932,22 @@ "title_aux": "Head Orientation Node" } ], + "https://github.com/lazniak/comfyui-google-photos-loader": [ + [ + "ContentFilter", + "DatePicker", + "Google Photos Album Lister", + "Google Photos Album Loader", + "Google Photos Album Selector", + "Google Photos Cache Manager", + "Google Photos Clear Cache", + "Google Photos Images Loader", + "Google Photos Login/Logout" + ], + { + "title_aux": "Google Photos Loader - by PabloGFX" + } + ], "https://github.com/leeguandong/ComfyUI_CompareModelWeights": [ [ "CheckPointLoader_Compare", @@ -15907,8 +15916,12 @@ "LF_CharacterImpersonator", "LF_CivitAIMetadataSetup", "LF_ControlPanel", + "LF_DisplayBoolean", + "LF_DisplayFloat", + "LF_DisplayInteger", "LF_DisplayJSON", "LF_DisplayPrimitiveAsJSON", + "LF_DisplayString", "LF_Extractor", "LF_Float", "LF_GetRandomKeyFromJSON", @@ -15931,6 +15944,7 @@ "LF_RandomBoolean", "LF_ResizeImageByEdge", "LF_ResizeImageToSquare", + "LF_ResolutionSwitcher", "LF_SaveImageForCivitAI", "LF_SaveJSON", "LF_SequentialSeedsGenerator", diff --git a/github-stats.json b/github-stats.json index 7aa1b2dd..384a64ac 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1859,6 +1859,11 @@ "last_update": "2024-09-25 11:11:56", "author_account_age_days": 1613 }, + "https://github.com/SeanScripts/ComfyUI-PixtralLlamaVision": { + "stars": 1, + "last_update": "2024-09-26 00:00:14", + "author_account_age_days": 1614 + }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 3, "last_update": "2024-09-05 09:33:16", @@ -4769,6 +4774,11 @@ "last_update": "2024-09-25 10:09:30", "author_account_age_days": 2374 }, + "https://github.com/lazniak/comfyui-google-photos-loader": { + "stars": 0, + "last_update": "2024-09-25 19:40:34", + "author_account_age_days": 2375 + }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 2, "last_update": "2024-09-22 13:13:07", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index ce5d9944..d19b443b 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -12,7 +12,16 @@ - + { + "author": "netanelben", + "title": "comfyui-text2image-customnode [WIP]", + "reference": "https://github.com/netanelben/comfyui-text2image-customnode", + "files": [ + "https://github.com/netanelben/comfyui-text2image-customnode" + ], + "install_type": "git-clone", + "description": "text2image web extension" + }, { "author": "leeguandong", "title": "ComfyUI_AliControlnetInpainting [WIP]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index d83d85b4..7c0fdcce 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -444,6 +444,7 @@ "DevToolsExperimentalNode", "DevToolsLongComboDropdown", "DevToolsNodeWithForceInput", + "DevToolsNodeWithOnlyOptionalInput", "DevToolsNodeWithOptionalInput", "DevToolsNodeWithOutputList" ], diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 54dd3a90..333866e8 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -949,6 +949,11 @@ "last_update": "2024-09-20 07:49:04", "author_account_age_days": 3873 }, + "https://github.com/netanelben/comfyui-text2image-customnode": { + "stars": 0, + "last_update": "2024-09-25 15:22:39", + "author_account_age_days": 3975 + }, "https://github.com/neuratech-ai/ComfyUI-MultiGPU": { "stars": 83, "last_update": "2024-08-04 16:37:11", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 6b987dea..ceb39071 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,6 +9,17 @@ }, + { + "author": "PabloGFX", + "title": "Google Photos Loader - by PabloGFX", + "id": "google-photos-loader", + "reference": "https://github.com/lazniak/comfyui-google-photos-loader", + "files": [ + "https://github.com/lazniak/comfyui-google-photos-loader" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that integrates Google Photos into your workflows. List albums, load images from specific albums, and search photos directly within ComfyUI. Features customizable image loading options, sorting, and efficient caching for seamless integration of your Google Photos library into AI image processing pipelines." + }, { "author": "Nojahhh", "title": "ComfyUI GLM-4 Wrapper", @@ -21,13 +32,13 @@ }, { "author": "SeanScripts", - "title": "ComfyUI-Pixtral", - "reference": "https://github.com/SeanScripts/ComfyUI-Pixtral", + "title": "ComfyUI-PixtralLlamaVision", + "reference": "https://github.com/SeanScripts/ComfyUI-PixtralLlamaVision", "files": [ - "https://github.com/SeanScripts/ComfyUI-Pixtral" + "https://github.com/SeanScripts/ComfyUI-PixtralLlamaVision" ], "install_type": "git-clone", - "description": "For loading and running Pixtral models" + "description": "For loading and running Pixtral and Llama 3.2 Vision models" }, { "author": "DareFail", @@ -677,17 +688,6 @@ ], "install_type": "git-clone", "description": "ComfyUI-NodeAligner is a lightweight ComfyUI layout plugin that includes features such as node alignment, distribution, and resizing. This plugin is designed to simplify layout adjustments in visual node editors or custom UI components, making node arrangement more convenient and efficient." - }, - { - "author": "smthemex", - "title": "ComfyUI_CSGO_Wrapper", - "id": "comfyui_csgo_wrapper", - "reference": "https://github.com/smthemex/ComfyUI_CSGO_Wrapper", - "files": [ - "https://github.com/smthemex/ComfyUI_CSGO_Wrapper" - ], - "install_type": "git-clone", - "description": "using InstantX's CSGO in comfyUI for style" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index c93f4473..cc0293e2 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -5149,17 +5149,6 @@ "title_aux": "ComfyUI-Long-CLIP" } ], - "https://github.com/SeanScripts/ComfyUI-Pixtral": [ - [ - "PixtralGenerateText", - "PixtralImageEncode", - "PixtralModelLoader", - "PixtralTextEncode" - ], - { - "title_aux": "ComfyUI-Pixtral" - } - ], "https://github.com/SeanScripts/ComfyUI-Unload-Model": [ [ "UnloadAllModels", @@ -7620,7 +7609,10 @@ "AK_ConvertListToFloatList", "AK_ConvertSaltAudioToAudio", "AK_DilateMaskLinearInfinite", + "AK_FadeBetweenBatches", + "AK_FlexFeatureToFloatList", "AK_FloatListToDilateMaskSchedule", + "AK_FloatListToFlexFeature", "AK_IPAdapterCustomWeights", "AK_KeyframeScheduler", "AK_LagChop", @@ -7629,6 +7621,7 @@ "AK_RescaleFloatList", "AK_ScheduledBinaryComparison", "AK_ShrinkNumSequence", + "AK_SplitImageBatch", "AK_VideoSpeedAdjust" ], { @@ -14939,6 +14932,22 @@ "title_aux": "Head Orientation Node" } ], + "https://github.com/lazniak/comfyui-google-photos-loader": [ + [ + "ContentFilter", + "DatePicker", + "Google Photos Album Lister", + "Google Photos Album Loader", + "Google Photos Album Selector", + "Google Photos Cache Manager", + "Google Photos Clear Cache", + "Google Photos Images Loader", + "Google Photos Login/Logout" + ], + { + "title_aux": "Google Photos Loader - by PabloGFX" + } + ], "https://github.com/leeguandong/ComfyUI_CompareModelWeights": [ [ "CheckPointLoader_Compare", @@ -15907,8 +15916,12 @@ "LF_CharacterImpersonator", "LF_CivitAIMetadataSetup", "LF_ControlPanel", + "LF_DisplayBoolean", + "LF_DisplayFloat", + "LF_DisplayInteger", "LF_DisplayJSON", "LF_DisplayPrimitiveAsJSON", + "LF_DisplayString", "LF_Extractor", "LF_Float", "LF_GetRandomKeyFromJSON", @@ -15931,6 +15944,7 @@ "LF_RandomBoolean", "LF_ResizeImageByEdge", "LF_ResizeImageToSquare", + "LF_ResolutionSwitcher", "LF_SaveImageForCivitAI", "LF_SaveJSON", "LF_SequentialSeedsGenerator",