From c67fd336fd1eec6a43ae3412e74f45c3c6bfa923 Mon Sep 17 00:00:00 2001 From: DominikDoom <34448969+DominikDoom@users.noreply.github.com> Date: Sun, 16 Oct 2022 14:31:30 +0200 Subject: [PATCH] Add note about caching issues to README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 15c00bc..9ff96f9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ I created this script as a convenience tool since it reduces the need of switchi You can either clone / download the files manually as described [below](#installation), or use a pre-packaged version from [Releases](https://github.com/DominikDoom/a1111-sd-webui-tagcomplete/releases). +## Common Problems & Known Issues: +- The browser might cache old versions of the script, config, or embedding/wildcard lists. Try hitting `CTRL+F5` to clear the cache. +- If `replaceUnderscores` is active, the script will currently only partly replace edited tags containing multiple words in brackets. +For example, editing `atago (azur lane)`, it would be replaced with e.g. `taihou (azur lane), lane)`, since the script currently doesn't see the second part of the bracket as the same tag. So in those cases you should delete the old tag beforehand. + ### Wildcard & Embedding support Autocompletion also works with wildcard files used by [this script](https://github.com/jtkelm2/stable-diffusion-webui-1/blob/master/scripts/wildcards.py) of the same name (demo video further down). This enables you to either insert categories to be replaced by the script, or even replace them with the actual wildcard file content in the same step. @@ -18,10 +23,6 @@ It also scans the embeddings folder and displays completion hints for the names Both are now enabled by default and scan the `/embeddings` and `/scripts/wildcards` folders automatically. -### Known Issues: -If `replaceUnderscores` is active, the script will currently only partly replace edited tags containing multiple words in brackets. -For example, editing `atago (azur lane)`, it would be replaced with e.g. `taihou (azur lane), lane)`, since the script currently doesn't see the second part of the bracket as the same tag. So in those cases you should delete the old tag beforehand. - ## Screenshots Demo video (with keyboard navigation):