Views
No views yet
Wan-AI/Wan2.1-FLF2V-14B-720P,
trained for the RefVFX project on tuning-free visual effect transfer across videos.Note: This is an unofficial reimplementation produced at CMU. All code and training data were created from scratch using the publicly available arXiv paper and AI coding tools as the only resources.
maxwelljones14/refVFX_datasetWan-AI/Wan2.1-FLF2V-14B-720PWan-AI/Wan2.1-FLF2V-14B-720P (first-last-frame-to-video, 14B parameters, 720P)maxwelljones14/refVFX_datasetq, k, v, o),
cross-attention (q, k, v, o), and feed-forward (ffn.0, ffn.2)step-10000.safetensors1from huggingface_hub import hf_hub_download
2
3lora_path = hf_hub_download(
4 repo_id="maxwelljones14/refVFX-LoRA",
5 filename="step-10000.safetensors",
6)
7# Load Wan2.1-FLF2V-14B-720P, then apply the LoRA weights from `lora_path`.
8# Refer to https://github.com/maxwelljones14/refVFX for the exact loading code.A/B matrices keyed as
blocks.{i}.<module>.lora_A.default.weight / ...lora_B.default.weight.1@article{jones2026tuning,
2 title={Tuning-free Visual Effect Transfer across Videos},
3 author={Jones, Maxwell and Abdal, Rameen and Patashnik, Or and Salakhutdinov, Ruslan and Tulyakov, Sergey and Zhu, Jun-Yan and Wang, Kuan-Chieh Jackson},
4 journal={arXiv preprint arXiv:2601.07833},
5 year={2026}
6}Wan-AI/Wan2.1-FLF2V-14B-720P; please also
review the base model's license terms before use.