Luffuly commited on
Commit
0947f8b
·
1 Parent(s): e7ce604

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ pipe = StableDiffusionImage2MVCustomPipeline.from_pretrained(
9
  ).to("cuda")
10
 
11
 
12
- image = Image.open('hao.png').convert("RGB")
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,