How to use lightx2v/Wan2.2-Lightning with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lightx2v/Wan2.2-Lightning", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0]
Hello , I am not sure if this the right forum to ask this, but could someone explain to me the difference between the A14B and 14B models? What does the 'A' stand for and how exactly is it different? I can't find an explanation anywhere
· Sign up or log in to comment