You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is an example for how to use Textual Inversion/Embeddings.
4
+
5
+

6
+
7
+
To use an embedding put the file in the models/embeddings folder then use it in your prompt like I used the SDA768.pt embedding in the previous picture.
8
+
9
+
Note that you can omit the filename extension so these two are equivalent:
10
+
11
+
```embedding:SDA768.pt```
12
+
13
+
```embedding:SDA768```
14
+
15
+
Embeddings are basically custom words so where you put them in the text prompt matters.
0 commit comments