CoolFace
Datasetpublic

LuKoi/ComfyUI-Custom-Scripts_autocomplete_csv

sourceHugging Faceupdated 2y agoView on Hugging Face
11likes131downloads
README-EN.md37 linesDownload Raw Back to root
1# Summary2This file is for tag auto-completion for ComfyUI-Custom-Scripts.3 4Among the tags existing in [danbooru](https://danbooru.donmai.us/tags) and [e621](https://e621.net/tags) as of 2024/11/11,  5The tags that are used infrequently (post_count:less than 20) are excluded from the list.6 7# Usage8Replace one of the downloaded “autocomplete.txt” files with the following file.  9[Your folder]\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts\user\autocomplete.txt10 11# File Type12The differences are as follows.  13 14### normal15 16The display format will be the same as before.  17(Only for danbooru_and_e621) If a tag exists in both danbooru and e621, the one with the higher number of tags will be displayed.18 19Example  20![image/png](https://cdn-uploads.huggingface.co/production/uploads/66fff84d9ed6d66370620e36/f2lVtaiIGpZiYZAmBKtNB.png)  21 22 23### categoryPlus24 25Compared to the standard version, the following differences exist.  26* It additionally indicates whether the tag is from danbooru or e621 and which category it belongs to.27* (Only for danbooru_and_e621) If a tag exists in both danbooru and e621, both will be displayed.28* Sort order is not by number, but by tag a-z.29 30These behaviors are not expected by ComfyUI-Custom-Scripts,  31It is highly likely that the display format will change or stop working due to version upgrades, etc.32 33Example34![image/png](https://cdn-uploads.huggingface.co/production/uploads/66fff84d9ed6d66370620e36/jhSbRE0lJ0zHoWpXF2A0o.png)35 36 37