Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## ControlThinker: Unveiling Latent Semantics for Controllable Image Generation through Visual Reasoning
|
2 |
+
|
3 |
+
[](https://arxiv.org/abs/2506.03596) [](https://huggingface.co/maplebb/ControlThinker)
|
4 |
+
|
5 |
+
This depository contains checkpoints of ControlThinker
|
6 |
+
|
7 |
+
## ✍️ Citation
|
8 |
+
|
9 |
+
```bibtex
|
10 |
+
@article{han2025controlthinker,
|
11 |
+
title={ControlThinker: Unveiling Latent Semantics for Controllable Image Generation through Visual Reasoning},
|
12 |
+
author={Han, Feng and Jiao, Yang and Chen, Shaoxiang and Xu, Junhao and Chen, Jingjing and Jiang, Yu-Gang},
|
13 |
+
journal={arXiv preprint arXiv:2506.03596},
|
14 |
+
year={2025}
|
15 |
+
}
|
16 |
+
```
|