Spaces:
Runtime error
Runtime error
File size: 926 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 38 39 40 41 |
pretrained_model_path: checkpoints/stable-diffusion-v1-4
output_dir: "outputs/rabbit-watermelon"
input_data:
video_path: "data/rabbit-watermelon.mp4"
prompt: "a rabbit is eating a watermelon"
n_sample_frames: 8
width: 512
height: 512
sample_start_idx: 0
sample_frame_rate: 6
validation_data:
prompts:
- "a tiger is eating a watermelon"
- "a rabbit is eating an orange"
- "a rabbit is eating a pizza"
- "a puppy is eating an orange"
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
|