update readme
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ pipe = StableDiffusionImage2MVCustomPipeline.from_pretrained(
|
|
| 9 |
).to("cuda")
|
| 10 |
|
| 11 |
|
| 12 |
-
image = Image.open('
|
| 13 |
|
| 14 |
forward_args = dict(
|
| 15 |
width=256,
|
|
|
|
| 9 |
).to("cuda")
|
| 10 |
|
| 11 |
|
| 12 |
+
image = Image.open('image.png').convert("RGB")
|
| 13 |
|
| 14 |
forward_args = dict(
|
| 15 |
width=256,
|