inference_hunyuan_hf.sh 384 Bytes
Newer Older
hepj's avatar
hepj committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

num_gpus=4
torchrun --nnodes=1 --nproc_per_node=$num_gpus --master_port 29503 \
    fastvideo/sample/sample_t2v_hunyuan_hf.py \
    --model_path ~/data/hunyuan_diffusers/ \
    --prompt_path "assets/prompt.txt" \
    --num_frames 125 \
    --height 720 \
    --width 1280 \
    --num_inference_steps 50 \
    --output_path outputs_video/hunyuan_hf/ \
    --seed 1024 \