Update README-EN.md
Browse files- README-EN.md +5 -1
README-EN.md
CHANGED
@@ -1,9 +1,13 @@
|
|
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 |
How to use
|
6 |
-
Replace the downloaded “autocomplete.txt” with the following file.
|
|
|
7 |
|
8 |
[your folder]\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts\user\autocomplete.txt
|
9 |
|
|
|
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 |
How to use
|
9 |
+
Replace the downloaded “autocomplete.txt” or “autocomplete(escape parenthesis).txt” with the following file.
|
10 |
+
”autocomplete(escape parenthesis).txt” is the escaped version of the above. Rename the file to “autocomplete.txt” and replace it with the following file.
|
11 |
|
12 |
[your folder]\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts\user\autocomplete.txt
|
13 |
|