update DB

This commit is contained in:
Dr.Lt.Data 2025-09-16 07:44:02 +09:00
parent 8915b8d796
commit 03f9fe1a70
8 changed files with 2820 additions and 2649 deletions

View File

@ -9152,17 +9152,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "You can use memeplex and DALL-E thru ComfyUI. You need API keys." "description": "You can use memeplex and DALL-E thru ComfyUI. You need API keys."
}, },
{
"author": "impactframes",
"title": "IF_AI_tools",
"id": "impactframes-tools",
"reference": "https://github.com/if-ai/ComfyUI-IF_AI_tools",
"files": [
"https://github.com/if-ai/ComfyUI-IF_AI_tools"
],
"install_type": "git-clone",
"description": "Various AI tools to use in Comfy UI. Starting with VL and prompt making tools using Ollma as backend will evolve as I find time."
},
{ {
"author": "impactframes", "author": "impactframes",
"title": "IF_AI_WishperSpeechNode", "title": "IF_AI_WishperSpeechNode",
@ -32820,6 +32809,46 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A ComfyUI custom node based on the Volcano Engine Doubao large model Seedream API, designed for high-quality image generation." "description": "A ComfyUI custom node based on the Volcano Engine Doubao large model Seedream API, designed for high-quality image generation."
}, },
{
"author": "swfxliyiyu",
"title": "ComfyUI-FastVideo",
"reference": "https://github.com/swfxliyiyu/ComfyUI-FastVideo",
"files": [
"https://github.com/swfxliyiyu/ComfyUI-FastVideo"
],
"install_type": "git-clone",
"description": "A custom node suite for ComfyUI that provides accelerated video generation using [a/FastVideo](https://github.com/hao-ai-labs/FastVideo). See the blog post about FastVideo V1 to learn more."
},
{
"author": "darkamenosa",
"title": "Enhanced Image Composite Masked",
"reference": "https://github.com/darkamenosa/comfy_inpaint_blend",
"files": [
"https://github.com/darkamenosa/comfy_inpaint_blend"
],
"install_type": "git-clone",
"description": "Seamless inpainting for image-space models like Google Nano Banana and ByteDance Seedream 4. Fixes color mismatches using Poisson blending."
},
{
"author": "len-ml",
"title": "comfyui_qwen_image_edit_adv",
"reference": "https://github.com/lenML/comfyui_qwen_image_edit_adv",
"files": [
"https://github.com/lenML/comfyui_qwen_image_edit_adv"
],
"install_type": "git-clone",
"description": "Improved qwen image editing accuracy"
},
{
"author": "Ian2073",
"title": "ComfyUI-MyLLMNode",
"reference": "https://github.com/Ian2073/ComfyUI-MyLLMnode",
"files": [
"https://github.com/Ian2073/ComfyUI-MyLLMnode"
],
"install_type": "git-clone",
"description": "Custom ComfyUI node for running LLMs via HuggingFace pipeline. Supports both local paths and HuggingFace model names."
},
@ -33266,16 +33295,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "nakagawadev",
"title": "comfyui_nakagawa",
"reference": "https://github.com/nakagawadev/comfyui_nakagawa",
"files": [
"https://github.com/nakagawadev/comfyui_nakagawa"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI that send video data through websockets instead of saving to disk."
} }
] ]
} }

View File

