From 00a5115267378c75f3eb52dc21a07099722a9922 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 23 Oct 2025 20:45:14 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 20 +++++------ extension-node-map.json | 14 ++++++++ node_db/new/custom-node-list.json | 51 ++++++----------------------- node_db/new/extension-node-map.json | 14 ++++++++ 4 files changed, 48 insertions(+), 51 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index e7736671..cba3d3ac 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34816,6 +34816,16 @@ "install_type": "git-clone", "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", "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." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index bcefa847..9ea15b46 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -6587,13 +6587,17 @@ "EncryptWatermark", "GetResolutionForVR", "ImageVRConverter", + "IncrementDirectoryImageLoader", "LinearFade", "LoadImageWithFilename", + "LoadSingleImageByFilename", + "LoopWhileNotFinished", "RegexSubstitute", "SaveAudioSimple", "SaveStrippedUTF8File", "ScaleByFactor", "ScaleToResolution", + "StartLoopTrigger", "StripXML", "VRwearePause", "VRwearePauseLatent", @@ -12407,6 +12411,14 @@ "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": [ [ "UniversalLLMNode" @@ -37814,6 +37826,7 @@ [ "AIHubActionNewAudio", "AIHubActionNewAudioSegment", + "AIHubActionNewFrames", "AIHubActionNewImage", "AIHubActionNewImageBatch", "AIHubActionNewLatent", @@ -37830,6 +37843,7 @@ "AIHubExposeCfg", "AIHubExposeExtendableScheduler", "AIHubExposeFloat", + "AIHubExposeFrame", "AIHubExposeImage", "AIHubExposeImageBatch", "AIHubExposeImageInfoOnly", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 164a2c73..84c332f8 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "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", "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.", "nodename_pattern": "ArchAi3D", "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." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index bcefa847..9ea15b46 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -6587,13 +6587,17 @@ "EncryptWatermark", "GetResolutionForVR", "ImageVRConverter", + "IncrementDirectoryImageLoader", "LinearFade", "LoadImageWithFilename", + "LoadSingleImageByFilename", + "LoopWhileNotFinished", "RegexSubstitute", "SaveAudioSimple", "SaveStrippedUTF8File", "ScaleByFactor", "ScaleToResolution", + "StartLoopTrigger", "StripXML", "VRwearePause", "VRwearePauseLatent", @@ -12407,6 +12411,14 @@ "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": [ [ "UniversalLLMNode" @@ -37814,6 +37826,7 @@ [ "AIHubActionNewAudio", "AIHubActionNewAudioSegment", + "AIHubActionNewFrames", "AIHubActionNewImage", "AIHubActionNewImageBatch", "AIHubActionNewLatent", @@ -37830,6 +37843,7 @@ "AIHubExposeCfg", "AIHubExposeExtendableScheduler", "AIHubExposeFloat", + "AIHubExposeFrame", "AIHubExposeImage", "AIHubExposeImageBatch", "AIHubExposeImageInfoOnly",