Instructions to use Wan-AI/Wan2.2-I2V-A14B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Wan2.2
How to use Wan-AI/Wan2.2-I2V-A14B with Wan2.2:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Inference
- Notebooks
- Google Colab
- Kaggle
diffusion_pytorch_model.bin Not Found
#26
by bandaruvikasreddy123 - opened
Hi everyone, I’m trying to run image-to-video generation with Wan 2.2, but I’m facing an issue where the code/documentation expects a file named diffusion_pytorch_model.bin, and this file is not present in the model folder I downloaded. I only see configuration files and other weight files (such as .safetensors), so the model fails to load during execution. Could someone please clarify whether this .bin file is still required, if the .safetensors file should be used instead, or if there is an additional step to download the correct weights for Wan 2.2 image-to-video generation? Thanks in advance for the help.