One-Step Diffusion Distillation through Score Implicit Matching
Paper β’ 2410.16794 β’ Published β’ 2
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("maple-research-lab/SIM", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]please refer to https://github.com/maple-research-lab/SIM for the inference code. We are working on the integration into diffusers.
@article{luo2024one,
title={One-Step Diffusion Distillation through Score Implicit Matching},
author={Luo, Weijian and Huang, Zemin and Geng, Zhengyang and Kolter, J Zico and Qi, Guo-jun},
journal={arXiv preprint arXiv:2410.16794},
year={2024}
}
Base model
PixArt-alpha/PixArt-alpha