patrickvonplaten
commited on
Commit
•
c391cc0
1
Parent(s):
efbe56c
Update README.md
Browse files
README.md
CHANGED
@@ -65,6 +65,9 @@ init_image = Image.open(BytesIO(response.content)).convert("RGB")
|
|
65 |
images = pipe(init_image).images
|
66 |
images[0].save("tarsila_variation.png")
|
67 |
```
|
|
|
|
|
|
|
68 |
Check out the [Stable UnCLIP pipeline docs here](https://huggingface.co/docs/diffusers/main/en/api/pipelines/stable_unclip)
|
69 |
|
70 |
# Uses
|
|
|
65 |
images = pipe(init_image).images
|
66 |
images[0].save("tarsila_variation.png")
|
67 |
```
|
68 |
+
|
69 |
+
![img](./image.png)
|
70 |
+
|
71 |
Check out the [Stable UnCLIP pipeline docs here](https://huggingface.co/docs/diffusers/main/en/api/pipelines/stable_unclip)
|
72 |
|
73 |
# Uses
|