---
license: apache-2.0
language:
- en
# pipeline_tag: diffusion-self-distillation
# new_version: primecai/dsd_model
pinned: true
tags:
- personalization
- dreambooth
- lora
- customized image
---
Diffusion Self-Distillation Model Card
This is a model card for the `diffusion self-distillation` model for personalized/subject-driven generation from a single image.
The model is fine-tuned from the `FLUX.1-dev` [model](https://huggingface.co./black-forest-labs/FLUX.1-dev) as
described in our [CVPR'2025 paper](https://arxiv.org/abs/2411.18616) titled "Diffusion Self-Distillation for Zero-Shot Customized Image Generation".
## Model Details
- **Developed by:** [Shengqu Cai](https://primecai.github.io/), [Eric Ryan Chan](https://ericryanchan.github.io/), [Yunzhi Zhang](https://cs.stanford.edu/~yzzhang/), [Leonidas Guibas](https://en.wikipedia.org/wiki/Leonidas_J._Guibas), [Jiajun Wu](https://jiajunwu.com/), [Gordon Wetzstein](https://stanford.edu/~gordonwz/).
- **License:** [Apache License License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
- **Resources for more information:** [Project Website](https://primecai.github.io/dsd/), [Paper](https://arxiv.org/abs/2411.18616), [Code](https://github.com/primecai/diffusion-self-distillation).
- **Cite as:**
```bibtex
@inproceedings{cai2024dsd,
author={Cai, Shengqu and Chan, Eric and Zhang, Yunzhi and Guibas, Leonidas and Wu, Jiajun and Wetzstein, Gordon.},
title={Diffusion Self-Distillation for Zero-Shot Customized Image Generation},
booktitle={CVPR},
year={2025}
}
```