Update README.md
Browse files
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
|
|
|
|
|
|
|
|
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 |
+
```
|