patrickvonplaten
commited on
Commit
•
3da89c9
1
Parent(s):
8698e97
Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ 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 |
-
![](
|
64 |
|
65 |
### Image-to-Image
|
66 |
|
|
|
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 |
|