update DB

This commit is contained in:
Dr.Lt.Data 2025-09-13 15:55:25 +09:00
parent 27fc787294
commit 36f75d1811
9 changed files with 1671 additions and 1627 deletions

View File

@ -31751,16 +31751,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A simple custom node to use reflect padding mode in the conv layers of VAEs." "description": "A simple custom node to use reflect padding mode in the conv layers of VAEs."
}, },
{
"author": "netroxin",
"title": "comfyui_netro",
"reference": "https://github.com/netroxin/comfyui_netro",
"files": [
"https://github.com/netroxin/comfyui_netro"
],
"install_type": "git-clone",
"description": "#Camera Movement Prompt Node for ComfyUI\nThis custom node script for ComfyUI generates descriptive camera movement prompts based on user-selected movement options for Wan2.2"
},
{ {
"author": "alexds9", "author": "alexds9",
"title": "Save Checkpoint with Metadata", "title": "Save Checkpoint with Metadata",
@ -32718,7 +32708,17 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Lightweight ComfyUI wrapper for IndexTTS 2 (voice cloning + emotion control)." "description": "Lightweight ComfyUI wrapper for IndexTTS 2 (voice cloning + emotion control)."
}, },
{
"author": "snicolast",
"title": "ComfyUI-Manufnode",
"reference": "https://github.com/efortin/ComfyUI-Ollama-Enhancer",
"files": [
"https://github.com/efortin/ComfyUI-Ollama-Enhancer"
],
"install_type": "git-clone",
"description": "Custom ComfyUI nodes integrating Ollama to generate and enhance positive/negative prompts for Stable Diffusion workflows."
},

View File

