Few-Step Distillation for Text-to-Image Generation: A Practical Guide
Paper
β’ 2512.13006 β’ Published
β’ 10
YAML Metadata Warning: empty or missing yaml metadata in repo card
Check out the documentation for more information.
This repository contains the official checkpoints for the paper "Few-Step Distillation for Text-to-Image Generation: A Practical Guide".
You can download the models directly from this repository using the huggingface_hub library:
from huggingface_hub import snapshot_download
model_path = snapshot_download(repo_id="Alibaba-DAMO-Academy/T2I-Distill")
print(f"Model downloaded to: {model_path}")