update DB

This commit is contained in:
Dr.Lt.Data 2025-06-13 22:41:52 +09:00
parent fa0a98ac6e
commit e2c90b4681
8 changed files with 2276 additions and 2202 deletions

View File

@ -27516,6 +27516,27 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI that provide various input and output capabilities." "description": "A collection of custom nodes for ComfyUI that provide various input and output capabilities."
}, },
{
"author": "Zehong-Ma",
"title": "ComfyUI-MagCache",
"reference": "https://github.com/Zehong-Ma/ComfyUI-MagCache",
"files": [
"https://github.com/Zehong-Ma/ComfyUI-MagCache"
],
"install_type": "git-clone",
"description": "official implementation of [zehong-ma/MagCache](https://github.com/zehong-ma/MagCache) for ComfyUI"
},
{
"author": "without-ordinary",
"title": "OpenOutpaint ComfyUI Interface",
"reference": "https://github.com/without-ordinary/openoutpaint_comfyui_interface",
"files": [
"https://github.com/without-ordinary/openoutpaint_comfyui_interface"
],
"install_type": "git-clone",
"description": "An API interface for OpenOutpaint to work with ComfyUI workflow"
},

View File

@ -14094,6 +14094,15 @@
"title_aux": "ComfyUI-Embeddings-Tools" "title_aux": "ComfyUI-Embeddings-Tools"
} }
], ],
"https://github.com/Zehong-Ma/ComfyUI-MagCache": [
[
"CompileModel",
"MagCache"
],
{
"title_aux": "ComfyUI-MagCache"
}
],
"https://github.com/Zeks/comfyui-rapidfire": [ "https://github.com/Zeks/comfyui-rapidfire": [
[ [
"CachedCheckpoint", "CachedCheckpoint",
@ -14589,6 +14598,7 @@
"ComflySeededit", "ComflySeededit",
"Comfly_Flux_Kontext", "Comfly_Flux_Kontext",
"Comfly_Flux_Kontext_Edit", "Comfly_Flux_Kontext_Edit",
"Comfly_Flux_Kontext_bfl",
"Comfly_Mj", "Comfly_Mj",
"Comfly_Mju", "Comfly_Mju",
"Comfly_Mjv", "Comfly_Mjv",
@ -35272,11 +35282,13 @@
], ],
"https://github.com/whmc76/ComfyUI-UniversalToolkit": [ "https://github.com/whmc76/ComfyUI-UniversalToolkit": [
[ [
"AudioCropProcessUTK",
"DepthMapBlur_UTK", "DepthMapBlur_UTK",
"EmptyUnitGenerator_UTK", "EmptyUnitGenerator_UTK",
"ImageConcatenateMulti_UTK", "ImageConcatenateMulti_UTK",
"ImageConcatenate_UTK", "ImageConcatenate_UTK",
"ImageRatioDetector_UTK", "ImageRatioDetector_UTK",
"LoadAudioPlusFromPath_UTK",
"PreviewMask_UTK", "PreviewMask_UTK",
"ShowFloat_UTK", "ShowFloat_UTK",
"ShowInt_UTK", "ShowInt_UTK",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "moonwhaler",
"title": "comfyui-moonpack",
"reference": "https://github.com/moonwhaler/comfyui-moonpack",
"files": [
"https://github.com/moonwhaler/comfyui-moonpack"
],
"install_type": "git-clone",
"description": "NODES: Proportional Dimension, Simple String Replace, Regex String Replace, VACE Looper Frame Scheduler"
},
{ {
"author": "DreamsInAutumn", "author": "DreamsInAutumn",
"title": "ComfyUI-Autumn-LLM-Nodes", "title": "ComfyUI-Autumn-LLM-Nodes",
@ -10,16 +20,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES: Gemini-Image-To-Prompt, Gemini-Prompt-Builder, LLM-Prompt-Builder" "description": "NODES: Gemini-Image-To-Prompt, Gemini-Prompt-Builder, LLM-Prompt-Builder"
}, },
{
"author": "alexgenovese",
"title": "ComfyUI-Reica",
"reference": "https://github.com/yichengup/ComfyUI-YCNodes_Advance",
"files": [
"https://github.com/yichengup/ComfyUI-YCNodes_Advance"
],
"install_type": "git-clone",
"description": "NODES: 'Reica GCP: Read Image', 'Reica GCP: Write Image & Get URL', 'Reica Text Image Display', 'Reica Read Image URL', 'Reica URL Image Loader Filename', 'Reica API: Send HTTP Notification', 'Insert Anything'"
},
{ {
"author": "alexgenovese", "author": "alexgenovese",
"title": "ComfyUI-Reica", "title": "ComfyUI-Reica",
@ -42,13 +42,13 @@
}, },
{ {
"author": "wildminder", "author": "wildminder",
"title": "ComfyUI-MagCache [WIP]", "title": "ComfyUI-MagCache [NAME CONFLICT|WIP]",
"reference": "https://github.com/wildminder/ComfyUI-MagCache", "reference": "https://github.com/wildminder/ComfyUI-MagCache",
"files": [ "files": [
"https://github.com/wildminder/ComfyUI-MagCache" "https://github.com/wildminder/ComfyUI-MagCache"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Magnitude-Aware Cache" "description": "official implementation of [zehong-ma/MagCache](https://github.com/zehong-ma/MagCache) for ComfyUI"
}, },
{ {
"author": "laubsauger", "author": "laubsauger",

View File

@ -3078,6 +3078,8 @@
"SDVN Save Text", "SDVN Save Text",
"SDVN Seed", "SDVN Seed",
"SDVN Simple Any Input", "SDVN Simple Any Input",
"SDVN Slider 1",
"SDVN Slider 100",
"SDVN StyleModel Download", "SDVN StyleModel Download",
"SDVN Styles", "SDVN Styles",
"SDVN Switch", "SDVN Switch",
@ -6304,6 +6306,7 @@
"WanVideoLoopArgs", "WanVideoLoopArgs",
"WanVideoLoraBlockEdit", "WanVideoLoraBlockEdit",
"WanVideoLoraSelect", "WanVideoLoraSelect",
"WanVideoMagCache",
"WanVideoModelLoader", "WanVideoModelLoader",
"WanVideoPhantomEmbeds", "WanVideoPhantomEmbeds",
"WanVideoReCamMasterCameraEmbed", "WanVideoReCamMasterCameraEmbed",
@ -7100,6 +7103,17 @@
"title_aux": "comfy-url-fetcher [WIP]" "title_aux": "comfy-url-fetcher [WIP]"
} }
], ],
"https://github.com/moonwhaler/comfyui-moonpack": [
[
"ProportionalDimension",
"RegexStringReplace",
"SimpleStringReplace",
"VACELooperFrameScheduler"
],
{
"title_aux": "comfyui-moonpack"
}
],
"https://github.com/mr-krak3n/ComfyUI-Qwen": [ "https://github.com/mr-krak3n/ComfyUI-Qwen": [
[ [
"DeepSeekResponseParser", "DeepSeekResponseParser",
@ -8667,7 +8681,7 @@
"MagCache" "MagCache"
], ],
{ {
"title_aux": "ComfyUI-MagCache [WIP]" "title_aux": "ComfyUI-MagCache [NAME CONFLICT|WIP]"
} }
], ],
"https://github.com/willblaschko/ComfyUI-Unload-Models": [ "https://github.com/willblaschko/ComfyUI-Unload-Models": [

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,25 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "Zehong-Ma",
"title": "ComfyUI-MagCache",
"reference": "https://github.com/Zehong-Ma/ComfyUI-MagCache",
"files": [
"https://github.com/Zehong-Ma/ComfyUI-MagCache"
],
"install_type": "git-clone",
"description": "official implementation of [zehong-ma/MagCache](https://github.com/zehong-ma/MagCache) for ComfyUI"
},
{
"author": "without-ordinary",
"title": "OpenOutpaint ComfyUI Interface",
"reference": "https://github.com/without-ordinary/openoutpaint_comfyui_interface",
"files": [
"https://github.com/without-ordinary/openoutpaint_comfyui_interface"
],
"install_type": "git-clone",
"description": "An API interface for OpenOutpaint to work with ComfyUI workflow"
},
{ {
"author": "kiko9", "author": "kiko9",
"title": "ComfyUI_Selectors", "title": "ComfyUI_Selectors",
@ -668,26 +688,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI extension for parsing Civitai PNG workflows and automatically downloading missing models" "description": "ComfyUI extension for parsing Civitai PNG workflows and automatically downloading missing models"
},
{
"author": "zccrs",
"title": "ComfyUI DCI",
"reference": "https://github.com/zccrs/comfyui-dci",
"files": [
"https://github.com/zccrs/comfyui-dci"
],
"install_type": "git-clone",
"description": "A comprehensive ComfyUI extension for creating, previewing, and analyzing DCI (DSG Combined Icons) format files. This extension fully implements the DCI specification, supporting multi-state icons, multiple color tones, scaling factors, and advanced metadata analysis."
},
{
"author": "s9roll7",
"title": "Comfyui CoTracker Node",
"reference": "https://github.com/s9roll7/comfyui_cotracker_node",
"files": [
"https://github.com/s9roll7/comfyui_cotracker_node"
],
"install_type": "git-clone",
"description": "This is a node that outputs tracking results of a grid or specified points using CoTracker. It can be directly connected to the WanVideo ATI Tracks Node."
} }
] ]
} }

View File

@ -14094,6 +14094,15 @@
"title_aux": "ComfyUI-Embeddings-Tools" "title_aux": "ComfyUI-Embeddings-Tools"
} }
], ],
"https://github.com/Zehong-Ma/ComfyUI-MagCache": [
[
"CompileModel",
"MagCache"
],
{
"title_aux": "ComfyUI-MagCache"
}
],
"https://github.com/Zeks/comfyui-rapidfire": [ "https://github.com/Zeks/comfyui-rapidfire": [
[ [
"CachedCheckpoint", "CachedCheckpoint",
@ -14589,6 +14598,7 @@
"ComflySeededit", "ComflySeededit",
"Comfly_Flux_Kontext", "Comfly_Flux_Kontext",
"Comfly_Flux_Kontext_Edit", "Comfly_Flux_Kontext_Edit",
"Comfly_Flux_Kontext_bfl",
"Comfly_Mj", "Comfly_Mj",
"Comfly_Mju", "Comfly_Mju",
"Comfly_Mjv", "Comfly_Mjv",
@ -35272,11 +35282,13 @@
], ],
"https://github.com/whmc76/ComfyUI-UniversalToolkit": [ "https://github.com/whmc76/ComfyUI-UniversalToolkit": [
[ [
"AudioCropProcessUTK",
"DepthMapBlur_UTK", "DepthMapBlur_UTK",
"EmptyUnitGenerator_UTK", "EmptyUnitGenerator_UTK",
"ImageConcatenateMulti_UTK", "ImageConcatenateMulti_UTK",
"ImageConcatenate_UTK", "ImageConcatenate_UTK",
"ImageRatioDetector_UTK", "ImageRatioDetector_UTK",
"LoadAudioPlusFromPath_UTK",
"PreviewMask_UTK", "PreviewMask_UTK",
"ShowFloat_UTK", "ShowFloat_UTK",
"ShowInt_UTK", "ShowInt_UTK",