Skip to content

Commit 6199586

Browse files
author
ximingxing
committed
fix(index): update Acknowledgements
1 parent 47d0566 commit 6199586

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@
3636
<!-- Website Title -->
3737
<title>PromptEnhancer: A Simple Approach to Enhance Text-to-Image Models via Chain-of-Thought Prompt Rewriting</title>
3838
<!-- The description that appears when you share the link -->
39-
<meta property="og:description" content="PromptEnhancer"/>
39+
<!-- <meta property="og:description" content="PromptEnhancer, CoT Rewriter, prompt rewriting, chain-of-thought, text-to-image"/> -->
40+
<meta property="og:description" content="PromptEnhancer: Rewrite and optimize your text prompts with Chain-of-Thought for better text-to-image generation results. Experience intelligent prompt enhancement now!"/>
4041
<!-- Used to display page descriptions in search results -->
41-
<meta name="description" content="PromptEnhancer, text-to-image, prompt rewriting, chain-of-thought">
42+
<meta name="description" content="PromptEnhancer, CoT Rewriter, prompt rewriting, chain-of-thought, text-to-image">
4243
<!-- favicon -->
4344
<link rel="icon" href="assets/hunyuan-color.svg" type="image/svg+xml">
4445
</head>
@@ -416,6 +417,11 @@ <h1 class="modal-title fs-5" id="exampleModalLabel">Bibtex</h1>
416417
<div class="card-body">
417418
<h4 class="card-title card-title-margin">Acknowledgements</h4>
418419
<p class="card-text">We would like to thank Kai Song, and ZhengKai Jiang for their valuable inputs and suggestions.</p>
420+
<p class="card-text">
421+
We are open-sourcing the PromptEnhancer-7B version, which includes a larger model, dataset, benchmark, and the reward model AlignEvaluator. These will be released progressively. Additionally, the PromptEnhancer series for multimodal applications, such as image-to-image, text-to-video, image-to-video, will be coming soon.
422+
<br>
423+
我们将开源PromptEnhancer-7B版本,涵盖更大参数的PromptEnhancer模型、数据集、基准测试以及奖励模型AlignEvaluator等内容,后续将逐步开源。同时,针对图生图、文生视频、图生视频等多模态应用的PromptEnhancer系列也将在不久后发布。
424+
</p>
419425
</div>
420426
</div>
421427
<br>

0 commit comments

Comments
 (0)