cakemus commited on
Commit
b20b5f1
·
1 Parent(s): b950d1e
Files changed (1) hide show
  1. app.py +2 -2
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
- "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)
@@ -125,4 +125,4 @@ with gr.Blocks() as demo:
125
 
126
  if __name__ == "__main__":
127
  #demo.queue(max_size=20, api_open=False)
128
- demo.launch(share=True, show_api=False)
 
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)
 
125
 
126
  if __name__ == "__main__":
127
  #demo.queue(max_size=20, api_open=False)
128
+ demo.launch(share=True, show_api=False)