mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-22 11:57:37 +08:00
Add ComfyUI-TagComplete custom node to list (#2611)
- Tag completion with a1111-sd-webui-tagcomplete style wildcard sub-selection - Support for CSV files and multiple wildcard sources - Smart parsing and text overflow handling - Full compatibility with existing wildcard files - v2.0.0 with major wildcard workflow improvements - Category: utility with comprehensive tag and autocomplete features
This commit is contained in:
parent
ebb354a201
commit
b5defe2a38
@ -43482,6 +43482,20 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "huchukato",
|
||||
"title": "ComfyUI-TagComplete",
|
||||
"id": "comfy-tagcomplete",
|
||||
"reference": "https://github.com/huchukato/comfy-tagcomplete",
|
||||
"files": [
|
||||
"https://github.com/huchukato/comfy-tagcomplete"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Tag completion with a1111-sd-webui-tagcomplete style wildcard sub-selection, supporting CSV files and multiple wildcard sources. Features smart parsing, text overflow handling, and full compatibility with existing wildcard files. v2.0.0 with major wildcard workflow improvements.",
|
||||
"category": "utility",
|
||||
"tags": ["tag", "completion", "autocomplete", "wildcard", "csv", "suggestion", "sub-selection", "a1111", "danbooru", "e621", "prompt", "utility", "enhanced", "stable"],
|
||||
"version": "2.0.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user