From 9ac330d9bd111c7002d8bfad537875398c381294 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 31 Aug 2023 19:30:59 +0530 Subject: [PATCH] Created Embeddings (markdown) --- Embeddings.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Embeddings.md diff --git a/Embeddings.md b/Embeddings.md new file mode 100644 index 0000000..35910cf --- /dev/null +++ b/Embeddings.md @@ -0,0 +1,16 @@ +Textual Inversion Embeddings are small models that can teach the AI new words (along with their meaning). This is useful if you want the AI to draw specific concepts, or faces, or things. It's also useful if you want the AI to *avoid* specific concepts or things. + +An embedding can be used as a word in the prompt used to make an image. + +## How to use +1. Download the embedding and put them into the `models/embeddings` folder. +2. Click the refresh icon ![image](https://github.com/easydiffusion/easydiffusion/assets/844287/64d7c2a0-8f9a-4b37-8cff-6e3ba29304a0) next to the Stable Diffusion models dropdown. +3. Add the embedding to the prompt by clicking the `+ Embedding` button above the prompt box +![image](https://github.com/easydiffusion/easydiffusion/assets/844287/95759cb4-c654-4808-95e7-0072352c5a33) +4. Then click the embedding to use. It'll insert the embedding word in the prompt textbox. You can change where the word is inserted (e.g. at the beginning of the prompt) by changing the `Mode` (top-right in the Embeddings popup). +5. Generate an image. + +You can also just type the embedding word in the prompt (by using the embedding model filename, without the extension). 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