Sergidev commited on
Commit
503ffbf
·
verified ·
1 Parent(s): 377a855

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -38,9 +38,10 @@ DESCRIPTION = '''
38
  <div>
39
  <h1 style="text-align: center;">High Definition Pony Diffusion</h1>
40
  <p>Gradio demo for PonyDiffusion v6 with image gallery, json prompt support, advanced options and more.</p>
41
- <p>❤️ Thanks for 12k visits!</p>
42
  <p>🔎 For more details about me, take a look at <a href="https://sergidev.me">My website</a>.</p>
43
  <p>🌚 For dark mode compatibility, click <a href="https://sergidev.me/hdiffusion">here</a>.</p>
 
44
  </div>
45
  '''
46
 
@@ -258,7 +259,7 @@ def get_random_character():
258
 
259
  def add_quality_tags(prompt, negative_prompt):
260
  positive_tags = "score_9, score_8_up, score_7_up, score_6_up, dramatic lighting"
261
- negative_tags = "worst quality, low quality, text, censored, deformed, bad hand, blurry, (watermark), mutated hands, monochrome"
262
 
263
  new_prompt = f"{positive_tags}, {prompt}" if prompt else positive_tags
264
  new_negative_prompt = f"{negative_tags}, {negative_prompt}" if negative_prompt else negative_tags
 
38
  <div>
39
  <h1 style="text-align: center;">High Definition Pony Diffusion</h1>
40
  <p>Gradio demo for PonyDiffusion v6 with image gallery, json prompt support, advanced options and more.</p>
41
+ <p>✨ Thanks for 12k visits! Please ❤️ heart this space if you find it helpful.</p>
42
  <p>🔎 For more details about me, take a look at <a href="https://sergidev.me">My website</a>.</p>
43
  <p>🌚 For dark mode compatibility, click <a href="https://sergidev.me/hdiffusion">here</a>.</p>
44
+ <p>🌚 Support me with a donation on Ko-FI, click <a href="https://ko-fi.com/sergidev#payment-widget">here</a>.</p>
45
  </div>
46
  '''
47
 
 
259
 
260
  def add_quality_tags(prompt, negative_prompt):
261
  positive_tags = "score_9, score_8_up, score_7_up, score_6_up, dramatic lighting"
262
+ negative_tags = "score_4, score_5, simple background, monochrome, extra fingers, distorted hands, distorted fingers,low quality, lowres, bad anatomy, worst quality"
263
 
264
  new_prompt = f"{positive_tags}, {prompt}" if prompt else positive_tags
265
  new_negative_prompt = f"{negative_tags}, {negative_prompt}" if negative_prompt else negative_tags