Spaces:
Runtime error
Runtime error
Commit ·
8a46c43
1
Parent(s): d5b3458
Update configs/sample_i2v.yaml
Browse files- configs/sample_i2v.yaml +3 -3
configs/sample_i2v.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
|
| 2 |
ckpt: "pre-trained/seine.pt"
|
| 3 |
-
save_img_path: "
|
| 4 |
pretrained_model_path: "pre-trained/stable-diffusion-v1-4/"
|
| 5 |
|
| 6 |
# model config:
|
|
@@ -15,7 +15,7 @@ image_size: [512, 512]
|
|
| 15 |
use_compile: False
|
| 16 |
use_fp16: True
|
| 17 |
enable_xformers_memory_efficient_attention: True
|
| 18 |
-
img_path: "tmp/last"
|
| 19 |
# sample config:
|
| 20 |
seed:
|
| 21 |
run_time: 13
|
|
@@ -27,7 +27,7 @@ additional_prompt: ", slow motion."
|
|
| 27 |
negative_prompt: ""
|
| 28 |
do_classifier_free_guidance: True
|
| 29 |
|
| 30 |
-
input_path: "tmp/last"
|
| 31 |
researve_frame: 1
|
| 32 |
mask_type: "first1"
|
| 33 |
use_mask: True
|
|
|
|
| 1 |
|
| 2 |
ckpt: "pre-trained/seine.pt"
|
| 3 |
+
save_img_path: "tmp"
|
| 4 |
pretrained_model_path: "pre-trained/stable-diffusion-v1-4/"
|
| 5 |
|
| 6 |
# model config:
|
|
|
|
| 15 |
use_compile: False
|
| 16 |
use_fp16: True
|
| 17 |
enable_xformers_memory_efficient_attention: True
|
| 18 |
+
# img_path: "tmp/last"
|
| 19 |
# sample config:
|
| 20 |
seed:
|
| 21 |
run_time: 13
|
|
|
|
| 27 |
negative_prompt: ""
|
| 28 |
do_classifier_free_guidance: True
|
| 29 |
|
| 30 |
+
# input_path: "tmp/last"
|
| 31 |
researve_frame: 1
|
| 32 |
mask_type: "first1"
|
| 33 |
use_mask: True
|