update DB

This commit is contained in:
Dr.Lt.Data 2025-07-30 00:02:30 +09:00
parent ee6eb685e7
commit 9e4a2aae43
6 changed files with 296 additions and 304 deletions

View File

@ -30040,6 +30040,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Custom nodes to offload and rapatriate models from cpu." "description": "Custom nodes to offload and rapatriate models from cpu."
}, },
{
"author": "rainlizard",
"title": "Whirlpool Upscaler",
"reference": "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler",
"files": [
"https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler"
],
"install_type": "git-clone",
"description": "This is a modified implementation of impact-pack's iterative upscaler. It leans in on the idea that giving too much attention to computation at high resolutions isn't a good idea."
},
@ -30467,16 +30477,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": "rainlizard",
"title": "Whirlpool Upscaler",
"reference": "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler",
"files": [
"https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler"
],
"install_type": "git-clone",
"description": "This is a modified implementation of impact-pack's iterative upscaler. It leans in on the idea that giving too much attention to computation at high resolutions isn't a good idea."
} }
] ]
} }

View File

@ -459,6 +459,9 @@
"https://github.com/42lux/ComfyUI-42lux": [ "https://github.com/42lux/ComfyUI-42lux": [
[ [
"FluxEmptyLatentSizePicker", "FluxEmptyLatentSizePicker",
"HighResFixApply",
"HighResFixConditioningDuplicator",
"HighResFixModelInjection",
"ModelSamplingFluxNormalized", "ModelSamplingFluxNormalized",
"SoulSampler", "SoulSampler",
"SoulSamplerAdvanced", "SoulSamplerAdvanced",
@ -34065,6 +34068,14 @@
"title_aux": "Raffle" "title_aux": "Raffle"
} }
], ],
"https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": [
[
"WhirlpoolUpscaler"
],
{
"title_aux": "Whirlpool Upscaler"
}
],
"https://github.com/ramesh-x90/ComfyUI_pyannote": [ "https://github.com/ramesh-x90/ComfyUI_pyannote": [
[ [
"Speaker Diarization", "Speaker Diarization",

File diff suppressed because it is too large Load Diff

View File

@ -889,21 +889,6 @@
"title_aux": "ComfyUI-FileOps [UNSAFE]" "title_aux": "ComfyUI-FileOps [UNSAFE]"
} }
], ],
"https://github.com/Baverne/comfyUI-TiledWan": [
[
"TileAndStitchBack",
"TiledWanImageStatistics",
"TiledWanImageToMask",
"TiledWanMaskStatistics",
"TiledWanVideoSLGSimple",
"TiledWanVideoSamplerSimple",
"TiledWanVideoVACEpipe",
"WanVideoVACEpipe"
],
{
"title_aux": "TiledWan ComfyUI Node Set [WIP]"
}
],
"https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": [ "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": [
[ [
"Display String", "Display String",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "rainlizard",
"title": "Whirlpool Upscaler",
"reference": "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler",
"files": [
"https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler"
],
"install_type": "git-clone",
"description": "This is a modified implementation of impact-pack's iterative upscaler. It leans in on the idea that giving too much attention to computation at high resolutions isn't a good idea."
},
{ {
"author": "Android zhang", "author": "Android zhang",
"title": "ComfyUI-MoGe2", "title": "ComfyUI-MoGe2",
@ -673,36 +683,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A collection of nodes for ComfyUI. ex:A node for batch managing int, float, and string parameters with presets" "description": "A collection of nodes for ComfyUI. ex:A node for batch managing int, float, and string parameters with presets"
},
{
"author": "cjj198909",
"title": "OpenAI/Azure OpenAI Image API",
"reference": "https://github.com/cjj198909/comfy_openai_image_api_azure",
"files": [
"https://github.com/cjj198909/comfy_openai_image_api_azure"
],
"install_type": "git-clone",
"description": "A ComfyUI node that provides access to OpenAI's image generation and editing capabilities, including support for gpt-image-1 model with both OpenAI and Azure OpenAI providers."
},
{
"author": "NyaFuP",
"title": "NF Preview Selector",
"reference": "https://github.com/NyaFuP/ComfyUI_Preview_Selector",
"files": [
"https://github.com/NyaFuP/ComfyUI_Preview_Selector"
],
"install_type": "git-clone",
"description": "A floating dialog-based image preview and selection system for ComfyUI."
},
{
"author": "aiaiaikkk",
"title": "kontext-super-prompt",
"reference": "https://github.com/aiaiaikkk/kontext-super-prompt",
"files": [
"https://github.com/aiaiaikkk/kontext-super-prompt"
],
"install_type": "git-clone",
"description": "Super Prompt System Powered by Flux Kontext Leveraging visual annotations and AI-enhanced control, this system enables precise, multimodal image editing. Users simply select a region and describe it—structured prompts are auto-generated to guide the Kontext model in smart local or global edits."
} }
] ]
} }

View File

@ -459,6 +459,9 @@
"https://github.com/42lux/ComfyUI-42lux": [ "https://github.com/42lux/ComfyUI-42lux": [
[ [
"FluxEmptyLatentSizePicker", "FluxEmptyLatentSizePicker",
"HighResFixApply",
"HighResFixConditioningDuplicator",
"HighResFixModelInjection",
"ModelSamplingFluxNormalized", "ModelSamplingFluxNormalized",
"SoulSampler", "SoulSampler",
"SoulSamplerAdvanced", "SoulSamplerAdvanced",
@ -34065,6 +34068,14 @@
"title_aux": "Raffle" "title_aux": "Raffle"
} }
], ],
"https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": [
[
"WhirlpoolUpscaler"
],
{
"title_aux": "Whirlpool Upscaler"
}
],
"https://github.com/ramesh-x90/ComfyUI_pyannote": [ "https://github.com/ramesh-x90/ComfyUI_pyannote": [
[ [
"Speaker Diarization", "Speaker Diarization",