Update README.md
Browse files
README.md
CHANGED
@@ -90,7 +90,7 @@ url = "https://huggingface.co/Adapter/t2iadapter/resolve/main/figs_SDXLV1.0/org_
|
|
90 |
image = load_image(url)
|
91 |
image = zoe_depth(image, gamma_corrected=True, detect_resolution=512, image_resolution=1024)
|
92 |
```
|
93 |
-
<a href="https://huggingface.co/Adapter/t2iadapter/resolve/main/figs_SDXLV1.0/
|
94 |
|
95 |
- Generation
|
96 |
```py
|
@@ -107,4 +107,4 @@ gen_images = pipe(
|
|
107 |
).images[0]
|
108 |
gen_images.save('out_zoe.png')
|
109 |
```
|
110 |
-
<a href="https://huggingface.co/Adapter/t2iadapter/resolve/main/figs_SDXLV1.0/
|
|
|
90 |
image = load_image(url)
|
91 |
image = zoe_depth(image, gamma_corrected=True, detect_resolution=512, image_resolution=1024)
|
92 |
```
|
93 |
+
<a href="https://huggingface.co/Adapter/t2iadapter/resolve/main/figs_SDXLV1.0/cond_depth_zeo.png"><img width="480" style="margin:0;padding:0;" src="https://huggingface.co/Adapter/t2iadapter/resolve/main/figs_SDXLV1.0/cond_depth_zeo.png"/></a>
|
94 |
|
95 |
- Generation
|
96 |
```py
|
|
|
107 |
).images[0]
|
108 |
gen_images.save('out_zoe.png')
|
109 |
```
|
110 |
+
<a href="https://huggingface.co/Adapter/t2iadapter/resolve/main/figs_SDXLV1.0/res_depth_zeo.png"><img width="480" style="margin:0;padding:0;" src="https://huggingface.co/Adapter/t2iadapter/resolve/main/figs_SDXLV1.0/res_depth_zeo.png"/></a>
|