LuKoi commited on
Commit
bd01ca3
1 Parent(s): 72d6a5f

Update README-EN.md

Browse files
Files changed (1) hide show
  1. 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