Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ pipe = StableVideoDiffusionPipeline.from_pretrained(
|
|
55 |
)
|
56 |
pipe.to("cuda")
|
57 |
pipe.enable_model_cpu_offload() # for smaller cost
|
58 |
-
model_select("AnimateLCM-SVD-xt.safetensors")
|
59 |
# pipe.unet = torch.compile(pipe.unet, mode="reduce-overhead", fullgraph=True) # for faster inference
|
60 |
|
61 |
|
|
|
55 |
)
|
56 |
pipe.to("cuda")
|
57 |
pipe.enable_model_cpu_offload() # for smaller cost
|
58 |
+
model_select("AnimateLCM-SVD-xt-1.1.safetensors")
|
59 |
# pipe.unet = torch.compile(pipe.unet, mode="reduce-overhead", fullgraph=True) # for faster inference
|
60 |
|
61 |
|