Instructions to use Wan-AI/Wan2.2-T2V-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-T2V-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
模型Wan2.2-T2V-A14B在哪啊?
#11
by bidedadi12345 - opened
Wan2.2-T2V-A14B在哪啊?文件夹里的一堆diffusion_pytorch_model-00001-of-00006.safetensors又是什么鬼?
Wan2.2-T2V-A14B分为模型架构和ckpt参数文件,模型架构不用你管,你只需要调用huggingface的pipeline去推理,导入transformers库就可以使用pipeline了。参数文件的话,就是.safetensors这些文件,因为参数太多了,文件太大了,不方便都混在一起,所以官方把总参数文件硬是分成了6个子文件,你分别下载00001-00006的六个.safetensor文件,按照这里的目录结构放在文件夹里,就可以推理了。