fffiloni commited on
Commit
e8b95ac
Β·
verified Β·
1 Parent(s): bb89480

Update gradio/vace.py

Browse files
Files changed (1) hide show
  1. gradio/vace.py +7 -0
gradio/vace.py CHANGED
@@ -15,6 +15,13 @@ import wan
15
  from wan import WanVace, WanVaceMP
16
  from wan.configs import WAN_CONFIGS, SIZE_CONFIGS
17
 
 
 
 
 
 
 
 
18
 
19
  class FixedSizeQueue:
20
  def __init__(self, max_size):
 
15
  from wan import WanVace, WanVaceMP
16
  from wan.configs import WAN_CONFIGS, SIZE_CONFIGS
17
 
18
+ from huggingface_hub import snapshot_download
19
+
20
+ snapshot_download(
21
+ repo_id = "Wan-AI/Wan2.1-VACE-1.3B",
22
+ local_dir = "models/Wan2.1-VACE-1.3B"
23
+ )
24
+
25
 
26
  class FixedSizeQueue:
27
  def __init__(self, max_size):