HunyuanVideo / scripts /run_sample_video.sh
Fabrice-TIERCELIN's picture
Rename run_sample_video.sh to scripts/run_sample_video.sh
128515f verified
raw
history blame contribute delete
403 Bytes
#!/bin/bash
# Description: This script demonstrates how to inference a video based on HunyuanVideo model
python3 sample_video.py \
--video-size 720 1280 \
--video-length 129 \
--infer-steps 50 \
--prompt "A cat walks on the grass, realistic style." \
--seed 42 \
--embedded-cfg-scale 6.0 \
--flow-shift 7.0 \
--flow-reverse \
--use-cpu-offload \
--save-path ./results