Luffuly commited on
Commit
a470023
·
1 Parent(s): 11c9442

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -13,8 +13,7 @@ from pipeline import StableDiffusionImage2MVCustomPipeline
13
 
14
 
15
  pipe = StableDiffusionImage2MVCustomPipeline.from_pretrained(
16
- ".",
17
- # "Luffuly/unique3d-mv-variation-diffuser",
18
  torch_dtype=torch.float16,
19
  trust_remote_code=True,
20
  class_labels=torch.tensor(range(4)),
 
13
 
14
 
15
  pipe = StableDiffusionImage2MVCustomPipeline.from_pretrained(
16
+ "Luffuly/unique3d-mv-variation-diffuser",
 
17
  torch_dtype=torch.float16,
18
  trust_remote_code=True,
19
  class_labels=torch.tensor(range(4)),