From 87f57551ea3f2d52974978a7c63748b234eb7e06 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 26 Oct 2025 13:00:06 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 38 +++++++++++++++---------------- node_db/new/custom-node-list.json | 18 +++++++++++++++ 2 files changed, 37 insertions(+), 19 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 31974782..600c4ed0 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34955,6 +34955,24 @@ "install_type": "git-clone", "description": "Welcome to the Image Upscaler & Restorer project! This tool utilizes the [a/GFPGAN](https://github.com/TencentARC/GFPGAN) algorithm to enhance and restore images, providing a seamless way to improve image quality." }, + { + "author": "Blacksnowskill", + "title": "BSS WD14 Batch Tagger", + "reference": "https://github.com/BlackSnowSkill/wd14_batch_tagger", + "files": [ + "https://github.com/BlackSnowSkill/wd14_batch_tagger" + ], + "install_type": "git-clone", + "description": "Automatic image tagging using WD14 models with batch processing and GPU acceleration for ComfyUI", + "category": "Image Processing", + "tags": ["image", "tagging", "wd14", "batch", "gpu"], + "pip": [ + "onnxruntime>=1.16.0", + "numpy>=1.24.0", + "pillow>=9.0.0", + "huggingface-hub>=0.16.0" + ] + }, @@ -35420,24 +35438,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Blacksnowskill", - "title": "BSS WD14 Batch Tagger", - "reference": "https://github.com/BlackSnowSkill/wd14_batch_tagger", - "files": [ - "https://github.com/BlackSnowSkill/wd14_batch_tagger" - ], - "install_type": "git-clone", - "description": "Automatic image tagging using WD14 models with batch processing and GPU acceleration for ComfyUI", - "category": "Image Processing", - "tags": ["image", "tagging", "wd14", "batch", "gpu"], - "pip": [ - "onnxruntime>=1.16.0", - "numpy>=1.24.0", - "pillow>=9.0.0", - "huggingface-hub>=0.16.0" - ] - } + } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 5116b59f..53222901 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,23 @@ { "custom_nodes": [ + { + "author": "Blacksnowskill", + "title": "BSS WD14 Batch Tagger", + "reference": "https://github.com/BlackSnowSkill/wd14_batch_tagger", + "files": [ + "https://github.com/BlackSnowSkill/wd14_batch_tagger" + ], + "install_type": "git-clone", + "description": "Automatic image tagging using WD14 models with batch processing and GPU acceleration for ComfyUI", + "category": "Image Processing", + "tags": ["image", "tagging", "wd14", "batch", "gpu"], + "pip": [ + "onnxruntime>=1.16.0", + "numpy>=1.24.0", + "pillow>=9.0.0", + "huggingface-hub>=0.16.0" + ] + }, { "author": "ProGamerGov", "title": "ComfyUI_pytorch360convert_video",