gokaygokay commited on
Commit
1f81779
·
verified ·
1 Parent(s): a39083d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -181,13 +181,15 @@ custom_css = """
181
  }
182
  """
183
 
184
- title = """<h1 align="center">VLM Captioner + Prompt Enhancer + Kolors Image Generator</h1>
185
  <p><center>
186
- <a href="https://huggingface.co/spaces/gokaygokay/SD3-Long-Captioner-V2" target="_blank">[VLM Model]</a>
 
 
187
  <a href="https://huggingface.co/gokaygokay/Lamini-Prompt-Enchance-Long" target="_blank">[Prompt Enhancer Long]</a>
188
  <a href="https://huggingface.co/gokaygokay/Lamini-Prompt-Enchance" target="_blank">[Prompt Enhancer Medium]</a>
189
- <a href="https://huggingface.co/Kwai-Kolors/Kolors" target="_blank">[Kolors Model]</a>
190
- <p align="center">Don't forget to click <b>Use VLM Captioner</b> or <b>Use Prompt Enhancer</b> Buttons!</p>
191
  </center></p>
192
  """
193
 
 
181
  }
182
  """
183
 
184
+ title = """<h1 align="center">Kolors with VLM Captioner and Prompt Enhancer</h1>
185
  <p><center>
186
+ <a href="https://huggingface.co/Kwai-Kolors/Kolors" target="_blank">[Kolors Model]</a>
187
+ <a href="https://huggingface.co/microsoft/Florence-2-base" target="_blank">[Florence-2 Model]</a>
188
+ <a href="https://huggingface.co/gokaygokay/sd3-long-captioner-v2" target="_blank">[Long Captioner Model]</a>
189
  <a href="https://huggingface.co/gokaygokay/Lamini-Prompt-Enchance-Long" target="_blank">[Prompt Enhancer Long]</a>
190
  <a href="https://huggingface.co/gokaygokay/Lamini-Prompt-Enchance" target="_blank">[Prompt Enhancer Medium]</a>
191
+
192
+ <p align="center">Create long prompts from images or enhance your short prompts with prompt enhancer</p>
193
  </center></p>
194
  """
195