Skip to content

Commit 47d0566

Browse files
author
ximingxing
committed
fix(index): update figs
1 parent 57ba6d0 commit 47d0566

File tree

9 files changed

+29
-10
lines changed

9 files changed

+29
-10
lines changed

assets/img/abl_acc-1.png

-19.6 KB
Loading

assets/img/abl_reprompt_ch-1.png

8.64 KB
Loading

assets/img/abl_reprompt_en-1.png

-14.2 KB
Loading

assets/img/dataset_analyst-1.png

127 KB
Loading

assets/img/pipe-1.png

28.6 KB
Loading

assets/img/pipe_data-1.png

-9.18 KB
Loading

assets/img/reprompt_compare-1.png

3.27 MB
Loading

assets/img/teaser-1.png

3.39 MB
Loading

index.html

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ <h3>Technical Report</h3>
120120
<div class="col col-lg-2">
121121
<a id="paper" href="#">Paper</a>
122122
</div>
123-
<div class="col col-lg-2">
124-
<a id="arxiv" href="#">Arxiv</a>
125-
</div>
123+
<!-- <div class="col col-lg-2"> -->
124+
<!-- <a id="arxiv" href="#">Arxiv</a> -->
125+
<!-- </div> -->
126126
<div class="col col-lg-2">
127127
<a id="code" href="#">Code</a>
128128
</div>
@@ -138,7 +138,11 @@ <h3>Technical Report</h3>
138138
<figure class="figure">
139139
<img src="assets/img/teaser-1.png" class="img-thumbnail figure-img img-fluid rounded"
140140
alt="beautiful teaser">
141-
<figcaption class="figure-caption">High quality images generated by HunyuanImage 2.1 with <b>PromptEnhancer</b></figcaption>
141+
<figcaption class="figure-caption">
142+
<b>PromptEnhancer enables high-fidelity and stylistically diverse image generation from user prompts.</b>
143+
Using HunyuanImage 2.1 as the base T2I model, our method demonstrates its versatility across various domains, including photorealism, digital art, abstract geometry, and multilingual text-in-image generation.
144+
The examples showcase how minimal user inputs are transformed into rich, detailed prompts that yield high-quality visual outputs, bridging the gap between user intent and model execution.
145+
</figcaption>
142146
</figure>
143147
</div>
144148

@@ -265,13 +269,28 @@ <h2 class="card-title card-title-margin">Data Pipeline</h2>
265269
<figure class="figure">
266270
<img src="assets/img/pipe_data-1.png" class="figure-img img-fluid rounded" alt="method">
267271
<figcaption class="figure-caption">
268-
Overview of the construction and filtering pipeline for the Rewriter training data.
272+
<b>Overview of the construction and filtering pipeline for the Rewriter training data.</b>
273+
The process involves user prompt simulation, Gemini-based generation, human-in-the-loop selection, and automated filtering to ensure high quality.
274+
</figcaption>
275+
</figure>
276+
</div>
277+
</div>
278+
279+
<div class="card-body">
280+
<h2 class="card-title card-title-margin">Data Analysis</h2>
281+
<hr class="body-hr"/>
282+
<div class="text-center">
283+
<figure class="figure">
284+
<img src="assets/img/dataset_analyst-1.png" class="figure-img img-fluid rounded" alt="method">
285+
<figcaption class="figure-caption">
286+
<b>Distribution of evaluation dimensions in our dataset.</b>
287+
(a) The detailed percentage of each of the 24 fine-grained KeyPoints, sorted in descending order.
288+
(b) The aggregated percentage for each of the six main Super-Categories, calculated by summing the percentages of their constituent KeyPoints. In both charts, colors represent the Super-Category, visually linking the detailed points to their broader classification.
269289
</figcaption>
270290
</figure>
271291
</div>
272292
</div>
273293
</div>
274-
<br>
275294

276295
<div class="card">
277296
<div class="card-body">
@@ -357,11 +376,11 @@ <h2 class="card-title card-title-margin">Supplementary Material</h2>
357376
<div class="card-body">
358377
<h2 class="card-title card-title-margin">Citation</h2>
359378
<p id="bibtex" class="card-text" style="border: #1a1c20 1px">
360-
<code> @article{author20XXtitle,<br>
361-
&nbsp;&nbsp;title={Please cite me},<br>
362-
&nbsp;&nbsp;author={Author, First and Author, Second and Author, Third},<br>
379+
<code> @article{promptenhancer2025,<br>
380+
&nbsp;&nbsp;title={PromptEnhancer: A Simple Approach to Enhance Text-to-Image Models via Chain-of-Thought Prompt Rewriting},<br>
381+
&nbsp;&nbsp;author={Linqing Wang and Ximing Xing and Yiji Cheng and Zhiyuan Zhao and Jiale Tao and QiXun Wang and Ruihuang Li and Xin Li and Mingrui Wu and Xinchi Deng and Chunyu Wang and Qinglin Lu},<br>
363382
&nbsp;&nbsp;booktitle={arXiv preprint},<br>
364-
&nbsp;&nbsp;year={20XX}<br>
383+
&nbsp;&nbsp;year={2025}<br>
365384
}
366385
</code>
367386
</p>

0 commit comments

Comments
 (0)