Created Embeddings (markdown)

cmdr2
2023-08-31 19:30:59 +05:30
parent 31ee735708
commit 9ac330d9bd

16
Embeddings.md Normal file

@ -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`.