Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
9452eaa
1
Parent(s):
04605b1
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ os.makedirs(TMP_DIR, exist_ok=True)
|
|
18 |
|
19 |
|
20 |
image_pipeline = DiffusionPipeline.from_pretrained(
|
21 |
-
"
|
22 |
custom_pipeline="dylanebert/multi-view-diffusion",
|
23 |
torch_dtype=torch.float16,
|
24 |
trust_remote_code=True,
|
|
|
18 |
|
19 |
|
20 |
image_pipeline = DiffusionPipeline.from_pretrained(
|
21 |
+
"dylanebert/imagedream",
|
22 |
custom_pipeline="dylanebert/multi-view-diffusion",
|
23 |
torch_dtype=torch.float16,
|
24 |
trust_remote_code=True,
|