File size: 1,346 Bytes
60334c6 d4e7099 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
# Summery
This file is for tag auto-completion for ComfyUI-Custom-Scripts.
Tags with low usage frequency (less than post_count20) are excluded.
# File Type
The differences are as follows.
### normal
The display format will be the same as before.
(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.
Example
![image/png](https://cdn-uploads.huggingface.co/production/uploads/66fff84d9ed6d66370620e36/f2lVtaiIGpZiYZAmBKtNB.png)
### categoryPlus
Compared to the standard version, the following differences exist.
* It additionally indicates whether the tag is from danbooru or e621 and which category it belongs to.
* (Only for danbooru_and_e621) If a tag exists in both danbooru and e621, both will be displayed.
* Sort order is not by number, but by tag a-z.
These behaviors are not expected by ComfyUI-Custom-Scripts, and it is highly likely that the display format will change due to version upgrades, etc.
Example
![image/png](https://cdn-uploads.huggingface.co/production/uploads/66fff84d9ed6d66370620e36/jhSbRE0lJ0zHoWpXF2A0o.png)
◆使い方
Replace one of the downloaded “autocomplete.txt” files with the following file.
[Your folder]\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts\user\autocomplete.txt
|