Added note that ComfyUI-Custom-Scripts now supports parentheses escaping.
Browse files- README-EN.md +6 -2
README-EN.md
CHANGED
@@ -2,8 +2,12 @@ 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.
|
|
|
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.
|