Any-to-Any
AbstractPhil commited on
Commit
9bb9f71
·
verified ·
1 Parent(s): eb5263e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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