@ -15821,9 +15821,12 @@
"Base64ListToImages", "Base64ListToImages",
"Base64VideoToImages", "Base64VideoToImages",
"CreateBlankFrames", "CreateBlankFrames",
"ImageBatchAssembler",
"ImageFrameSelector", "ImageFrameSelector",
"ImagesToBase64Video", "ImagesToBase64Video",
"MultiImageInserter" "MultiImageInserter",
"WanVideoLatentInsertFrames",
"WanVideoLatentZeroFrames"
], ],
{ {
"title_aux": "ComfyUI Image to Video Inserter" "title_aux": "ComfyUI Image to Video Inserter"
@ -24169,6 +24172,14 @@
"title_aux": "ComfyUI-gpt-oss-PromptDesigner" "title_aux": "ComfyUI-gpt-oss-PromptDesigner"
} }
], ],
"https://github.com/efortin/ComfyUI-Ollama-Enhancer": [
[
"OllamaPosNegNode"
],
{
"title_aux": "ComfyUI-Manufnode"
}
],
"https://github.com/eg0pr0xy/comfyui_noisegen": [ "https://github.com/eg0pr0xy/comfyui_noisegen": [
[ [
"AudioAnalyzer", "AudioAnalyzer",
@ -34685,14 +34696,6 @@
"title_aux": "comfyui-smooth-step-lora-loader" "title_aux": "comfyui-smooth-step-lora-loader"
} }
], ],
"https://github.com/netroxin/comfyui_netro": [
[
"CamPromptNode"
],
{
"title_aux": "comfyui_netro"
}
],
"https://github.com/neverbiasu/ComfyUI-BAGEL": [ "https://github.com/neverbiasu/ComfyUI-BAGEL": [
[ [
"BagelImageEdit", "BagelImageEdit",
@ -38641,9 +38644,9 @@
"GetComboFromImage", "GetComboFromImage",
"GetFloatFromImage", "GetFloatFromImage",
"GetIntFromImage", "GetIntFromImage",
"GetNodesFromImage",
"GetPromptFromImage", "GetPromptFromImage",
"GetStringFromImage", "GetStringFromImage",
"GetValuesFromImage",
"GetWorkflowFromImage" "GetWorkflowFromImage"
], ],
{ {

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "polygoningenieur",
"title": "ComfyUI-Diffusion-SDXL-Video",
"reference": "https://github.com/Polygoningenieur/ComfyUI-Diffusion-SDXL-Video",
"files": [
"https://github.com/Polygoningenieur/ComfyUI-Diffusion-SDXL-Video"
],
"install_type": "git-clone",
"description": "ComfyUI node for a frame by frame Diffusion."
},
{ {
"author": "ric-y", "author": "ric-y",
"title": "ComfyUI Datadog Monitor [WIP]", "title": "ComfyUI Datadog Monitor [WIP]",

View File

@ -3041,6 +3041,14 @@
"title_aux": "DoomFLUX Nodes [WIP]" "title_aux": "DoomFLUX Nodes [WIP]"
} }
], ],
"https://github.com/Polygoningenieur/ComfyUI-Diffusion-SDXL-Video": [
[
"DiffusionSDXLFrameByFrame"
],
{
"title_aux": "ComfyUI-Diffusion-SDXL-Video"
}
],
"https://github.com/Poseidon-fan/ComfyUI-fileCleaner": [ "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": [
[ [
"Clean input and output file" "Clean input and output file"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "netroxin",
"title": "comfyui_netro [REMOVED]",
"reference": "https://github.com/netroxin/comfyui_netro",
"files": [
"https://github.com/netroxin/comfyui_netro"
],
"install_type": "git-clone",
"description": "#Camera Movement Prompt Node for ComfyUI\nThis custom node script for ComfyUI generates descriptive camera movement prompts based on user-selected movement options for Wan2.2"
},
{ {
"author": "aistudynow", "author": "aistudynow",
"title": "comfyui-HunyuanImage-2.1 [REMOVED]", "title": "comfyui-HunyuanImage-2.1 [REMOVED]",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "snicolast",
"title": "ComfyUI-Manufnode",
"reference": "https://github.com/efortin/ComfyUI-Ollama-Enhancer",
"files": [
"https://github.com/efortin/ComfyUI-Ollama-Enhancer"
],
"install_type": "git-clone",
"description": "Custom ComfyUI nodes integrating Ollama to generate and enhance positive/negative prompts for Stable Diffusion workflows."
},
{ {
"author": "snicolast", "author": "snicolast",
"title": "ComfyUI-IndexTTS2", "title": "ComfyUI-IndexTTS2",
@ -686,16 +696,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Generate Audio from any video and or text" "description": "Generate Audio from any video and or text"
},
{
"author": "mengqin",
"title": "Unet Bnb Model Loader",
"reference": "https://github.com/mengqin/ComfyUI-UnetBnbModelLoader",
"files": [
"https://github.com/mengqin/ComfyUI-UnetBnbModelLoader"
],
"install_type": "git-clone",
"description": "A general comfyui model loading plugin that supports loading unet models quantized in bnb-4bit (nf4 and fp4) format"
} }
] ]
} }

View File

@ -15821,9 +15821,12 @@
"Base64ListToImages", "Base64ListToImages",
"Base64VideoToImages", "Base64VideoToImages",
"CreateBlankFrames", "CreateBlankFrames",
"ImageBatchAssembler",
"ImageFrameSelector", "ImageFrameSelector",
"ImagesToBase64Video", "ImagesToBase64Video",
"MultiImageInserter" "MultiImageInserter",
"WanVideoLatentInsertFrames",
"WanVideoLatentZeroFrames"
], ],
{ {
"title_aux": "ComfyUI Image to Video Inserter" "title_aux": "ComfyUI Image to Video Inserter"
@ -24169,6 +24172,14 @@
"title_aux": "ComfyUI-gpt-oss-PromptDesigner" "title_aux": "ComfyUI-gpt-oss-PromptDesigner"
} }
], ],
"https://github.com/efortin/ComfyUI-Ollama-Enhancer": [
[
"OllamaPosNegNode"
],
{
"title_aux": "ComfyUI-Manufnode"
}
],
"https://github.com/eg0pr0xy/comfyui_noisegen": [ "https://github.com/eg0pr0xy/comfyui_noisegen": [
[ [
"AudioAnalyzer", "AudioAnalyzer",
@ -34685,14 +34696,6 @@
"title_aux": "comfyui-smooth-step-lora-loader" "title_aux": "comfyui-smooth-step-lora-loader"
} }
], ],
"https://github.com/netroxin/comfyui_netro": [
[
"CamPromptNode"
],
{
"title_aux": "comfyui_netro"
}
],
"https://github.com/neverbiasu/ComfyUI-BAGEL": [ "https://github.com/neverbiasu/ComfyUI-BAGEL": [
[ [
"BagelImageEdit", "BagelImageEdit",
@ -38641,9 +38644,9 @@
"GetComboFromImage", "GetComboFromImage",
"GetFloatFromImage", "GetFloatFromImage",
"GetIntFromImage", "GetIntFromImage",
"GetNodesFromImage",
"GetPromptFromImage", "GetPromptFromImage",
"GetStringFromImage", "GetStringFromImage",
"GetValuesFromImage",
"GetWorkflowFromImage" "GetWorkflowFromImage"
], ],
{ {