update readme
Browse files
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)),
|