Update README.md
Browse files
README.md
CHANGED
@@ -49,6 +49,11 @@ rgb_image, depth_image = output.rgb, output.depth
|
|
49 |
rgb_image[0].save(name+"_ldm3d_rgb.jpg")
|
50 |
depth_image[0].save(name+"_ldm3d_depth.png")
|
51 |
```
|
|
|
|
|
|
|
|
|
|
|
52 |
### Limitations and bias
|
53 |
|
54 |
For the image generation, limitations and bias are the same as the ones from [Stable diffusion](https://huggingface.co/CompVis/stable-diffusion-v1-4#limitations)
|
|
|
49 |
rgb_image[0].save(name+"_ldm3d_rgb.jpg")
|
50 |
depth_image[0].save(name+"_ldm3d_depth.png")
|
51 |
```
|
52 |
+
|
53 |
+
This is the result:
|
54 |
+
|
55 |
+
[!results](ldm3d_results.png)
|
56 |
+
|
57 |
### Limitations and bias
|
58 |
|
59 |
For the image generation, limitations and bias are the same as the ones from [Stable diffusion](https://huggingface.co/CompVis/stable-diffusion-v1-4#limitations)
|