Spaces:
Runtime error
Runtime error
File size: 832 Bytes
8d14048 7419fe8 8d14048 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
pretrained_model_path: checkpoints/stable-diffusion-v1-4
output_dir: outputs/horse-running
input_data:
video_path: data/horse-running.mp4
prompt: a horse is running on the beach
n_sample_frames: 8
width: 512
height: 512
sample_start_idx: 0
sample_frame_rate: 2
validation_data:
prompts:
- a dog is running on the beach
- a dog is running on the desert
video_length: 8
width: 512
height: 512
num_inference_steps: 50
guidance_scale: 7.5
num_inv_steps: 50
# args for null-text inv
use_null_inv: True
null_inner_steps: 1
null_base_lr: 1e-2
null_uncond_ratio: -0.5
null_normal_infer: True
input_batch_size: 1
seed: 33
mixed_precision: "no"
gradient_checkpointing: True
enable_xformers_memory_efficient_attention: True
# test-time adaptation
use_sc_attn: True
use_st_attn: True
st_attn_idx: 0
|