File size: 1,494 Bytes
60334c6
21cb057
 
 
 
60334c6
297f85c
 
 
 
60334c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21cb057
 
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
35
36
37
# Summery
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  
![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,  
It is highly likely that the display format will change or stop working due to version upgrades, etc.

Example
![image/png](https://cdn-uploads.huggingface.co/production/uploads/66fff84d9ed6d66370620e36/jhSbRE0lJ0zHoWpXF2A0o.png)