From 11aca3513c93378c35ccc117cd99971f05edf898 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 20 Aug 2025 03:53:51 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 42 +++++++++++++++++++++++-------- node_db/dev/custom-node-list.json | 10 -------- node_db/new/custom-node-list.json | 31 +++++++++++++++++++++++ 3 files changed, 62 insertions(+), 21 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index d1cf266a..f8d6fc50 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31163,6 +31163,37 @@ "install_type": "git-clone", "description": "A ComfyUI custom node for memory-efficient image upscaling using SeedVR2 models with advanced tiling and detail-preserving stitching." }, + { + "author": "saquib764", + "title": "Omini Kontext", + "id": "omini_kontext_editor", + "reference": "https://github.com/Saquib764/omini-kontext", + "files": [ + "https://github.com/Saquib764/omini-kontext" + ], + "install_type": "git-clone", + "description": "Nodes to use Omini Kontext framework for multi-image reference using Flux Kontext model. It has node to for Nunchaku compatibility. The is an editor node to place the character/product on the image for spatial control." + }, + { + "author": "obisin", + "title": "ComfyUI - DGLS (Dynamic GPU Layer Swapping)", + "reference": "https://github.com/obisin/ComfyUI-DGLS", + "files": [ + "https://github.com/obisin/ComfyUI-DGLS" + ], + "install_type": "git-clone", + "description": "Smart dynamic layer swapping between GPU and CPU for optimal inference performance with comprehensive mixed precision handling and copy-compute overlap optimization. Enables running much larger models on limited VRAM setups." + }, + { + "author": "Dehypnotic", + "title": "Numbered Text", + "reference": "https://github.com/Dehypnotic/comfyui-numbered-text", + "files": [ + "https://github.com/Dehypnotic/comfyui-numbered-text" + ], + "install_type": "git-clone", + "description": "Simple node for handling multi-line text with automatic line numbering and extracting a selected line.\nAlways auto-numbers lines (1., 2., 3., …)\nPick a line via 1-based index and output only that line’s content (without the “n. ” prefix)\nRead-only “gutter”-style preview with line numbers on the left, intended for display nodes" + }, @@ -31599,17 +31630,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "saquib764", - "title": "Omini Kontext", - "id": "omini_kontext_editor", - "reference": "https://github.com/Saquib764/omini-kontext", - "files": [ - "https://github.com/Saquib764/omini-kontext" - ], - "install_type": "git-clone", - "description": "Nodes to use Omini Kontext framework for multi-image reference using Flux Kontext model. It has node to for Nunchaku compatibility. The is an editor node to place the character/product on the image for spatial control." } ] } diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 868dbc4d..a4a29597 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -311,16 +311,6 @@ "install_type": "git-clone", "description": "A ComfyUI custom node that randomly selects LoRA files by category and automatically applies corresponding trigger words.\nNOTE: The files in the repo are not organized." }, - { - "author": "AcademiaSD", - "title": "comfyui_AcademiaSD", - "reference": "https://github.com/AcademiaSD/comfyui_AcademiaSD", - "files": [ - "https://github.com/AcademiaSD/comfyui_AcademiaSD" - ], - "install_type": "git-clone", - "description": "NODES: Counter (from file), Reset Counter (to file), Padded File Name, Prompt Batch Selector (by line)" - }, { "author": "idoru", "title": "Filestash Upload Node [UNSAFE]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 778a08bf..95d9f524 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,36 @@ { "custom_nodes": [ + { + "author": "saquib764", + "title": "Omini Kontext", + "id": "omini_kontext_editor", + "reference": "https://github.com/Saquib764/omini-kontext", + "files": [ + "https://github.com/Saquib764/omini-kontext" + ], + "install_type": "git-clone", + "description": "Nodes to use Omini Kontext framework for multi-image reference using Flux Kontext model. It has node to for Nunchaku compatibility. The is an editor node to place the character/product on the image for spatial control." + }, + { + "author": "obisin", + "title": "ComfyUI - DGLS (Dynamic GPU Layer Swapping)", + "reference": "https://github.com/obisin/ComfyUI-DGLS", + "files": [ + "https://github.com/obisin/ComfyUI-DGLS" + ], + "install_type": "git-clone", + "description": "Smart dynamic layer swapping between GPU and CPU for optimal inference performance with comprehensive mixed precision handling and copy-compute overlap optimization. Enables running much larger models on limited VRAM setups." + }, + { + "author": "Dehypnotic", + "title": "Numbered Text", + "reference": "https://github.com/Dehypnotic/comfyui-numbered-text", + "files": [ + "https://github.com/Dehypnotic/comfyui-numbered-text" + ], + "install_type": "git-clone", + "description": "Simple node for handling multi-line text with automatic line numbering and extracting a selected line.\nAlways auto-numbers lines (1., 2., 3., …)\nPick a line via 1-based index and output only that line’s content (without the “n. ” prefix)\nRead-only “gutter”-style preview with line numbers on the left, intended for display nodes" + }, { "author": "moonwhaler", "title": "SeedVR2 Tiling Upscaler",