update DB

This commit is contained in:
Dr.Lt.Data 2025-10-20 18:47:13 +09:00
parent 59cbed429f
commit be95396a57
5 changed files with 65 additions and 2 deletions

View File

@ -34596,6 +34596,16 @@
"install_type": "git-clone", "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." "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"
},

View File

@ -366,6 +366,7 @@
[ [
"ImageAddLabel", "ImageAddLabel",
"ImageBBoxOverlayByMask", "ImageBBoxOverlayByMask",
"ImageBatchExtract",
"ImageBatchGroup", "ImageBatchGroup",
"ImageBatchSplit", "ImageBatchSplit",
"ImageBatchToList", "ImageBatchToList",
@ -9411,10 +9412,12 @@
"ImageSizeAdjustment", "ImageSizeAdjustment",
"InspyrenetRembgLoader", "InspyrenetRembgLoader",
"InspyrenetRembgProcess", "InspyrenetRembgProcess",
"LG_Counter",
"LG_FloatRange", "LG_FloatRange",
"LG_InstallDependencies", "LG_InstallDependencies",
"LG_LatentBatchToList", "LG_LatentBatchToList",
"LG_LoadImage", "LG_LoadImage",
"LG_LoadImage_V2",
"LG_Noise", "LG_Noise",
"LG_PipManager", "LG_PipManager",
"LG_SaveImage", "LG_SaveImage",
@ -24750,7 +24753,8 @@
"https://github.com/diffussy69/comfyui-curved_weight_schedule": [ "https://github.com/diffussy69/comfyui-curved_weight_schedule": [
[ [
"CurvedTimestepKeyframes", "CurvedTimestepKeyframes",
"MultiMaskStrengthCombiner" "MultiMaskStrengthCombiner",
"RegionalPrompting"
], ],
{ {
"title_aux": "ComfyUI-curved_weight_schedule" "title_aux": "ComfyUI-curved_weight_schedule"
@ -40861,6 +40865,7 @@
], ],
"https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": [ "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": [
[ [
"GetKeyAPI",
"SSL_GeminiAPIKeyConfig", "SSL_GeminiAPIKeyConfig",
"SSL_GeminiTextPrompt" "SSL_GeminiTextPrompt"
], ],
@ -40993,6 +40998,7 @@
[ [
"ImageBlend_GPU", "ImageBlend_GPU",
"ImageRadialZoomBlur_GPU", "ImageRadialZoomBlur_GPU",
"LoraExtractKJv2",
"PowerLoraLoaderV2", "PowerLoraLoaderV2",
"VideoMergeABC", "VideoMergeABC",
"WanScaleAB", "WanScaleAB",
@ -43605,6 +43611,8 @@
"Empty Image Node", "Empty Image Node",
"JSON Parser Node", "JSON Parser Node",
"LoadImageFromUrlNode", "LoadImageFromUrlNode",
"MultilinePromptNode",
"OSSUploadNode",
"RemoveEmptyLinesNode", "RemoveEmptyLinesNode",
"SaveVideoRGBA", "SaveVideoRGBA",
"TextToImageNode" "TextToImageNode"
@ -44017,6 +44025,17 @@
"title_aux": "ComfyUI-AbstractImaGen" "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": [ "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": [
[ [
"QI_QwenVLClipWrapper", "QI_QwenVLClipWrapper",

View File

@ -15739,6 +15739,11 @@
"last_update": "2025-05-09 22:37:03", "last_update": "2025-05-09 22:37:03",
"author_account_age_days": 167 "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": { "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": {
"stars": 47, "stars": 47,
"last_update": "2025-10-17 11:25:13", "last_update": "2025-10-17 11:25:13",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "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", "author": "cybernaut4",
"title": "Arkl1te's Toolkit", "title": "Arkl1te's Toolkit",

View File

@ -366,6 +366,7 @@
[ [
"ImageAddLabel", "ImageAddLabel",
"ImageBBoxOverlayByMask", "ImageBBoxOverlayByMask",
"ImageBatchExtract",
"ImageBatchGroup", "ImageBatchGroup",
"ImageBatchSplit", "ImageBatchSplit",
"ImageBatchToList", "ImageBatchToList",
@ -9411,10 +9412,12 @@
"ImageSizeAdjustment", "ImageSizeAdjustment",
"InspyrenetRembgLoader", "InspyrenetRembgLoader",
"InspyrenetRembgProcess", "InspyrenetRembgProcess",
"LG_Counter",
"LG_FloatRange", "LG_FloatRange",
"LG_InstallDependencies", "LG_InstallDependencies",
"LG_LatentBatchToList", "LG_LatentBatchToList",
"LG_LoadImage", "LG_LoadImage",
"LG_LoadImage_V2",
"LG_Noise", "LG_Noise",
"LG_PipManager", "LG_PipManager",
"LG_SaveImage", "LG_SaveImage",
@ -24750,7 +24753,8 @@
"https://github.com/diffussy69/comfyui-curved_weight_schedule": [ "https://github.com/diffussy69/comfyui-curved_weight_schedule": [
[ [
"CurvedTimestepKeyframes", "CurvedTimestepKeyframes",
"MultiMaskStrengthCombiner" "MultiMaskStrengthCombiner",
"RegionalPrompting"
], ],
{ {
"title_aux": "ComfyUI-curved_weight_schedule" "title_aux": "ComfyUI-curved_weight_schedule"
@ -40861,6 +40865,7 @@
], ],
"https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": [ "https://github.com/silveroxides/ComfyUI_Gemini_Expanded_API": [
[ [
"GetKeyAPI",
"SSL_GeminiAPIKeyConfig", "SSL_GeminiAPIKeyConfig",
"SSL_GeminiTextPrompt" "SSL_GeminiTextPrompt"
], ],
@ -40993,6 +40998,7 @@
[ [
"ImageBlend_GPU", "ImageBlend_GPU",
"ImageRadialZoomBlur_GPU", "ImageRadialZoomBlur_GPU",
"LoraExtractKJv2",
"PowerLoraLoaderV2", "PowerLoraLoaderV2",
"VideoMergeABC", "VideoMergeABC",
"WanScaleAB", "WanScaleAB",
@ -43605,6 +43611,8 @@
"Empty Image Node", "Empty Image Node",
"JSON Parser Node", "JSON Parser Node",
"LoadImageFromUrlNode", "LoadImageFromUrlNode",
"MultilinePromptNode",
"OSSUploadNode",
"RemoveEmptyLinesNode", "RemoveEmptyLinesNode",
"SaveVideoRGBA", "SaveVideoRGBA",
"TextToImageNode" "TextToImageNode"
@ -44017,6 +44025,17 @@
"title_aux": "ComfyUI-AbstractImaGen" "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": [ "https://github.com/wallen0322/ComfyUI-QI-QwenEditSafe": [
[ [
"QI_QwenVLClipWrapper", "QI_QwenVLClipWrapper",