FreeNoise / scripts /run_text2video_freenoise_1024.sh
Anonymous
update app
e9a044b
raw history blame
No virus
568 Bytes
name="base_1024_test"
ckpt='checkpoints/base_1024_v1/model.ckpt'
config='configs/inference_t2v_1024_v1.0_freenoise.yaml'
prompt_file="prompts/single_prompts.txt"
res_dir="results_freenoise_single_1024"
python3 scripts/evaluation/inference_freenoise.py \
--seed 123 \
--mode 'base' \
--ckpt_path $ckpt \
--config $config \
--savedir $res_dir/$name \
--n_samples 3 \
--bs 1 --height 576 --width 1024 \
--unconditional_guidance_scale 12.0 \
--ddim_steps 50 \
--ddim_eta 0.0 \
--prompt_file $prompt_file \
--fps 28 \
--frames 64 \
--window_size 16 \
--window_stride 4