--- license: apache-2.0 language: - en base_model: - Wan-AI/Wan2.1-T2V-14B pipeline_tag: text-to-video tags: - text-to-video - text-to-image - lora - diffusers - template:diffusion-lora widget: - text: >- A giant spaghetti-filled t0r54d0 tornado swirls through an empty city street, sending noodles and tomato sauce flying in all directions. A lone meatball rolls past in the foreground as the storm intensifies. output: url: example_videos/1.mp4 - text: >- A t0r54d0 tornado formed from dark purple storm clouds twists against a blood-red sky. Strange glowing symbols appear in its core, pulsing as if the storm itself is alive and casting an ancient spell. output: url: example_videos/2.mp4 - text: >- A t0r54d0 tornado spins through an abandoned drive-in theater. The movie screen flickers before tearing apart. output: url: example_videos/3.mp4 - text: >- A massive t0r54d0 tornado made of shimmering golden sand spins wildly in the middle of an ancient desert. The storm’s core glows, revealing glimpses of ancient ruins and statues being unearthed and swallowed again. output: url: example_videos/4.mp4 ---
This LoRA is trained on the Wan2.1 14B T2V model and allows you to generate videos of any tornado you can imagine! This also works well on the Wan2.1 I2V models with very similar prompting.
The key trigger phrase is: t0r54d0 tornado
For prompting, check out the example prompts; this way of prompting seems to work very well.
This LoRA works with a modified version of Kijai's Wan Video Wrapper workflow. The main modification is adding a Wan LoRA node connected to the base model.
See the Downloads section above for the modified workflow.
The model weights are available in Safetensors format. See the Downloads section above.
Training was done using Diffusion Pipe for Training
Special thanks to Kijai for the ComfyUI Wan Video Wrapper and tdrussell for the training scripts!