Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ from huggingface_hub import hf_hub_download
|
|
18 |
#gradio.helpers.CACHED_FOLDER = '/data/cache'
|
19 |
|
20 |
pipe = StableVideoDiffusionPipeline.from_pretrained(
|
21 |
-
"
|
22 |
)
|
23 |
pipe.to("cuda")
|
24 |
#pipe.unet = torch.compile(pipe.unet, mode="reduce-overhead", fullgraph=True)
|
|
|
18 |
#gradio.helpers.CACHED_FOLDER = '/data/cache'
|
19 |
|
20 |
pipe = StableVideoDiffusionPipeline.from_pretrained(
|
21 |
+
"stabilityai/stable-video-diffusion-img2vid-xt", torch_dtype=torch.float16, variant="fp16"
|
22 |
)
|
23 |
pipe.to("cuda")
|
24 |
#pipe.unet = torch.compile(pipe.unet, mode="reduce-overhead", fullgraph=True)
|