Spaces:
Paused
Paused
File size: 313 Bytes
8502051 |
1 2 3 4 5 6 7 8 9 10 |
python inference.py \
--prompt "A striking mallard floats effortlessly on the sparkling pond." \
--condition "depth" \
--video_path "data/mallard-water.mp4" \
--output_path "outputs/" \
--video_length 15 \
--smoother_steps 19 20 \
--width 512 \
--height 512 \
# --is_long_video |