xingxm commited on
Commit
20e36ee
·
verified ·
1 Parent(s): 5d82837

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -24
README.md CHANGED
@@ -30,12 +30,6 @@ PromptEnhancerV2 is a specialized text-to-image prompt rewriting model that empl
30
  - **License:** Apache-2.0
31
  - **Finetuned from model:** Qwen/Qwen2.5-VL-32B-Instruct
32
 
33
- ### Model Sources
34
-
35
- - **Repository:** https://github.com/ximinng/PromptEnhancer
36
- - **Paper:** https://arxiv.org/abs/2509.04545
37
- - **Homepage:** https://hunyuan-promptenhancer.github.io/
38
-
39
  ## How to Get Started with the Model
40
 
41
  - **1. Clone the repository:**:
@@ -70,21 +64,3 @@ enhanced_prompt = enhancer.predict(
70
 
71
  print("Enhanced:", enhanced_prompt)
72
  ```
73
-
74
- ## Evaluation
75
-
76
- The model is evaluated on the [T2I-Keypoints-Eval dataset](https://huggingface.co/datasets/PromptEnhancer/T2I-Keypoints-Eval), which contains diverse text-to-image prompts across various categories and languages.
77
-
78
- ## Citation
79
-
80
- If you find this model useful, please consider citing:
81
-
82
- **BibTeX:**
83
- ```bibtex
84
- @article{promptenhancer,
85
- title={PromptEnhancer: A Simple Approach to Enhance Text-to-Image Models via Chain-of-Thought Prompt Rewriting},
86
- author={Wang, Linqing and Xing, Ximing and Cheng, Yiji and Zhao, Zhiyuan and Tao, Jiale and Wang, QiXun and Li, Ruihuang and Chen, Comi and Li, Xin and Wu, Mingrui and Deng, Xinchi and Wang, Chunyu and Lu, Qinglin},
87
- journal={arXiv preprint arXiv:2509.04545},
88
- year={2025}
89
- }
90
- ```
 
30
  - **License:** Apache-2.0
31
  - **Finetuned from model:** Qwen/Qwen2.5-VL-32B-Instruct
32
 
 
 
 
 
 
 
33
  ## How to Get Started with the Model
34
 
35
  - **1. Clone the repository:**:
 
64
 
65
  print("Enhanced:", enhanced_prompt)
66
  ```