mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-23 13:20:49 +08:00
Simplify node entry by removing file links
Removed specific file links and custom installer from the node list entry.
This commit is contained in:
parent
8bf6823850
commit
2b7e320063
@ -35145,10 +35145,7 @@
|
||||
"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"
|
||||
"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",
|
||||
@ -35159,16 +35156,7 @@
|
||||
"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