|
|
|
|
|
|
|
seed: 8888 |
|
device: "cuda:7" |
|
debug: False |
|
|
|
|
|
data_dir: ".." |
|
model_name: "i2vgen-xl" |
|
exp_name: "${video_name}" |
|
output_dir: "${data_dir}/inversions/${model_name}/${exp_name}" |
|
|
|
|
|
|
|
image_size: [512, 512] |
|
video_dir: "${data_dir}/demo" |
|
video_name: "ReplaceMe" |
|
video_path: "ReplaceMe" |
|
video_frames_path: "ReplaceMe" |
|
|
|
|
|
n_frames: 16 |
|
|
|
|
|
inverse_config: |
|
image_size: ${image_size} |
|
n_frames: ${n_frames} |
|
cfg: 1.0 |
|
target_fps: 8 |
|
prompt: "" |
|
negative_prompt: "" |
|
n_steps: 500 |
|
output_dir: "${output_dir}/ddim_latents" |
|
inverse_static_video: False |
|
null_image_inversion: False |
|
|
|
|
|
recon_config: |
|
enable_recon: False |
|
image_size: ${image_size} |
|
n_frames: ${n_frames} |
|
cfg: 9.0 |
|
target_fps: 8 |
|
prompt: "" |
|
negative_prompt: "Distorted, discontinuous, Ugly, blurry, low resolution, motionless, static, disfigured, disconnected limbs, Ugly faces, incomplete arms" |
|
n_steps: 50 |
|
ddim_init_latents_t_idx: 3 |
|
ddim_latents_path: "${inverse_config.output_dir}" |
|
|