update run_gradio_audio_driven
Browse files- .DS_Store +0 -0
- 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 = "/
|
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
|