Spaces:
Running
on
Zero
Running
on
Zero
myniu
commited on
Commit
•
b8fec02
1
Parent(s):
4837b64
cuda12x
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ output_dir_frame = "./outputs/frames"
|
|
38 |
ensure_dirname(output_dir_video)
|
39 |
ensure_dirname(output_dir_frame)
|
40 |
|
41 |
-
os.system('nvcc -V')
|
42 |
|
43 |
|
44 |
def divide_points_afterinterpolate(resized_all_points, motion_brush_mask):
|
@@ -219,7 +219,7 @@ class Drag:
|
|
219 |
def __init__(self, device, height, width, model_length):
|
220 |
self.device = device
|
221 |
|
222 |
-
svd_ckpt = "
|
223 |
mofa_ckpt = "ckpts/controlnet"
|
224 |
|
225 |
self.device = 'cuda'
|
|
|
38 |
ensure_dirname(output_dir_video)
|
39 |
ensure_dirname(output_dir_frame)
|
40 |
|
41 |
+
# os.system('nvcc -V')
|
42 |
|
43 |
|
44 |
def divide_points_afterinterpolate(resized_all_points, motion_brush_mask):
|
|
|
219 |
def __init__(self, device, height, width, model_length):
|
220 |
self.device = device
|
221 |
|
222 |
+
svd_ckpt = "stable-video-diffusion-img2vid-xt-1-1"
|
223 |
mofa_ckpt = "ckpts/controlnet"
|
224 |
|
225 |
self.device = 'cuda'
|