alexander00001 commited on
Commit
71c131b
·
verified ·
1 Parent(s): 2bcc097

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -232,6 +232,7 @@ def build_negative_prompt(style: str, custom_negative: str = "") -> str:
232
 
233
  # 风格特定的负面词
234
  style_negatives = {
 
235
  "Realistic": ", (cartoon:1.3), (anime:1.3), (3d render:1.2), (illustration:1.2)",
236
  "Anime": ", (realistic:1.3), (photorealistic:1.3), (photo:1.2)",
237
  "Artistic": ", (photo:1.2), (photorealistic:1.2)"
 
232
 
233
  # 风格特定的负面词
234
  style_negatives = {
235
+ "Standard Quality": ", (cartoon:1.3), (anime:1.3), (3d render:1.2), (illustration:1.2), (painting:1.2), (drawing:1.2), (art:1.2), (sketch:1.2), artificial, unrealistic, (depth of field:1.2), (bokeh:1.2)",
236
  "Realistic": ", (cartoon:1.3), (anime:1.3), (3d render:1.2), (illustration:1.2)",
237
  "Anime": ", (realistic:1.3), (photorealistic:1.3), (photo:1.2)",
238
  "Artistic": ", (photo:1.2), (photorealistic:1.2)"