Spaces:
Sleeping
Sleeping
ahmetyaylalioglu
commited on
Commit
•
86b293b
1
Parent(s):
4f082c1
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,8 @@ subprocess.run(
|
|
14 |
)
|
15 |
|
16 |
pipeline = DiffusionPipeline.from_pretrained(
|
17 |
-
"
|
18 |
-
custom_pipeline="
|
19 |
torch_dtype=torch.float16,
|
20 |
trust_remote_code=True,
|
21 |
).to("cuda")
|
|
|
14 |
)
|
15 |
|
16 |
pipeline = DiffusionPipeline.from_pretrained(
|
17 |
+
"ahmetyaylalioglu/multiview-diffusion-synthesis-LGM",
|
18 |
+
custom_pipeline="ahmetyaylalioglu/multiview-diffusion-synthesis-LGM",
|
19 |
torch_dtype=torch.float16,
|
20 |
trust_remote_code=True,
|
21 |
).to("cuda")
|