| # Summary |
| This file is for tag auto-completion for ComfyUI-Custom-Scripts. |
|
|
| Among the tags existing in [danbooru](https://danbooru.donmai.us/tags) and [e621](https://e621.net/tags) as of 2024/11/11, |
| The tags that are used infrequently (post_count:less than 20) are excluded from the list. |
| |
| # Usage |
| 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 |
|
|
| # 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 |
|  |
|
|
|
|
| ### 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, |
| It is highly likely that the display format will change or stop working due to version upgrades, etc. |
|
|
| Example |
|  |
|
|
|
|
|
|