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",
"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",
"title": "IF_AI_WishperSpeechNode",
@ -32820,6 +32809,46 @@
"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."
},
{
"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",
"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": [
[
"ResolutionHelper",
"SeedChat",
"SeedEditImageToImage",
"SeedanceLiteFirstLastFrame",
@ -6065,6 +6066,10 @@
"SeedanceLiteReferenceImages",
"SeedanceLiteTextToVideo",
"SeedanceProTextImageToVideo",
"Seedream4BatchGeneration",
"Seedream4ImageToImage",
"Seedream4MultiImageBlending",
"Seedream4TextToImage",
"SeedreamTextToImage",
"VideoToFrames"
],
@ -7269,6 +7274,19 @@
"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": [
[
"SamplerSchedulerMetricsTester"
@ -17074,7 +17092,12 @@
"QwenLatentImage",
"ReadFileToString",
"SplitString",
"Translate"
"Translate",
"VolcengineChat",
"VolcengineChatOption",
"VolcengineImageOption",
"VolcengineImg2Img",
"VolcengineTxt2Img"
],
{
"title_aux": "ComfyUI_NYJY"
@ -23201,6 +23224,14 @@
"title_aux": "ComfyUI-TTS"
}
],
"https://github.com/darkamenosa/comfy_inpaint_blend": [
[
"EnhancedImageCompositeMasked"
],
{
"title_aux": "Enhanced Image Composite Masked"
}
],
"https://github.com/darkamenosa/comfy_nanobanana": [
[
"BatchImages",
@ -24236,7 +24267,7 @@
],
"https://github.com/efortin/ComfyUI-Ollama-Enhancer": [
[
"OllamaPosNegNode"
"OllamaEnhancerNode"
],
{
"title_aux": "ComfyUI-Manufnode"
@ -27528,26 +27559,6 @@
"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": [
[
"IF_DatasetMkr",
@ -30579,6 +30590,7 @@
"WanVideoBlockList",
"WanVideoBlockSwap",
"WanVideoClipVisionEncode",
"WanVideoCombineEmbeds",
"WanVideoContextOptions",
"WanVideoControlEmbeds",
"WanVideoControlnet",
@ -31466,6 +31478,16 @@
"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": [
[
"Clip and Text -> Encode",
@ -36761,6 +36783,7 @@
"PVL_fal_FluxGeneral_API",
"PVL_fal_FluxPro_Fill_API",
"PVL_fal_FluxPro_v1_1_Ultra_API",
"PVL_fal_FluxPulid",
"PVL_fal_FluxWithLora_API",
"PVL_fal_KontextDevInpaint_API",
"PVL_fal_KontextDevLora_API",
@ -36771,6 +36794,8 @@
"PVL_fal_LumaPhoton_FlashReframe_API",
"PVL_fal_LumaPhoton_Reframe_API",
"PVL_fal_NanoBanana_API",
"PVL_fal_QwenImage_API",
"PVL_fal_SeeDream4_API",
"PvlKontextMax"
],
{
@ -40203,6 +40228,19 @@
"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": [
[
"BilboXLut",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{
"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",
"title": "ComfyUI-Tortu [WIP/UNSAFE]",

View File

@ -1177,6 +1177,7 @@
"VTS Repeat Text As List",
"VTS Replace Text In List",
"VTS Sharpen",
"VTS To Boolean",
"VTS To List",
"VTS To Text",
"VTS_Load_Pose_Keypoints",
@ -1532,16 +1533,21 @@
],
"https://github.com/EQXai/ComfyUI_EQX": [
[
"BodyCropMaskEQX",
"CountFaces_EQX",
"Extract Filename - EQX",
"Extract LORA name - EQX",
"FaceCropMaskEQX",
"FaceDetectOut",
"File Image Selector",
"Load Prompt From File - EQX",
"LoadRetinaFace_EQX",
"LoraStackEQX_random",
"NSFW Detector EQX",
"ResolutionSelectorEQX",
"SaveImage_EQX",
"SaveVideoEQX",
"UncropByMaskEQX",
"WorkFlow Check"
],
{
@ -5242,6 +5248,7 @@
"AliyunDriveCloudUploadNode",
"AliyunDriveOptimizedUploadNode",
"SimpleUploadToAliyunDrive",
"UploadTo115",
"UploadToAliyunDrive",
"UploadToOSSNode"
],
@ -5930,6 +5937,19 @@
"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": [
[
"EvaluateRelevanceLLM",

View File

@ -1,5 +1,16 @@
{
"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",
"title": "comfyui_netro [REMOVED]",

View File

@ -1,5 +1,25 @@
{
"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",
"title": "Seedream Image Generate ComfyUI Node",
@ -10,6 +30,16 @@
"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."
},
{
"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",
"title": "comfyui_nakagawa",
@ -20,6 +50,16 @@
"install_type": "git-clone",
"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",
"title": "ComfyUI Prepack",

View File

@ -6058,6 +6058,7 @@
],
"https://github.com/FloyoAI/ComfyUI-Seed-API": [
[
"ResolutionHelper",
"SeedChat",
"SeedEditImageToImage",
"SeedanceLiteFirstLastFrame",
@ -6065,6 +6066,10 @@
"SeedanceLiteReferenceImages",
"SeedanceLiteTextToVideo",
"SeedanceProTextImageToVideo",
"Seedream4BatchGeneration",
"Seedream4ImageToImage",
"Seedream4MultiImageBlending",
"Seedream4TextToImage",
"SeedreamTextToImage",
"VideoToFrames"
],
@ -7269,6 +7274,19 @@
"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": [
[
"SamplerSchedulerMetricsTester"
@ -17074,7 +17092,12 @@
"QwenLatentImage",
"ReadFileToString",
"SplitString",
"Translate"
"Translate",
"VolcengineChat",
"VolcengineChatOption",
"VolcengineImageOption",
"VolcengineImg2Img",
"VolcengineTxt2Img"
],
{
"title_aux": "ComfyUI_NYJY"
@ -23201,6 +23224,14 @@
"title_aux": "ComfyUI-TTS"
}
],
"https://github.com/darkamenosa/comfy_inpaint_blend": [
[
"EnhancedImageCompositeMasked"
],
{
"title_aux": "Enhanced Image Composite Masked"
}
],
"https://github.com/darkamenosa/comfy_nanobanana": [
[
"BatchImages",
@ -24236,7 +24267,7 @@
],
"https://github.com/efortin/ComfyUI-Ollama-Enhancer": [
[
"OllamaPosNegNode"
"OllamaEnhancerNode"
],
{
"title_aux": "ComfyUI-Manufnode"
@ -27528,26 +27559,6 @@
"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": [
[
"IF_DatasetMkr",
@ -30579,6 +30590,7 @@
"WanVideoBlockList",
"WanVideoBlockSwap",
"WanVideoClipVisionEncode",
"WanVideoCombineEmbeds",
"WanVideoContextOptions",
"WanVideoControlEmbeds",
"WanVideoControlnet",
@ -31466,6 +31478,16 @@
"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": [
[
"Clip and Text -> Encode",
@ -36761,6 +36783,7 @@
"PVL_fal_FluxGeneral_API",
"PVL_fal_FluxPro_Fill_API",
"PVL_fal_FluxPro_v1_1_Ultra_API",
"PVL_fal_FluxPulid",
"PVL_fal_FluxWithLora_API",
"PVL_fal_KontextDevInpaint_API",
"PVL_fal_KontextDevLora_API",
@ -36771,6 +36794,8 @@
"PVL_fal_LumaPhoton_FlashReframe_API",
"PVL_fal_LumaPhoton_Reframe_API",
"PVL_fal_NanoBanana_API",
"PVL_fal_QwenImage_API",
"PVL_fal_SeeDream4_API",
"PvlKontextMax"
],
{
@ -40203,6 +40228,19 @@
"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": [
[
"BilboXLut",