LuKoi commited on
Commit
60334c6
1 Parent(s): fdfad10

Update README-EN.md

Browse files
Files changed (1) hide show
  1. README-EN.md +32 -16
README-EN.md CHANGED
@@ -1,17 +1,33 @@
1
- Summary
2
- ComfyUI-Custom-Scripts file for Danbooru tag auto-completion.
3
- Exclude tags that are used infrequently (post_count less than 20).
4
-
5
- Also, normally you need to escape parentheses “()” with “\” when you type prompts,
6
- The file is also available in a pre-escaped version.
7
-
8
- Added on 2024/11/02
9
- Because of the 2024/10/24 update of ComfyUI-Custom-Scripts, parentheses are now automatically escaped,
10
- Use the escaped version only in versions prior to 2024/10/24.
11
-
12
- How to use
13
- Replace the downloaded “autocomplete.txt” or “autocomplete(escape parenthesis).txt” with the following file.
14
- ”autocomplete(escape parenthesis).txt” is the escaped version of the above. Rename the file to “autocomplete.txt” and replace it with the following file.
15
-
16
- [your folder]\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts\user\autocomplete.txt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
 
1
+ # Summery
2
+ This file is for tag auto-completion for ComfyUI-Custom-Scripts.
3
+ Tags with low usage frequency (less than post_count20) are excluded.
4
+
5
+ # File Type
6
+ The differences are as follows.
7
+
8
+ ### normal
9
+
10
+ The display format will be the same as before.
11
+ (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.
12
+
13
+ Example
14
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/66fff84d9ed6d66370620e36/f2lVtaiIGpZiYZAmBKtNB.png)
15
+
16
+
17
+ ### categoryPlus
18
+
19
+ Compared to the standard version, the following differences exist.
20
+ * It additionally indicates whether the tag is from danbooru or e621 and which category it belongs to.
21
+ * (Only for danbooru_and_e621) If a tag exists in both danbooru and e621, both will be displayed.
22
+ * Sort order is not by number, but by tag a-z.
23
+
24
+ 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.
25
+
26
+ Example
27
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/66fff84d9ed6d66370620e36/jhSbRE0lJ0zHoWpXF2A0o.png)
28
+
29
+ ◆使い方
30
+ Replace one of the downloaded “autocomplete.txt” files with the following file.
31
+ [Your folder]\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts\user\autocomplete.txt
32
+
33