Text-to-Image
Transformers
Safetensors
qwen2
text-generation
art
text-rendering
text-generation-inference
Instructions to use X-ART/LeX-Enhancer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use X-ART/LeX-Enhancer with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("X-ART/LeX-Enhancer") model = AutoModelForCausalLM.from_pretrained("X-ART/LeX-Enhancer") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -103,4 +103,13 @@ print("*" * 80)
|
|
| 103 |
# Output will stream via TextStreamer
|
| 104 |
```
|
| 105 |
|
| 106 |
-
Github repository: https://github.com/zhaoshitian/LeX-Art
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
# Output will stream via TextStreamer
|
| 104 |
```
|
| 105 |
|
| 106 |
+
Github repository: https://github.com/zhaoshitian/LeX-Art
|
| 107 |
+
|
| 108 |
+
```BibTeX
|
| 109 |
+
@article{zhao2025lexart,
|
| 110 |
+
title={LeX-Art: Rethinking Text Generation via Scalable High-Quality Data Synthesis},
|
| 111 |
+
author={Zhao, Shitian and Wu, Qilong and Li, Xinyue and Zhang, Bo and Li, Ming and Qin, Qi and Liu, Dongyang and Zhang, Kaipeng and Li, Hongsheng and Qiao, Yu and Gao, Peng and Fu, Bin and Li, Zhen},
|
| 112 |
+
journal={arXiv preprint arXiv:2503.21749},
|
| 113 |
+
year={2025}
|
| 114 |
+
}
|
| 115 |
+
```
|