Text-to-Image
Diffusers
English
diffusion
distillation
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("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]

SIM: One-Step Diffusion Distillation through Score Implicit Matching

Static Badge weixin

SIM Static Badge

intro_large

πŸš€ Quick Start

please refer to https://github.com/maple-research-lab/SIM for the inference code. We are working on the integration into diffusers.

πŸ“„ Citation

@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}
}
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for maple-research-lab/SIM

Finetuned
(1)
this model

Dataset used to train maple-research-lab/SIM

Paper for maple-research-lab/SIM