SuperCS's picture
Add files using upload-large-folder tool
2336cc9 verified
CUDA_VISIBLE_DEVICES=7 python ../src/musubi_tuner/fpack_generate_video.py \
--dit /mnt/workspace/checkpoints/lllyasviel/FramePackI2V_HY/diffusion_pytorch_model-00001-of-00003.safetensors \
--vae /mnt/workspace/checkpoints/hunyuanvideo-community/HunyuanVideo/vae/diffusion_pytorch_model.safetensors \
--text_encoder1 /mnt/workspace/checkpoints/hunyuanvideo-community/HunyuanVideo/text_encoder/model-00001-of-00004.safetensors \
--text_encoder2 /mnt/workspace/checkpoints/hunyuanvideo-community/HunyuanVideo/text_encoder_2/model.safetensors \
--image_encoder /mnt/workspace/checkpoints/lllyasviel/flux_redux_bfl/image_encoder/model.safetensors \
--image_path /mnt/workspace/ysh/Code/Efficient_Model/2_code/musubi-tuner/demo_output/peng.png \
--prompt "a penguin playfully dancing in the snow, Antarctica." \
--video_size 480 832 --video_seconds 5 --fps 30 --infer_steps 25 \
--attn_mode sdpa --fp8_scaled \
--vae_chunk_size 32 --vae_spatial_tile_sample_min_size 128 \
--save_path ./demo_output_dir --output_type both \
--seed 1234 --lora_multiplier 1.0 --lora_weight /mnt/workspace/ysh/Code/Efficient_Model/2_code/musubi-tuner/demo_output/name-of-lora-000090.safetensors