From 9fc3a2c35b3cf06b4203d5d540a6afd80f8a25cd Mon Sep 17 00:00:00 2001 From: direwolf420 Date: Fri, 1 Sep 2023 10:31:34 +0200 Subject: [PATCH] note about case sensitive --- Embeddings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Embeddings.md b/Embeddings.md index 54571b9..593fb4b 100644 --- a/Embeddings.md +++ b/Embeddings.md @@ -16,7 +16,7 @@ You can also follow the same process to add negative embeddings. This will tell Expand the `Negative Prompt` section, then click `+ Negative Embedding`, and follow the same steps as mentioned above. ## Tips -You can also just type the embedding word directly in the prompt, without using the Embeddings popup window. Type the embedding model filename (without the extension). E.g. `cat-toy` if the embedding filename is `cat-toy.pt`. Please replace any spaces in the filename with underscore `_`. +You can also just type the embedding word directly in the prompt, without using the Embeddings popup window. Type the embedding model filename (without the extension). E.g. `cat-toy` if the embedding filename is `cat-toy.pt`. Please replace any spaces in the filename with underscore `_`. Beware that embeddings are case sensitive, meaning that if you have an embedding like `EasyNegative`, typing `easynegative` will not be recognized. ## Web Resources * https://civitai.com/ contains a lot of Embedding models. Filter by model type `Embedding`. \ No newline at end of file