@ -6058,6 +6058,7 @@
], ],
"https://github.com/FloyoAI/ComfyUI-Seed-API": [ "https://github.com/FloyoAI/ComfyUI-Seed-API": [
[ [
"ResolutionHelper",
"SeedChat", "SeedChat",
"SeedEditImageToImage", "SeedEditImageToImage",
"SeedanceLiteFirstLastFrame", "SeedanceLiteFirstLastFrame",
@ -6065,6 +6066,10 @@
"SeedanceLiteReferenceImages", "SeedanceLiteReferenceImages",
"SeedanceLiteTextToVideo", "SeedanceLiteTextToVideo",
"SeedanceProTextImageToVideo", "SeedanceProTextImageToVideo",
"Seedream4BatchGeneration",
"Seedream4ImageToImage",
"Seedream4MultiImageBlending",
"Seedream4TextToImage",
"SeedreamTextToImage", "SeedreamTextToImage",
"VideoToFrames" "VideoToFrames"
], ],
@ -7269,6 +7274,19 @@
"title_aux": "ComfyUI-Ruyi" "title_aux": "ComfyUI-Ruyi"
} }
], ],
"https://github.com/Ian2073/ComfyUI-MyLLMnode": [
[
"GemmaLLMNode",
"LlamaLLMNode",
"MistralLLMNode",
"PhiLLMNode",
"QwenLLMNode",
"YiLLMNode"
],
{
"title_aux": "ComfyUI-MyLLMNode"
}
],
"https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": [ "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": [
[ [
"SamplerSchedulerMetricsTester" "SamplerSchedulerMetricsTester"
@ -17074,7 +17092,12 @@
"QwenLatentImage", "QwenLatentImage",
"ReadFileToString", "ReadFileToString",
"SplitString", "SplitString",
"Translate" "Translate",
"VolcengineChat",
"VolcengineChatOption",
"VolcengineImageOption",
"VolcengineImg2Img",
"VolcengineTxt2Img"
], ],
{ {
"title_aux": "ComfyUI_NYJY" "title_aux": "ComfyUI_NYJY"
@ -23201,6 +23224,14 @@
"title_aux": "ComfyUI-TTS" "title_aux": "ComfyUI-TTS"
} }
], ],
"https://github.com/darkamenosa/comfy_inpaint_blend": [
[
"EnhancedImageCompositeMasked"
],
{
"title_aux": "Enhanced Image Composite Masked"
}
],
"https://github.com/darkamenosa/comfy_nanobanana": [ "https://github.com/darkamenosa/comfy_nanobanana": [
[ [
"BatchImages", "BatchImages",
@ -24236,7 +24267,7 @@
], ],
"https://github.com/efortin/ComfyUI-Ollama-Enhancer": [ "https://github.com/efortin/ComfyUI-Ollama-Enhancer": [
[ [
"OllamaPosNegNode" "OllamaEnhancerNode"
], ],
{ {
"title_aux": "ComfyUI-Manufnode" "title_aux": "ComfyUI-Manufnode"
@ -27528,26 +27559,6 @@
"title_aux": "IF_AI_WishperSpeechNode" "title_aux": "IF_AI_WishperSpeechNode"
} }
], ],
"https://github.com/if-ai/ComfyUI-IF_AI_tools": [
[
"IF_ChatPrompt",
"IF_DisplayOmni",
"IF_DisplayText",
"IF_DisplayTextWildcard",
"IF_ImagePrompt",
"IF_JoinText",
"IF_LoadImagesS",
"IF_PromptMkr",
"IF_SaveText",
"IF_StepCounter",
"IF_TextTyper",
"IF_VisualizeGraph",
"IF_tools_LoadImagesS"
],
{
"title_aux": "IF_AI_tools"
}
],
"https://github.com/if-ai/ComfyUI-IF_DatasetMkr": [ "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": [
[ [
"IF_DatasetMkr", "IF_DatasetMkr",
@ -30579,6 +30590,7 @@
"WanVideoBlockList", "WanVideoBlockList",
"WanVideoBlockSwap", "WanVideoBlockSwap",
"WanVideoClipVisionEncode", "WanVideoClipVisionEncode",
"WanVideoCombineEmbeds",
"WanVideoContextOptions", "WanVideoContextOptions",
"WanVideoControlEmbeds", "WanVideoControlEmbeds",
"WanVideoControlnet", "WanVideoControlnet",
@ -31466,6 +31478,16 @@
"title_aux": "ComfyUI-GG" "title_aux": "ComfyUI-GG"
} }
], ],
"https://github.com/lenML/comfyui_qwen_image_edit_adv": [
[
"QwenImageEditScale",
"QwenImageEditSimpleScale",
"TextEncodeQwenImageEditAdv"
],
{
"title_aux": "comfyui_qwen_image_edit_adv"
}
],
"https://github.com/lenskikh/ComfyUI-Prompt-Worker": [ "https://github.com/lenskikh/ComfyUI-Prompt-Worker": [
[ [
"Clip and Text -> Encode", "Clip and Text -> Encode",
@ -36761,6 +36783,7 @@
"PVL_fal_FluxGeneral_API", "PVL_fal_FluxGeneral_API",
"PVL_fal_FluxPro_Fill_API", "PVL_fal_FluxPro_Fill_API",
"PVL_fal_FluxPro_v1_1_Ultra_API", "PVL_fal_FluxPro_v1_1_Ultra_API",
"PVL_fal_FluxPulid",
"PVL_fal_FluxWithLora_API", "PVL_fal_FluxWithLora_API",
"PVL_fal_KontextDevInpaint_API", "PVL_fal_KontextDevInpaint_API",
"PVL_fal_KontextDevLora_API", "PVL_fal_KontextDevLora_API",
@ -36771,6 +36794,8 @@
"PVL_fal_LumaPhoton_FlashReframe_API", "PVL_fal_LumaPhoton_FlashReframe_API",
"PVL_fal_LumaPhoton_Reframe_API", "PVL_fal_LumaPhoton_Reframe_API",
"PVL_fal_NanoBanana_API", "PVL_fal_NanoBanana_API",
"PVL_fal_QwenImage_API",
"PVL_fal_SeeDream4_API",
"PvlKontextMax" "PvlKontextMax"
], ],
{ {
@ -40203,6 +40228,19 @@
"title_aux": "ComfyUI_Sticker_Compositer" "title_aux": "ComfyUI_Sticker_Compositer"
} }
], ],
"https://github.com/swfxliyiyu/ComfyUI-FastVideo": [
[
"DITConfig",
"InferenceArgs",
"LoadImagePath",
"TextEncoderConfig",
"VAEConfig",
"VideoGenerator"
],
{
"title_aux": "ComfyUI-FastVideo"
}
],
"https://github.com/syllebra/bilbox-comfyui": [ "https://github.com/syllebra/bilbox-comfyui": [
[ [
"BilboXLut", "BilboXLut",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "dmitry-guskov",
"title": "ComfyUI_light_image_ops",
"reference": "https://github.com/dmitry-guskov/ComfyUI_light_image_ops",
"files": [
"https://github.com/dmitry-guskov/ComfyUI_light_image_ops"
],
"install_type": "git-clone",
"description": "NODES: Light Scale to Side, Light Batch to List, Light List to Batch, Wan Latents Resize To Size, Wan Embeds Resize Spatial (Packed), Wan Latents Resize + Normalize + Noise"
},
{ {
"author": "78Ventures", "author": "78Ventures",
"title": "ComfyUI-Tortu [WIP/UNSAFE]", "title": "ComfyUI-Tortu [WIP/UNSAFE]",

View File

@ -1177,6 +1177,7 @@
"VTS Repeat Text As List", "VTS Repeat Text As List",
"VTS Replace Text In List", "VTS Replace Text In List",
"VTS Sharpen", "VTS Sharpen",
"VTS To Boolean",
"VTS To List", "VTS To List",
"VTS To Text", "VTS To Text",
"VTS_Load_Pose_Keypoints", "VTS_Load_Pose_Keypoints",
@ -1532,16 +1533,21 @@
], ],
"https://github.com/EQXai/ComfyUI_EQX": [ "https://github.com/EQXai/ComfyUI_EQX": [
[ [
"BodyCropMaskEQX",
"CountFaces_EQX", "CountFaces_EQX",
"Extract Filename - EQX", "Extract Filename - EQX",
"Extract LORA name - EQX", "Extract LORA name - EQX",
"FaceCropMaskEQX",
"FaceDetectOut", "FaceDetectOut",
"File Image Selector", "File Image Selector",
"Load Prompt From File - EQX", "Load Prompt From File - EQX",
"LoadRetinaFace_EQX", "LoadRetinaFace_EQX",
"LoraStackEQX_random", "LoraStackEQX_random",
"NSFW Detector EQX", "NSFW Detector EQX",
"ResolutionSelectorEQX",
"SaveImage_EQX", "SaveImage_EQX",
"SaveVideoEQX",
"UncropByMaskEQX",
"WorkFlow Check" "WorkFlow Check"
], ],
{ {
@ -5242,6 +5248,7 @@
"AliyunDriveCloudUploadNode", "AliyunDriveCloudUploadNode",
"AliyunDriveOptimizedUploadNode", "AliyunDriveOptimizedUploadNode",
"SimpleUploadToAliyunDrive", "SimpleUploadToAliyunDrive",
"UploadTo115",
"UploadToAliyunDrive", "UploadToAliyunDrive",
"UploadToOSSNode" "UploadToOSSNode"
], ],
@ -5930,6 +5937,19 @@
"title_aux": "ComfyUI Random Keypoints for InstantID [WIP]" "title_aux": "ComfyUI Random Keypoints for InstantID [WIP]"
} }
], ],
"https://github.com/dmitry-guskov/ComfyUI_light_image_ops": [
[
"LightBatchToList",
"LightListToBatch",
"LightScaleToSide",
"LightWanEmbedsResizeSpatialPacked",
"LightWanLatentsResizeNormalizeNoise",
"LightWanLatentsResizeToSize"
],
{
"title_aux": "ComfyUI_light_image_ops"
}
],
"https://github.com/dogcomplex/ComfyUI-LOKI": [ "https://github.com/dogcomplex/ComfyUI-LOKI": [
[ [
"EvaluateRelevanceLLM", "EvaluateRelevanceLLM",

View File

@ -1,5 +1,16 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "impactframes",
"title": "IF_AI_tools [DEPRECATED]",
"id": "impactframes-tools",
"reference": "https://github.com/if-ai/ComfyUI-IF_AI_tools",
"files": [
"https://github.com/if-ai/ComfyUI-IF_AI_tools"
],
"install_type": "git-clone",
"description": "Various AI tools to use in Comfy UI. Starting with VL and prompt making tools using Ollma as backend will evolve as I find time."
},
{ {
"author": "netroxin", "author": "netroxin",
"title": "comfyui_netro [REMOVED]", "title": "comfyui_netro [REMOVED]",

View File

@ -1,5 +1,25 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "len-ml",
"title": "comfyui_qwen_image_edit_adv",
"reference": "https://github.com/lenML/comfyui_qwen_image_edit_adv",
"files": [
"https://github.com/lenML/comfyui_qwen_image_edit_adv"
],
"install_type": "git-clone",
"description": "Improved qwen image editing accuracy"
},
{
"author": "swfxliyiyu",
"title": "ComfyUI-FastVideo",
"reference": "https://github.com/swfxliyiyu/ComfyUI-FastVideo",
"files": [
"https://github.com/swfxliyiyu/ComfyUI-FastVideo"
],
"install_type": "git-clone",
"description": "A custom node suite for ComfyUI that provides accelerated video generation using [a/FastVideo](https://github.com/hao-ai-labs/FastVideo). See the blog post about FastVideo V1 to learn more."
},
{ {
"author": "dzy1128", "author": "dzy1128",
"title": "Seedream Image Generate ComfyUI Node", "title": "Seedream Image Generate ComfyUI Node",
@ -10,6 +30,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A ComfyUI custom node based on the Volcano Engine Doubao large model Seedream API, designed for high-quality image generation." "description": "A ComfyUI custom node based on the Volcano Engine Doubao large model Seedream API, designed for high-quality image generation."
}, },
{
"author": "darkamenosa",
"title": "Enhanced Image Composite Masked",
"reference": "https://github.com/darkamenosa/comfy_inpaint_blend",
"files": [
"https://github.com/darkamenosa/comfy_inpaint_blend"
],
"install_type": "git-clone",
"description": "Seamless inpainting for image-space models like Google Nano Banana and ByteDance Seedream 4. Fixes color mismatches using Poisson blending."
},
{ {
"author": "nakagawadev", "author": "nakagawadev",
"title": "comfyui_nakagawa", "title": "comfyui_nakagawa",
@ -20,6 +50,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI that send video data through websockets instead of saving to disk." "description": "A collection of custom nodes for ComfyUI that send video data through websockets instead of saving to disk."
}, },
{
"author": "Ian2073",
"title": "ComfyUI-MyLLMNode",
"reference": "https://github.com/Ian2073/ComfyUI-MyLLMnode",
"files": [
"https://github.com/Ian2073/ComfyUI-MyLLMnode"
],
"install_type": "git-clone",
"description": "Custom ComfyUI node for running LLMs via HuggingFace pipeline. Supports both local paths and HuggingFace model names."
},
{ {
"author": "S4MUEL404", "author": "S4MUEL404",
"title": "ComfyUI Prepack", "title": "ComfyUI Prepack",

View File

@ -6058,6 +6058,7 @@
], ],
"https://github.com/FloyoAI/ComfyUI-Seed-API": [ "https://github.com/FloyoAI/ComfyUI-Seed-API": [
[ [
"ResolutionHelper",
"SeedChat", "SeedChat",
"SeedEditImageToImage", "SeedEditImageToImage",
"SeedanceLiteFirstLastFrame", "SeedanceLiteFirstLastFrame",
@ -6065,6 +6066,10 @@
"SeedanceLiteReferenceImages", "SeedanceLiteReferenceImages",
"SeedanceLiteTextToVideo", "SeedanceLiteTextToVideo",
"SeedanceProTextImageToVideo", "SeedanceProTextImageToVideo",
"Seedream4BatchGeneration",
"Seedream4ImageToImage",
"Seedream4MultiImageBlending",
"Seedream4TextToImage",
"SeedreamTextToImage", "SeedreamTextToImage",
"VideoToFrames" "VideoToFrames"
], ],
@ -7269,6 +7274,19 @@
"title_aux": "ComfyUI-Ruyi" "title_aux": "ComfyUI-Ruyi"
} }
], ],
"https://github.com/Ian2073/ComfyUI-MyLLMnode": [
[
"GemmaLLMNode",
"LlamaLLMNode",
"MistralLLMNode",
"PhiLLMNode",
"QwenLLMNode",
"YiLLMNode"
],
{
"title_aux": "ComfyUI-MyLLMNode"
}
],
"https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": [ "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": [
[ [
"SamplerSchedulerMetricsTester" "SamplerSchedulerMetricsTester"
@ -17074,7 +17092,12 @@
"QwenLatentImage", "QwenLatentImage",
"ReadFileToString", "ReadFileToString",
"SplitString", "SplitString",
"Translate" "Translate",
"VolcengineChat",
"VolcengineChatOption",
"VolcengineImageOption",
"VolcengineImg2Img",
"VolcengineTxt2Img"
], ],
{ {
"title_aux": "ComfyUI_NYJY" "title_aux": "ComfyUI_NYJY"
@ -23201,6 +23224,14 @@
"title_aux": "ComfyUI-TTS" "title_aux": "ComfyUI-TTS"
} }
], ],
"https://github.com/darkamenosa/comfy_inpaint_blend": [
[
"EnhancedImageCompositeMasked"
],
{
"title_aux": "Enhanced Image Composite Masked"
}
],
"https://github.com/darkamenosa/comfy_nanobanana": [ "https://github.com/darkamenosa/comfy_nanobanana": [
[ [
"BatchImages", "BatchImages",
@ -24236,7 +24267,7 @@
], ],
"https://github.com/efortin/ComfyUI-Ollama-Enhancer": [ "https://github.com/efortin/ComfyUI-Ollama-Enhancer": [
[ [
"OllamaPosNegNode" "OllamaEnhancerNode"
], ],
{ {
"title_aux": "ComfyUI-Manufnode" "title_aux": "ComfyUI-Manufnode"
@ -27528,26 +27559,6 @@
"title_aux": "IF_AI_WishperSpeechNode" "title_aux": "IF_AI_WishperSpeechNode"
} }
], ],
"https://github.com/if-ai/ComfyUI-IF_AI_tools": [
[
"IF_ChatPrompt",
"IF_DisplayOmni",
"IF_DisplayText",
"IF_DisplayTextWildcard",
"IF_ImagePrompt",
"IF_JoinText",
"IF_LoadImagesS",
"IF_PromptMkr",
"IF_SaveText",
"IF_StepCounter",
"IF_TextTyper",
"IF_VisualizeGraph",
"IF_tools_LoadImagesS"
],
{
"title_aux": "IF_AI_tools"
}
],
"https://github.com/if-ai/ComfyUI-IF_DatasetMkr": [ "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": [
[ [
"IF_DatasetMkr", "IF_DatasetMkr",
@ -30579,6 +30590,7 @@
"WanVideoBlockList", "WanVideoBlockList",
"WanVideoBlockSwap", "WanVideoBlockSwap",
"WanVideoClipVisionEncode", "WanVideoClipVisionEncode",
"WanVideoCombineEmbeds",
"WanVideoContextOptions", "WanVideoContextOptions",
"WanVideoControlEmbeds", "WanVideoControlEmbeds",
"WanVideoControlnet", "WanVideoControlnet",
@ -31466,6 +31478,16 @@
"title_aux": "ComfyUI-GG" "title_aux": "ComfyUI-GG"
} }
], ],
"https://github.com/lenML/comfyui_qwen_image_edit_adv": [
[
"QwenImageEditScale",
"QwenImageEditSimpleScale",
"TextEncodeQwenImageEditAdv"
],
{
"title_aux": "comfyui_qwen_image_edit_adv"
}
],
"https://github.com/lenskikh/ComfyUI-Prompt-Worker": [ "https://github.com/lenskikh/ComfyUI-Prompt-Worker": [
[ [
"Clip and Text -> Encode", "Clip and Text -> Encode",
@ -36761,6 +36783,7 @@
"PVL_fal_FluxGeneral_API", "PVL_fal_FluxGeneral_API",
"PVL_fal_FluxPro_Fill_API", "PVL_fal_FluxPro_Fill_API",
"PVL_fal_FluxPro_v1_1_Ultra_API", "PVL_fal_FluxPro_v1_1_Ultra_API",
"PVL_fal_FluxPulid",
"PVL_fal_FluxWithLora_API", "PVL_fal_FluxWithLora_API",
"PVL_fal_KontextDevInpaint_API", "PVL_fal_KontextDevInpaint_API",
"PVL_fal_KontextDevLora_API", "PVL_fal_KontextDevLora_API",
@ -36771,6 +36794,8 @@
"PVL_fal_LumaPhoton_FlashReframe_API", "PVL_fal_LumaPhoton_FlashReframe_API",
"PVL_fal_LumaPhoton_Reframe_API", "PVL_fal_LumaPhoton_Reframe_API",
"PVL_fal_NanoBanana_API", "PVL_fal_NanoBanana_API",
"PVL_fal_QwenImage_API",
"PVL_fal_SeeDream4_API",
"PvlKontextMax" "PvlKontextMax"
], ],
{ {
@ -40203,6 +40228,19 @@
"title_aux": "ComfyUI_Sticker_Compositer" "title_aux": "ComfyUI_Sticker_Compositer"
} }
], ],
"https://github.com/swfxliyiyu/ComfyUI-FastVideo": [
[
"DITConfig",
"InferenceArgs",
"LoadImagePath",
"TextEncoderConfig",
"VAEConfig",
"VideoGenerator"
],
{
"title_aux": "ComfyUI-FastVideo"
}
],
"https://github.com/syllebra/bilbox-comfyui": [ "https://github.com/syllebra/bilbox-comfyui": [
[ [
"BilboXLut", "BilboXLut",