Tony Lian commited on
Commit
58524a7
β€’
1 Parent(s): f66a953
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -134,8 +134,10 @@ with gr.Blocks() as g:
134
  gr.HTML("""<h1>LLM-grounded Diffusion: Enhancing Prompt Understanding of Text-to-Image Diffusion Models with Large Language Models</h1>
135
  <p>This is a space that allows you to explore the layouts generated by ChatGPT on your own with a simplified set of examples. The layout-to-image generation part will be added.</p>
136
  <p>Read our <a href='https://llm-grounded-diffusion.github.io/'>a brief introduction on our project page</a> or <a href='https://arxiv.org/pdf/2305.13655.pdf'>our work on arxiv</a>. <a href='https://llm-grounded-diffusion.github.io/#citation'>Cite our work</a> if our ideas inspire you.</p>
137
- <p>Tips: you can perform multi-round specification by giving ChatGPT follow-up requests (e.g., make the object boxes bigger).</p>
138
- <p>Tips: you can also try prompts in Simplified Chinese. If you want to try prompts in another language, translate the first line of last example to your language.<p>""")
 
 
139
  with gr.Tab("Image Prompt to ChatGPT"):
140
  with gr.Row():
141
  with gr.Column(scale=1):
 
134
  gr.HTML("""<h1>LLM-grounded Diffusion: Enhancing Prompt Understanding of Text-to-Image Diffusion Models with Large Language Models</h1>
135
  <p>This is a space that allows you to explore the layouts generated by ChatGPT on your own with a simplified set of examples. The layout-to-image generation part will be added.</p>
136
  <p>Read our <a href='https://llm-grounded-diffusion.github.io/'>a brief introduction on our project page</a> or <a href='https://arxiv.org/pdf/2305.13655.pdf'>our work on arxiv</a>. <a href='https://llm-grounded-diffusion.github.io/#citation'>Cite our work</a> if our ideas inspire you.</p>
137
+ <p><b>Tips:</b><p>
138
+ <p>1. If ChatGPT doesn't generate layout, add/remove the trailing space (added by default) and/or use GPT-4.</p>
139
+ <p>2. You can perform multi-round specification by giving ChatGPT follow-up requests (e.g., make the object boxes bigger).</p>
140
+ <p>3. You can also try prompts in Simplified Chinese. If you want to try prompts in another language, translate the first line of last example to your language.<p>""")
141
  with gr.Tab("Image Prompt to ChatGPT"):
142
  with gr.Row():
143
  with gr.Column(scale=1):