wangfuyun commited on
Commit
d4766e7
1 Parent(s): 1c5dcd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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