Spaces:
Sleeping
Sleeping
monkseal555
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ from huggingface_hub import hf_hub_download
|
|
17 |
#gradio.helpers.CACHED_FOLDER = '/data/cache'
|
18 |
|
19 |
pipe = StableVideoDiffusionPipeline.from_pretrained(
|
20 |
-
"monkseal555/
|
21 |
)
|
22 |
pipe.to("cuda")
|
23 |
pipe.unet = torch.compile(pipe.unet, mode="reduce-overhead", fullgraph=True)
|
|
|
17 |
#gradio.helpers.CACHED_FOLDER = '/data/cache'
|
18 |
|
19 |
pipe = StableVideoDiffusionPipeline.from_pretrained(
|
20 |
+
"monkseal555/Z500", torch_dtype=torch.float16
|
21 |
)
|
22 |
pipe.to("cuda")
|
23 |
pipe.unet = torch.compile(pipe.unet, mode="reduce-overhead", fullgraph=True)
|