maplebb commited on
Commit
26e1915
·
verified ·
1 Parent(s): cf28412

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## ControlThinker: Unveiling Latent Semantics for Controllable Image Generation through Visual Reasoning
2
+
3
+ [![ControlThinker](https://img.shields.io/badge/Paper-ControlThinker-d32f2f.svg?logo=arXiv)](https://arxiv.org/abs/2506.03596) [![ControlThinker](https://img.shields.io/badge/%F0%9F%A4%97%20HF%20-ControlThinker-yellow)](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
+ ```