Blane187 commited on
Commit
929f757
·
verified ·
1 Parent(s): 9047355

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -20,7 +20,7 @@ ai hoshino, long hair, bangs, purple eyes, purple hair, symbol-shaped pupils
20
  # example code
21
 
22
 
23
-
24
  import torch
25
  from diffusers import DiffusionPipeline
26
 
@@ -39,4 +39,7 @@ image = pipe(
39
  num_inference_steps=28
40
  ).images[0]
41
 
42
- image.save("./output/asuka_test.png")
 
 
 
 
20
  # example code
21
 
22
 
23
+ ```
24
  import torch
25
  from diffusers import DiffusionPipeline
26
 
 
39
  num_inference_steps=28
40
  ).images[0]
41
 
42
+ image
43
+
44
+
45
+ ```