File size: 811 Bytes
f15a85d dd205f0 29df9a6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
license: afl-3.0
language:
- en
base_model:
- black-forest-labs/FLUX.1-dev
- stabilityai/stable-diffusion-xl-base-1.0
- stable-diffusion-v1-5/stable-diffusion-v1-5
pipeline_tag: text-to-image
tags:
- art
- image
---
## Citation
If you find this repository useful, please use the following BibTeX entry for citation.
```
@article{zhou20243dis,
title={3dis: Depth-driven decoupled instance synthesis for text-to-image generation},
author={Zhou, Dewei and Xie, Ji and Yang, Zongxin and Yang, Yi},
journal={arXiv preprint arXiv:2410.12669},
year={2024}
}
@article{zhou20253disflux,
title={3DIS-FLUX: simple and efficient multi-instance generation with DiT rendering},
author={Zhou, Dewei and Xie, Ji and Yang, Zongxin and Yang, Yi},
journal={arXiv preprint arXiv:2501.05131},
year={2025}
}
``` |