Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ The only one I hooked up is the basic tool meant for simple text encoder guidanc
|
|
14 |
|
15 |
|
16 |
|
17 |
-
|
18 |
import safetensors.torch as st
|
19 |
import torch
|
20 |
from diffusers import StableDiffusionXLPipeline
|
@@ -290,7 +290,7 @@ for i in range(0, 4):
|
|
290 |
# generator=torch.Generator(device="cuda").manual_seed(420)
|
291 |
# ).images[0]
|
292 |
#img.save("majestic_075.png")
|
293 |
-
|
294 |
|
295 |
|
296 |
|
|
|
14 |
|
15 |
|
16 |
|
17 |
+
```
|
18 |
import safetensors.torch as st
|
19 |
import torch
|
20 |
from diffusers import StableDiffusionXLPipeline
|
|
|
290 |
# generator=torch.Generator(device="cuda").manual_seed(420)
|
291 |
# ).images[0]
|
292 |
#img.save("majestic_075.png")
|
293 |
+
```
|
294 |
|
295 |
|
296 |
|