Spaces:
Runtime error
Runtime error
File size: 360 Bytes
c766ff7 |
1 2 3 4 5 6 7 8 9 10 11 12 |
python inference.py \
--prompt "A striking mallard floats effortlessly on the sparkling pond." \
--condition "depth_midas" \
--video_path "data/mallard-water.mp4" \
--output_path "outputs/" \
--video_length 15 \
--smoother_steps 19 20 \
--width 512 \
--height 512 \
--frame_rate 2 \
--version v10 \
# --is_long_video |