Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# Model Weights for ControlAR
|
6 |
+
|
7 |
+
<div style='display:flex; gap: 0.25rem; align-items: center'>
|
8 |
+
<a href="https://arxiv.org/abs/2410.02705"><img src="https://img.shields.io/badge/arXiv-Paper-red"></a>
|
9 |
+
<a href="https://github.com/hustvl/ControlAR"><img src="https://img.shields.io/badge/GitHub-Code-green"></a>
|
10 |
+
</div>
|
11 |
+
|
12 |
+
This model contains several checkpoints for ControlAR]()
|
13 |
+
|
14 |
+
| AR Model | Type | Control | Arbitrary-Resolution | Checkpoint |
|
15 |
+
| :--------| :--: | :-----: | :------------------: | :--------: |
|
16 |
+
| [LlamaGen-XL](https://github.com/FoundationVision/LlamaGen#-text-conditional-image-generation) | t2i | Canny Edge | ✅ | [ckpt](https://huggingface.co/wondervictor/ControlAR/blob/main/canny_MR.safetensors) |
|
17 |
+
| [LlamaGen-XL](https://github.com/FoundationVision/LlamaGen#-text-conditional-image-generation) | t2i | Depth | ✅ | [ckpt](https://huggingface.co/wondervictor/ControlAR/blob/main/depth_MR.safetensors) |
|
18 |
+
| [LlamaGen-XL](https://github.com/FoundationVision/LlamaGen#-text-conditional-image-generation) | t2i | HED Edge | ❌ | [ckpt](https://huggingface.co/wondervictor/ControlAR/blob/main/hed.safetensors) |
|
19 |
+
| [LlamaGen-XL](https://github.com/FoundationVision/LlamaGen#-text-conditional-image-generation) | t2i | Seg. Mask | ❌ | [ckpt](https://huggingface.co/wondervictor/ControlAR/blob/main/seg_cocostuff.safetensors) |
|
20 |
+
|
21 |
+
|
22 |
+
## Citation
|
23 |
+
If you find ControlAR is useful in your research or applications, please consider giving us a star 🌟 and citing it by the following BibTeX entry:
|
24 |
+
|
25 |
+
```bibtex
|
26 |
+
@article{li2024controlar,
|
27 |
+
title={ControlAR: Controllable Image Generation with Autoregressive Models},
|
28 |
+
author={Zongming Li, Tianheng Cheng, Shoufa Chen, Peize Sun, Haocheng Shen, Longjin Ran, Xiaoxin Chen, Wenyu Liu, Xinggang Wang},
|
29 |
+
year={2024},
|
30 |
+
eprint={2410.02705},
|
31 |
+
archivePrefix={arXiv},
|
32 |
+
primaryClass={cs.CV},
|
33 |
+
url={https://arxiv.org/abs/2410.02705},
|
34 |
+
}
|
35 |
+
```
|
36 |
+
|