Uhhy commited on
Commit
8e158e6
Β·
verified Β·
1 Parent(s): aa6b486

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "multimodalart/stable-video-diffusion", torch_dtype=torch.float16, variant="fp16"
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)