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

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{
"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",
"title": "ComfyUI-Autumn-LLM-Nodes",
@ -10,16 +20,6 @@
"install_type": "git-clone",
"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",
"title": "ComfyUI-Reica",
@ -42,13 +42,13 @@
},
{
"author": "wildminder",
"title": "ComfyUI-MagCache [WIP]",
"title": "ComfyUI-MagCache [NAME CONFLICT|WIP]",
"reference": "https://github.com/wildminder/ComfyUI-MagCache",
"files": [
"https://github.com/wildminder/ComfyUI-MagCache"
],
"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",

View File

@ -3078,6 +3078,8 @@
"SDVN Save Text",
"SDVN Seed",
"SDVN Simple Any Input",
"SDVN Slider 1",
"SDVN Slider 100",
"SDVN StyleModel Download",
"SDVN Styles",
"SDVN Switch",
@ -6304,6 +6306,7 @@
"WanVideoLoopArgs",
"WanVideoLoraBlockEdit",
"WanVideoLoraSelect",
"WanVideoMagCache",
"WanVideoModelLoader",
"WanVideoPhantomEmbeds",
"WanVideoReCamMasterCameraEmbed",
@ -7100,6 +7103,17 @@
"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": [
[
"DeepSeekResponseParser",
@ -8667,7 +8681,7 @@
"MagCache"
],
{
"title_aux": "ComfyUI-MagCache [WIP]"
"title_aux": "ComfyUI-MagCache [NAME CONFLICT|WIP]"
}
],
"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": [
{
"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",
"title": "ComfyUI_Selectors",
@ -668,26 +688,6 @@
],
"install_type": "git-clone",
"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"
}
],
"https://github.com/Zehong-Ma/ComfyUI-MagCache": [
[
"CompileModel",
"MagCache"
],
{
"title_aux": "ComfyUI-MagCache"
}
],
"https://github.com/Zeks/comfyui-rapidfire": [
[
"CachedCheckpoint",
@ -14589,6 +14598,7 @@
"ComflySeededit",
"Comfly_Flux_Kontext",
"Comfly_Flux_Kontext_Edit",
"Comfly_Flux_Kontext_bfl",
"Comfly_Mj",
"Comfly_Mju",
"Comfly_Mjv",
@ -35272,11 +35282,13 @@
],
"https://github.com/whmc76/ComfyUI-UniversalToolkit": [
[
"AudioCropProcessUTK",
"DepthMapBlur_UTK",
"EmptyUnitGenerator_UTK",
"ImageConcatenateMulti_UTK",
"ImageConcatenate_UTK",
"ImageRatioDetector_UTK",
"LoadAudioPlusFromPath_UTK",
"PreviewMask_UTK",
"ShowFloat_UTK",
"ShowInt_UTK",