mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-31 17:20:50 +08:00
Update custom-node-list.json
This commit is contained in:
parent
78fb354452
commit
8bf6823850
@ -35139,6 +35139,36 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"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/raw/main/__init__.py",
|
||||||
|
"https://github.com/BlackSnowSkill/wd14_batch_tagger/raw/main/nodes.py",
|
||||||
|
"https://github.com/BlackSnowSkill/wd14_batch_tagger/raw/main/requirements.txt",
|
||||||
|
"https://github.com/BlackSnowSkill/wd14_batch_tagger/raw/main/install.py"
|
||||||
|
],
|
||||||
|
"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"
|
||||||
|
],
|
||||||
|
"custom_installer": "install.py",
|
||||||
|
"python_requirements": [
|
||||||
|
"onnxruntime>=1.16.0",
|
||||||
|
"numpy>=1.24.0",
|
||||||
|
"pillow>=9.0.0",
|
||||||
|
"huggingface-hub>=0.16.0"
|
||||||
|
],
|
||||||
|
"disabled": false,
|
||||||
|
"status": "stable"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user