update DB

This commit is contained in:
Dr.Lt.Data 2025-10-23 20:45:14 +09:00
parent 00282eab7b
commit 00a5115267
4 changed files with 48 additions and 51 deletions

View File

@ -34816,6 +34816,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Scene Viewer of SpatialGen" "description": "Scene Viewer of SpatialGen"
}, },
{
"author": "QuietNoise",
"title": "ComfyUI Queue Manager",
"reference": "https://github.com/QuietNoise/comfyui_queue_manager",
"files": [
"https://github.com/QuietNoise/comfyui_queue_manager"
],
"install_type": "git-clone",
"description": "An extension supporting more streamlined prompt queue management."
},
@ -35281,16 +35291,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": "QuietNoise",
"title": "ComfyUI Queue Manager",
"reference": "https://github.com/QuietNoise/comfyui_queue_manager",
"files": [
"https://github.com/QuietNoise/comfyui_queue_manager"
],
"install_type": "git-clone",
"description": "An extension supporting more streamlined prompt queue management."
} }
] ]
} }

View File

@ -6587,13 +6587,17 @@
"EncryptWatermark", "EncryptWatermark",
"GetResolutionForVR", "GetResolutionForVR",
"ImageVRConverter", "ImageVRConverter",
"IncrementDirectoryImageLoader",
"LinearFade", "LinearFade",
"LoadImageWithFilename", "LoadImageWithFilename",
"LoadSingleImageByFilename",
"LoopWhileNotFinished",
"RegexSubstitute", "RegexSubstitute",
"SaveAudioSimple", "SaveAudioSimple",
"SaveStrippedUTF8File", "SaveStrippedUTF8File",
"ScaleByFactor", "ScaleByFactor",
"ScaleToResolution", "ScaleToResolution",
"StartLoopTrigger",
"StripXML", "StripXML",
"VRwearePause", "VRwearePause",
"VRwearePauseLatent", "VRwearePauseLatent",
@ -12407,6 +12411,14 @@
"title_aux": "ComfyUI-RED-UNO" "title_aux": "ComfyUI-RED-UNO"
} }
], ],
"https://github.com/QuietNoise/comfyui_queue_manager": [
[
"Workflow Name"
],
{
"title_aux": "ComfyUI Queue Manager"
}
],
"https://github.com/R5-Revo/llm-node-comfyui": [ "https://github.com/R5-Revo/llm-node-comfyui": [
[ [
"UniversalLLMNode" "UniversalLLMNode"
@ -37814,6 +37826,7 @@
[ [
"AIHubActionNewAudio", "AIHubActionNewAudio",
"AIHubActionNewAudioSegment", "AIHubActionNewAudioSegment",
"AIHubActionNewFrames",
"AIHubActionNewImage", "AIHubActionNewImage",
"AIHubActionNewImageBatch", "AIHubActionNewImageBatch",
"AIHubActionNewLatent", "AIHubActionNewLatent",
@ -37830,6 +37843,7 @@
"AIHubExposeCfg", "AIHubExposeCfg",
"AIHubExposeExtendableScheduler", "AIHubExposeExtendableScheduler",
"AIHubExposeFloat", "AIHubExposeFloat",
"AIHubExposeFrame",
"AIHubExposeImage", "AIHubExposeImage",
"AIHubExposeImageBatch", "AIHubExposeImageBatch",
"AIHubExposeImageInfoOnly", "AIHubExposeImageInfoOnly",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "QuietNoise",
"title": "ComfyUI Queue Manager",
"reference": "https://github.com/QuietNoise/comfyui_queue_manager",
"files": [
"https://github.com/QuietNoise/comfyui_queue_manager"
],
"install_type": "git-clone",
"description": "An extension supporting more streamlined prompt queue management."
},
{ {
"author": "manycore-maas", "author": "manycore-maas",
"title": "ComfyUI-SpatialGen", "title": "ComfyUI-SpatialGen",
@ -677,47 +687,6 @@
"description": "Professional AI Interior Design Toolkit for ComfyUI. Custom Qwen-VL nodes with 4 design modes: Text-to-Design, Mood Board, Reference Control, and Room Cleaning. Includes 5 optimized nodes with advanced strength controls and 23 preferred aspect ratios.", "description": "Professional AI Interior Design Toolkit for ComfyUI. Custom Qwen-VL nodes with 4 design modes: Text-to-Design, Mood Board, Reference Control, and Room Cleaning. Includes 5 optimized nodes with advanced strength controls and 23 preferred aspect ratios.",
"nodename_pattern": "ArchAi3D", "nodename_pattern": "ArchAi3D",
"pip": [] "pip": []
},
{
"author": "9nate-drake",
"title": "Comfyui-SecNodes",
"reference": "https://github.com/9nate-drake/Comfyui-SecNodes",
"files": [
"https://github.com/9nate-drake/Comfyui-SecNodes"
],
"install_type": "git-clone",
"description": "Nodes for SeC (Segment Concept) - SOTA video object segmentation. Uses SeC-4B model by OpenIXCLab. Also includes coordinate plotter for visualization"
},
{
"author": "pizurny",
"title": "ComfyUI Latent Transform Sampler",
"reference": "https://github.com/pizurny/Comfyui-Latent-Transform-Sampler",
"files": [
"https://github.com/pizurny/Comfyui-Latent-Transform-Sampler"
],
"install_type": "git-clone",
"description": "Advanced latent space transformations during diffusion sampling with precise control over timing and distribution."
},
{
"author": "maikgreubel",
"title": "Load DDS File Node",
"reference": "https://github.com/maikgreubel/comfyui-loaddds",
"files": [
"https://github.com/maikgreubel/comfyui-loaddds"
],
"install_type": "git-clone",
"description": "A simple node for loading DDS (DirectDraw Surface) texture files into a PyTorch tensor.\nThe node is designed to be used in visual programming frameworks that support custom nodes (e.g., ComfyUI, AUTOMATIC1111)."
},
{
"author": "Hmily",
"title": "comfy-deploy",
"id": "comfy-deploy",
"reference": "https://github.com/ihmily/comfy-deploy",
"files": [
"https://github.com/ihmily/comfy-deploy"
],
"install_type": "git-clone",
"description": "Easy deploy API for ComfyUI."
} }
] ]
} }

View File

@ -6587,13 +6587,17 @@
"EncryptWatermark", "EncryptWatermark",
"GetResolutionForVR", "GetResolutionForVR",
"ImageVRConverter", "ImageVRConverter",
"IncrementDirectoryImageLoader",
"LinearFade", "LinearFade",
"LoadImageWithFilename", "LoadImageWithFilename",
"LoadSingleImageByFilename",
"LoopWhileNotFinished",
"RegexSubstitute", "RegexSubstitute",
"SaveAudioSimple", "SaveAudioSimple",
"SaveStrippedUTF8File", "SaveStrippedUTF8File",
"ScaleByFactor", "ScaleByFactor",
"ScaleToResolution", "ScaleToResolution",
"StartLoopTrigger",
"StripXML", "StripXML",
"VRwearePause", "VRwearePause",
"VRwearePauseLatent", "VRwearePauseLatent",
@ -12407,6 +12411,14 @@
"title_aux": "ComfyUI-RED-UNO" "title_aux": "ComfyUI-RED-UNO"
} }
], ],
"https://github.com/QuietNoise/comfyui_queue_manager": [
[
"Workflow Name"
],
{
"title_aux": "ComfyUI Queue Manager"
}
],
"https://github.com/R5-Revo/llm-node-comfyui": [ "https://github.com/R5-Revo/llm-node-comfyui": [
[ [
"UniversalLLMNode" "UniversalLLMNode"
@ -37814,6 +37826,7 @@
[ [
"AIHubActionNewAudio", "AIHubActionNewAudio",
"AIHubActionNewAudioSegment", "AIHubActionNewAudioSegment",
"AIHubActionNewFrames",
"AIHubActionNewImage", "AIHubActionNewImage",
"AIHubActionNewImageBatch", "AIHubActionNewImageBatch",
"AIHubActionNewLatent", "AIHubActionNewLatent",
@ -37830,6 +37843,7 @@
"AIHubExposeCfg", "AIHubExposeCfg",
"AIHubExposeExtendableScheduler", "AIHubExposeExtendableScheduler",
"AIHubExposeFloat", "AIHubExposeFloat",
"AIHubExposeFrame",
"AIHubExposeImage", "AIHubExposeImage",
"AIHubExposeImageBatch", "AIHubExposeImageBatch",
"AIHubExposeImageInfoOnly", "AIHubExposeImageInfoOnly",