diff --git a/custom-node-list.json b/custom-node-list.json index 29e1aae5..ee0ab777 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34596,6 +34596,16 @@ "install_type": "git-clone", "description": "A custom ComfyUI node that randomizes tag weights for text prompts. Useful for dynamic prompt generation or creative experimentation in AI image workflows." }, + { + "author": "walke2019", + "title": "ComfyUI-GGUF-VisionLM", + "reference": "https://github.com/walke2019/ComfyUI-GGUF-VisionLM", + "files": [ + "https://github.com/walke2019/ComfyUI-GGUF-VisionLM" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for running GGUF quantized Qwen2.5-VL models using llama.cpp" + }, diff --git a/extension-node-map.json b/extension-node-map.json index 022aa66d..d0ac4501 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -366,6 +366,7 @@ [ "ImageAddLabel", "ImageBBoxOverlayByMask", + "ImageBatchExtract", "ImageBatchGroup", "ImageBatchSplit", "ImageBatchToList", @@ -9411,10 +9412,12 @@ "ImageSizeAdjustment", "InspyrenetRembgLoader", "InspyrenetRembgProcess", + "LG_Counter", "LG_FloatRange", "LG_InstallDependencies", "LG_LatentBatchToList", "LG_LoadImage", + "LG_LoadImage_V2", "LG_Noise", "LG_PipManager", "LG_SaveImage", @@ -24750,7 +24753,8 @@ "https://github.com/diffussy69/comfyui-curved_weight_schedule": [ [ "CurvedTimestepKeyframes", - "MultiMaskStrengthCombiner" + "MultiMaskStrengthCombiner", + "RegionalPrompting" ], { "title_aux": "ComfyUI-curved_weight_schedule" @@ -40861,6 +40865,7 @@ ], "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": [ [ + "GetKeyAPI", "SSL_GeminiAPIKeyConfig", "SSL_GeminiTextPrompt" ], @@ -40993,6 +40998,7 @@ [ "ImageBlend_GPU", "ImageRadialZoomBlur_GPU", + "LoraExtractKJv2", "PowerLoraLoaderV2", "VideoMergeABC", "WanScaleAB", @@ -43605,6 +43611,8 @@ "Empty Image Node", "JSON Parser Node", "LoadImageFromUrlNode", + "MultilinePromptNode", + "OSSUploadNode", "RemoveEmptyLinesNode", "SaveVideoRGBA", "TextToImageNode" @@ -44017,6 +44025,17 @@ "title_aux": "ComfyUI-AbstractImaGen" } ], + "https://github.com/walke2019/ComfyUI-GGUF-VisionLM": [ + [ + "LoadQwen2_5_VL_GGUF", + "Qwen2_5_VL_GGUF_All_In_One", + "Qwen2_5_VL_GGUF_Batch_Describe", + "Qwen2_5_VL_GGUF_Describe_Image" + ], + { + "title_aux": "ComfyUI-GGUF-VisionLM" + } + ], "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": [ [ "QI_QwenVLClipWrapper", diff --git a/github-stats.json b/github-stats.json index 9bb6ecb9..540a1ab7 100644 --- a/github-stats.json +++ b/github-stats.json @@ -15739,6 +15739,11 @@ "last_update": "2025-05-09 22:37:03", "author_account_age_days": 167 }, + "https://github.com/walke2019/ComfyUI-GGUF-VisionLM": { + "stars": 0, + "last_update": "2025-10-20 04:01:44", + "author_account_age_days": 2393 + }, "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": { "stars": 47, "last_update": "2025-10-17 11:25:13", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 85803264..d8b4ded6 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "walke2019", + "title": "ComfyUI-GGUF-VisionLM", + "reference": "https://github.com/walke2019/ComfyUI-GGUF-VisionLM", + "files": [ + "https://github.com/walke2019/ComfyUI-GGUF-VisionLM" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for running GGUF quantized Qwen2.5-VL models using llama.cpp" + }, { "author": "cybernaut4", "title": "Arkl1te's Toolkit", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 022aa66d..d0ac4501 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -366,6 +366,7 @@ [ "ImageAddLabel", "ImageBBoxOverlayByMask", + "ImageBatchExtract", "ImageBatchGroup", "ImageBatchSplit", "ImageBatchToList", @@ -9411,10 +9412,12 @@ "ImageSizeAdjustment", "InspyrenetRembgLoader", "InspyrenetRembgProcess", + "LG_Counter", "LG_FloatRange", "LG_InstallDependencies", "LG_LatentBatchToList", "LG_LoadImage", + "LG_LoadImage_V2", "LG_Noise", "LG_PipManager", "LG_SaveImage", @@ -24750,7 +24753,8 @@ "https://github.com/diffussy69/comfyui-curved_weight_schedule": [ [ "CurvedTimestepKeyframes", - "MultiMaskStrengthCombiner" + "MultiMaskStrengthCombiner", + "RegionalPrompting" ], { "title_aux": "ComfyUI-curved_weight_schedule" @@ -40861,6 +40865,7 @@ ], "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": [ [ + "GetKeyAPI", "SSL_GeminiAPIKeyConfig", "SSL_GeminiTextPrompt" ], @@ -40993,6 +40998,7 @@ [ "ImageBlend_GPU", "ImageRadialZoomBlur_GPU", + "LoraExtractKJv2", "PowerLoraLoaderV2", "VideoMergeABC", "WanScaleAB", @@ -43605,6 +43611,8 @@ "Empty Image Node", "JSON Parser Node", "LoadImageFromUrlNode", + "MultilinePromptNode", + "OSSUploadNode", "RemoveEmptyLinesNode", "SaveVideoRGBA", "TextToImageNode" @@ -44017,6 +44025,17 @@ "title_aux": "ComfyUI-AbstractImaGen" } ], + "https://github.com/walke2019/ComfyUI-GGUF-VisionLM": [ + [ + "LoadQwen2_5_VL_GGUF", + "Qwen2_5_VL_GGUF_All_In_One", + "Qwen2_5_VL_GGUF_Batch_Describe", + "Qwen2_5_VL_GGUF_Describe_Image" + ], + { + "title_aux": "ComfyUI-GGUF-VisionLM" + } + ], "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": [ [ "QI_QwenVLClipWrapper",