Spaces:
Runtime error
Runtime error
Update videocrafter_test.py
Browse files- videocrafter_test.py +1 -1
videocrafter_test.py
CHANGED
@@ -33,7 +33,7 @@ class Text2Video():
|
|
33 |
self.lora_path_list = ['','models/videolora/lora_001_Loving_Vincent_style.ckpt',
|
34 |
'models/videolora/lora_002_frozenmovie_style.ckpt',
|
35 |
'models/videolora/lora_003_MakotoShinkaiYourName_style.ckpt',
|
36 |
-
'models/videolora/
|
37 |
self.lora_trigger_word_list = ['','Loving Vincent style', 'frozenmovie style', 'MakotoShinkaiYourName style', 'coco style']
|
38 |
model, _, _ = load_model(config, ckpt_path, gpu_id=0, inject_lora=False)
|
39 |
self.model = model
|
|
|
33 |
self.lora_path_list = ['','models/videolora/lora_001_Loving_Vincent_style.ckpt',
|
34 |
'models/videolora/lora_002_frozenmovie_style.ckpt',
|
35 |
'models/videolora/lora_003_MakotoShinkaiYourName_style.ckpt',
|
36 |
+
'models/videolora/lora_004_coco_style_v2.ckpt']
|
37 |
self.lora_trigger_word_list = ['','Loving Vincent style', 'frozenmovie style', 'MakotoShinkaiYourName style', 'coco style']
|
38 |
model, _, _ = load_model(config, ckpt_path, gpu_id=0, inject_lora=False)
|
39 |
self.model = model
|