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

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