Instructions to use Wan-AI/Wan2.1-FLF2V-14B-720P-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Wan-AI/Wan2.1-FLF2V-14B-720P-diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.1-FLF2V-14B-720P-diffusers", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
There are no weights in the repo
#3
by Abdeljalil-Ounaceur - opened
I tried to execute the block of code provided in this repo to download and run the FLF2V model and I got an error saying that there is no model.safetensors in the repo, There repo is empty, I think something went wrong in the process of uploading the weights to the repo, or did I miss some detail? should I wait until the weights are uploaded?