From c53963fe13ce98262d5bcac2378bf2a9731884cf Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 31 Aug 2023 19:33:52 +0530 Subject: [PATCH] Updated Embeddings (markdown) --- Embeddings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Embeddings.md b/Embeddings.md index 31f0004..b5f24cf 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 `models/embeddings/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 `_`. ## Web Resources * https://civitai.com/ contains a lot of Embedding models. Filter by model type `Embedding`. \ No newline at end of file