Update README.md
Browse files
README.md
CHANGED
@@ -15,10 +15,16 @@ This is useful because it allows you to instruct your model NOT to produce image
|
|
15 |
If you're using the [Automatic1111 Stable Diffusion WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui),
|
16 |
just download one of the pt files into your stable-diffusion-webui\embeddings directory and use
|
17 |
the embedding's name in your NEGATIVE prompt for more interesting outputs.
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
<br>
|
23 |
|
24 |
|
|
|
15 |
If you're using the [Automatic1111 Stable Diffusion WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui),
|
16 |
just download one of the pt files into your stable-diffusion-webui\embeddings directory and use
|
17 |
the embedding's name in your NEGATIVE prompt for more interesting outputs.
|
18 |
+
<table>
|
19 |
+
<tr>
|
20 |
+
<td><img src="boring_folder.png" alt="Download a .pt file to stable-diffusion-webui\embeddings" style="width: auto; max-height: 200px;"></td>
|
21 |
+
<td><img src="boring_automatic1111_interface.png" alt="Type the embedding's name (without the .pt extension) in your negative prompt" style="width: auto; max-height: 200px;"></td>
|
22 |
+
</tr>
|
23 |
+
<tr>
|
24 |
+
<td><strong style="font-size: larger;">Download a .pt file to stable-diffusion-webui\embeddings</strong></td>
|
25 |
+
<td><strong style="font-size: larger;">Type the embedding's name (without the .pt extension) in your negative prompt</strong></td>
|
26 |
+
</tr>
|
27 |
+
</table>
|
28 |
<br>
|
29 |
|
30 |
|