You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the amazing world-class work!
I used two scripts, inference_hunyuan.sh and inference_hunyuan_hf.sh, and found that the generated videos are very different. The video generated by inference_hunyuan_hf.sh is of poor quality. I tested two models with the same prompt and generated two corresponding videos. Can you help me figure out why?
The inference_hunyuan.sh script and the generated video are as follows:
I have modified the inference_hunyuan_hf.sh script by adding the --flow_shift 17 parameter, but the generated video is still as bad as before. The following is the prompt for generating the video and the script. Please help me run the fasthunyuan with inference_hunyuan_hf.sh to see if you can reproduce my problem. Thank you very much for your kind help!
Prompt:
In the fierce battle, with his energy depleting, Ultraman scared the monster away by jamming a toilet plunger into its mouth.
Thank you for the amazing world-class work!
I used two scripts, inference_hunyuan.sh and inference_hunyuan_hf.sh, and found that the generated videos are very different. The video generated by inference_hunyuan_hf.sh is of poor quality. I tested two models with the same prompt and generated two corresponding videos. Can you help me figure out why?
The inference_hunyuan.sh script and the generated video are as follows:
In.the.fierce.battle.with.his.energy.depleting.Ultraman.scared.the.monster.away.by.jamming.a.toile.mp4
num_gpus=1
export MODEL_BASE=data/hunyuan
torchrun --nnodes=1 --nproc_per_node=$num_gpus --master_port 29503
fastvideo/sample/sample_t2v_hunyuan.py
--height 720
--width 1280
--num_frames 125
--num_inference_steps 50
--guidance_scale 1
--embedded_cfg_scale 6
--flow_shift 17
--flow-reverse
--prompt /data1/llmfast/data/aoteman/aoteman_prompt.txt
--seed 1024
--output_path outputs_video/hunyuan/vae_sp/
--model_path $MODEL_BASE
--dit-weight ${MODEL_BASE}/hunyuan-video-t2v-720p/transformers/mp_rank_00_model_states.pt
--vae-sp
The inference_hunyuan_hf.sh script and the generated video are as follows:
In.the.fierce.battle.with.his.energy.depleting.Ultraman.scared.the.monster.away.by.jamming.a.toilet.plunger.into.its.mouth.mp4
num_gpus=1
torchrun --nnodes=1 --nproc_per_node=$num_gpus --master_port 29503
/data1/llmfast/fastvideo/sample/sample_t2v_hunyuan_hf.py
--model_path data/FastHunyuan-diffusers/
--prompt_path "/data1/llmfast/data/aoteman/aoteman_prompt.txt"
--num_frames 125
--height 720
--width 1280
--num_inference_steps 50
--output_path /data1/llmfast/outputs_video/hunyuan_hf/
--seed 1024 \
The text was updated successfully, but these errors were encountered: