Views
No views yet
| Video | Input Images & Prompt |
|---|---|
![]() ![]() Prompt: "A clown, slowly transforms into a poster." Type: Two-frame transition | |
![]() ![]() ![]() ![]() Prompt: "The animated girl rises up from her chair and waves hi to the camera as the camera zooms in." Type: Multi-frame interpolation |
git clone https://github.com/morphicfilms/frames-to-video.gitbash setup_env.sh -> we recommend using the flash-attn version listed in the bash file for hassle free install.huggingface-cli download Wan-AI/Wan2.2-I2V-A14B --local-dir ./Wan2.2-I2V-A14Bhuggingface-cli download morphic/Wan2.2-frames-to-video --local-dir ./morphic-frames-lora-weightstorchrun --nproc_per_node=8 generate.py \
--task i2v-A14B \
--size 1280*720 \
--frame_num 81 \
--ckpt_dir ./Wan2.2-I2V-A14B-Interpolation \
--high_noise_lora_weights_path ./morphic-frames-lora-weights/lora_interpolation_high_noise_final.safetensors \
--dit_fsdp \
--t5_fsdp \
--ulysses_size 8 \
--image examples/transition9_1.png \
--prompt "Aa clown, slowly transforms into a poster." \
--img_end examples/transition9_2.png \torchrun --nproc_per_node=8 generate.py \
--task i2v-A14B \
--size 1280*720 \
--frame_num 81 \
--ckpt_dir ./Wan2.2-I2V-A14B-Interpolation \
--high_noise_lora_weights_path ./morphic-frames-lora-weights/lora_interpolation_high_noise_final.safetensors \
--dit_fsdp \
--t5_fsdp \
--ulysses_size 8 \
--image examples/pink_1.png \
--prompt "The animated girl rises up from her chair and waves hi to the camera as the camer zooms in." \
--img_end examples/pink_4.png \
--middle_images examples/pink_2.png examples/pink_3.png \
--middle_images_timestamps 0.4 0.7