Update custom-node-list.json (#2238)

* Update custom-node-list.json

* Simplify node entry by removing file links

Removed specific file links and custom installer from the node list entry.

---------

Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
This commit is contained in:
BlackSnowSkill 2025-10-26 08:58:30 +05:00 committed by GitHub
parent 5dab865681
commit ee51efed69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35420,6 +35420,24 @@
],
"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"
]
}
]
}