update DB
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run

This commit is contained in:
Dr.Lt.Data 2026-05-26 08:56:59 +09:00
parent ef470d0119
commit c72bc4e171
2 changed files with 80 additions and 0 deletions

View File

@ -7870,6 +7870,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Custom nodes for ComfyUI that generate multiple images in a single GPU batch with different seeds." "description": "Custom nodes for ComfyUI that generate multiple images in a single GPU batch with different seeds."
}, },
{
"author": "adbrasi",
"title": "prompta_generita_lite",
"reference": "https://github.com/adbrasi/prompta_generita_lite",
"files": [
"https://github.com/adbrasi/prompta_generita_lite"
],
"install_type": "git-clone",
"description": "Custom ComfyUI node for generating prompts by combining manual character descriptions, outfit sections, and .txt file lines. (Description by CC)"
},
{ {
"author": "mbrostami", "author": "mbrostami",
"title": "ComfyUI-HF", "title": "ComfyUI-HF",
@ -49378,6 +49388,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI custom node for separating instrumental and vocal stems using the bundled MDX model without external UVR dependencies." "description": "ComfyUI custom node for separating instrumental and vocal stems using the bundled MDX model without external UVR dependencies."
}, },
{
"author": "DEMOUSL",
"title": "comfyui_merge_video",
"reference": "https://github.com/DEMOUSL/comfyui_merge_video",
"files": [
"https://github.com/DEMOUSL/comfyui_merge_video"
],
"install_type": "git-clone",
"description": "Video Merge Node that combines image batches with SRT text, audio padding, and mixes voice and background music into final video output."
},
{ {
"author": "cvlases", "author": "cvlases",
"title": "creative-code", "title": "creative-code",
@ -49618,6 +49638,26 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A switcher that allows specify conditions and inputs/outputs individually" "description": "A switcher that allows specify conditions and inputs/outputs individually"
}, },
{
"author": "CalaKuad1",
"title": "ComfyUI-PixelArt-Unfaker",
"reference": "https://github.com/CalaKuad1/ComfyUI-PixelArt-Unfaker",
"files": [
"https://github.com/CalaKuad1/ComfyUI-PixelArt-Unfaker"
],
"install_type": "git-clone",
"description": "A powerful custom node for ComfyUI that transforms fake or blurry AI-generated pixel art into true, crisp, mathematically perfect pixel art."
},
{
"author": "blackmeat1225",
"title": "ComfyUI-Qwen2.5-VL-7B-OPENVINO",
"reference": "https://github.com/blackmeat1225/ComfyUI-Qwen2.5-VL-7B-OPENVINO",
"files": [
"https://github.com/blackmeat1225/ComfyUI-Qwen2.5-VL-7B-OPENVINO"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node that unleashes Intel CPU + iGPU power via OpenVINO."
},
{ {
"author": "Ser-Hilary", "author": "Ser-Hilary",
"title": "SDXL_sizing", "title": "SDXL_sizing",

View File

@ -1,5 +1,45 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "blackmeat1225",
"title": "ComfyUI-Qwen2.5-VL-7B-OPENVINO",
"reference": "https://github.com/blackmeat1225/ComfyUI-Qwen2.5-VL-7B-OPENVINO",
"files": [
"https://github.com/blackmeat1225/ComfyUI-Qwen2.5-VL-7B-OPENVINO"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node that unleashes Intel CPU + iGPU power via OpenVINO."
},
{
"author": "CalaKuad1",
"title": "ComfyUI-PixelArt-Unfaker",
"reference": "https://github.com/CalaKuad1/ComfyUI-PixelArt-Unfaker",
"files": [
"https://github.com/CalaKuad1/ComfyUI-PixelArt-Unfaker"
],
"install_type": "git-clone",
"description": "A powerful custom node for ComfyUI that transforms fake or blurry AI-generated pixel art into true, crisp, mathematically perfect pixel art."
},
{
"author": "DEMOUSL",
"title": "comfyui_merge_video",
"reference": "https://github.com/DEMOUSL/comfyui_merge_video",
"files": [
"https://github.com/DEMOUSL/comfyui_merge_video"
],
"install_type": "git-clone",
"description": "Video Merge Node that combines image batches with SRT text, audio padding, and mixes voice and background music into final video output."
},
{
"author": "adbrasi",
"title": "prompta_generita_lite",
"reference": "https://github.com/adbrasi/prompta_generita_lite",
"files": [
"https://github.com/adbrasi/prompta_generita_lite"
],
"install_type": "git-clone",
"description": "Custom ComfyUI node for generating prompts by combining manual character descriptions, outfit sections, and .txt file lines. (Description by CC)"
},
{ {
"author": "kevinkessler", "author": "kevinkessler",
"title": "Mask Batch Union", "title": "Mask Batch Union",