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 |
+
"kumarhans/LGM",
|
| 18 |
+
custom_pipeline="kumarhans/LGM",
|
| 19 |
torch_dtype=torch.float16,
|
| 20 |
trust_remote_code=True,
|
| 21 |
).to("cuda")
|