Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ os.makedirs(TMP_DIR, exist_ok=True)
|
|
19 |
|
20 |
image_pipeline = DiffusionPipeline.from_pretrained(
|
21 |
"ashawkey/imagedream-ipmv-diffusers",
|
22 |
-
custom_pipeline="dylanebert/
|
23 |
torch_dtype=torch.float16,
|
24 |
trust_remote_code=True,
|
25 |
).to("cuda")
|
|
|
19 |
|
20 |
image_pipeline = DiffusionPipeline.from_pretrained(
|
21 |
"ashawkey/imagedream-ipmv-diffusers",
|
22 |
+
custom_pipeline="dylanebert/multi-view-diffusion",
|
23 |
torch_dtype=torch.float16,
|
24 |
trust_remote_code=True,
|
25 |
).to("cuda")
|