Instructions to use Wan-AI/Wan2.1-T2V-1.3B-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Wan-AI/Wan2.1-T2V-1.3B-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-T2V-1.3B-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
Update text_encoder/config.json
#15 opened 3 months ago
by
Jiqing
请问如何将pytorch训练的模型,导出成这种格式呢?
#14 opened 4 months ago
by
JohnHenry
Request: DOI
#13 opened 5 months ago
by
ExiledDatum
Request: DOI
#12 opened 7 months ago
by
lahbabi
Curated ~100 awesome prompts from official docs to a nice web app
#11 opened 10 months ago
by
jikkujose
name 'ftfy' is not defined
👍 5
#10 opened 10 months ago
by
TheDoctorTepes
I2V version of this model available?
1
#6 opened about 1 year ago
by
NunyaBuzor
diffuers how to t2i?
#5 opened about 1 year ago
by
loong
what is this please tell me
1
#3 opened about 1 year ago
by
riken12