How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("chestnutlzj/Spark-Wan-4Steps", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

πŸ“° News

[2025.9.26] πŸ”₯πŸ”₯πŸ”₯ Release 4-steps model in huggingface.

[2025.9.26] πŸ”₯πŸ”₯πŸ”₯ We open-source the distillation weights for 8-steps and 4-steps based on Wan2.1 14B, as well as the training code.

https://github.com/PKU-YuanGroup/Spark-Wan

πŸš€ Main Results

Step4
Downloads last month
18
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for chestnutlzj/Spark-Wan-4Steps

Finetuned
(63)
this model

Collection including chestnutlzj/Spark-Wan-4Steps