|
|
|
ckpt: "pre-trained/seine.pt" |
|
save_img_path: "tmp" |
|
pretrained_model_path: "pre-trained/stable-diffusion-v1-4/" |
|
|
|
|
|
model: TAVU |
|
num_frames: 16 |
|
frame_interval: 1 |
|
|
|
image_size: [320, 512] |
|
|
|
|
|
|
|
use_compile: False |
|
use_fp16: True |
|
enable_xformers_memory_efficient_attention: True |
|
|
|
|
|
seed: |
|
run_time: 13 |
|
cfg_scale: 8.0 |
|
sample_method: 'ddpm' |
|
num_sampling_steps: 250 |
|
text_prompt: ["slow motion"] |
|
additional_prompt: ", slow motion." |
|
negative_prompt: "" |
|
do_classifier_free_guidance: True |
|
|
|
|
|
researve_frame: 1 |
|
mask_type: "first1" |
|
use_mask: True |
|
|