diff --git a/README.md b/README.md index 40266f7..b2d19c8 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,28 @@ Completion for these types is triggered by typing `<`. By default it will show t - Or ` +Walkthorugh to add custom keywords + +![image](https://github.com/DominikDoom/a1111-sd-webui-tagcomplete/assets/34448969/4302c44e-c632-473d-a14a-76f164f966cb) + + +Sometimes the inserted keywords can be wrong due to a hash collision, however model-keyword and tag autocomplete take the name of the file into account too if the collision is known. + +If it still inserts something wrong or you simply don't want the keywords added that time, you can undo / redo it directly after as often as you want, until you type something else +(It uses the default undo/redo action of the browser, so CTRL + Z, context menu and mouse macros should all work). + ### Embedding type filtering Embeddings trained for Stable Diffusion 1.x or 2.x models respectively are incompatible with the other type. To make it easier to find valid embeds, they are categorized by "v1 Embedding" and "v2 Embedding", including a slight color difference. You can also filter your search to include only v1 or v2 embeddings by typing ` + +
+Lora / Lyco trigger word insertion + +See [the detailed readme section](#lora--lyco-trigger-word-completion) for more info + +Selects the mode to use for Lora / Lyco trigger word insertion. +Needs the [model-keyword](https://github.com/mix1009/model-keyword/) extension to be installed, else it will do nothing. + +- Never + - Will not complete trigger words, even if the model-keyword extension is installed +- Only user list + - Will only load the custom keywords specified in the lora-keyword-user.txt file and ignore the default list +- Always + - Will load and use both lists + +Switching from "Never" to what you had before or back will not require a restart, but changing between the full and only the user list will. + +![loraKeywordCompletion](https://github.com/DominikDoom/a1111-sd-webui-tagcomplete/assets/34448969/8bec89ea-68f7-4783-b5cb-55869d9121a3) +
Wildcard path completion