FoodDesert commited on
Commit
2b2e5cf
1 Parent(s): 5d83606

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
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
- | ![Download a .pt file to stable-diffusion-webui\embeddings](boring_folder.png) | ![Type the embedding's name (without the .pt extension) in your negative prompt.](boring_automatic1111_interface.png) |
21
- | *Download a .pt file to stable-diffusion-webui\embeddings* | *Type the embedding's name (without the .pt extension) in your negative prompt.* |
 
 
 
 
 
 
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