Spaces:
Runtime error
Runtime error
myniu
commited on
Commit
·
61527a8
1
Parent(s):
4c55302
add ckpt
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ class Drag:
|
|
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'
|
|
|
219 |
def __init__(self, device, height, width, model_length):
|
220 |
self.device = device
|
221 |
|
222 |
+
svd_ckpt = "ckpts/stable-video-diffusion-img2vid-xt-1-1"
|
223 |
mofa_ckpt = "ckpts/controlnet"
|
224 |
|
225 |
self.device = 'cuda'
|