patrickvonplaten
commited on
Commit
•
8698e97
1
Parent(s):
b4aec14
Update README.md
Browse files
README.md
CHANGED
@@ -60,6 +60,8 @@ prompt = "Self-portrait oil painting, a beautiful cyborg with golden hair, 8k"
|
|
60 |
image = pipe(prompt=prompt, num_inference_steps=4, guidance_scale=0).images[0]
|
61 |
```
|
62 |
|
|
|
|
|
63 |
### Image-to-Image
|
64 |
|
65 |
Works as well! TODO docs
|
|
|
60 |
image = pipe(prompt=prompt, num_inference_steps=4, guidance_scale=0).images[0]
|
61 |
```
|
62 |
|
63 |
+
![]("./image.png")
|
64 |
+
|
65 |
### Image-to-Image
|
66 |
|
67 |
Works as well! TODO docs
|