update DB

This commit is contained in:
Dr.Lt.Data 2025-10-26 13:00:06 +09:00
parent ee51efed69
commit 87f57551ea
2 changed files with 37 additions and 19 deletions

View File

@ -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"
]
}
}
]
}

View File

@ -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",