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:
huchukato 2026-02-17 15:39:49 +01:00 committed by GitHub
parent ebb354a201
commit b5defe2a38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
]
}