cakemus commited on
Commit
4736362
·
1 Parent(s): e47fa4e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ from huggingface_hub import hf_hub_download
19
 
20
  # Load the pipeline with authentication token
21
  pipe = StableVideoDiffusionPipeline.from_pretrained(
22
- "multimodalart/stable-video-diffusion",
23
  torch_dtype=torch.float16,
24
  variant="fp16",
25
  use_auth_token=os.getenv("HUGGINGFACE_TOKEN") # Fetch the token from the environment variable
 
19
 
20
  # Load the pipeline with authentication token
21
  pipe = StableVideoDiffusionPipeline.from_pretrained(
22
+ "stabilityai/stable-video-diffusion-img2vid-xt",
23
  torch_dtype=torch.float16,
24
  variant="fp16",
25
  use_auth_token=os.getenv("HUGGINGFACE_TOKEN") # Fetch the token from the environment variable