MyNiuuu commited on
Commit
6f8faf1
·
1 Parent(s): f5bbdc7

update run_gradio_audio_driven

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. run_gradio_audio_driven.py +1 -1
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
run_gradio_audio_driven.py CHANGED
@@ -332,7 +332,7 @@ class Drag:
332
  def __init__(self, device, height, width, model_length):
333
  self.device = device
334
 
335
- pretrained_model_name_or_path = "/apdcephfs/share_1290939/vg_zoo/huggingface/stable-video-diffusion-img2vid-xt-1-1"
336
 
337
  self.device = 'cuda'
338
  self.weight_dtype = torch.float16
 
332
  def __init__(self, device, height, width, model_length):
333
  self.device = device
334
 
335
+ pretrained_model_name_or_path = "./ckpts/mofa/stable-video-diffusion-img2vid-xt-1-1"
336
 
337
  self.device = 'cuda'
338
  self.weight_dtype = torch.float16