Tonic commited on
Commit
7c47fc0
β€’
1 Parent(s): e18fa31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ pipe = StableVideoDiffusionPipeline.from_pretrained(
40
 
41
  # Get the cache directory of the original model
42
  cache_dir = HfFolder.get_cache_dir()
43
- model_cache_dir = os.path.join(cache_dir, "diffusers", original_model_id.replace("/", "--"))
44
 
45
  # Path to the downloaded svd_xt_1_1.safetensors file
46
  downloaded_safetensors_path = "svd_xt_1_1.safetensors"
 
40
 
41
  # Get the cache directory of the original model
42
  cache_dir = HfFolder.get_cache_dir()
43
+ model_cache_dir = os.path.join(cache_dir, original_model_id.replace("/", "--"))
44
 
45
  # Path to the downloaded svd_xt_1_1.safetensors file
46
  downloaded_safetensors_path = "svd_xt_1_1.safetensors"