gokaygokay commited on
Commit
d21e60d
1 Parent(s): 6a629af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,8 +101,8 @@ samplers = {
101
  "UniPC": UniPCMultistepScheduler.from_config(pipe_pony.scheduler.config),
102
  }
103
 
104
- DEFAULT_POSITIVE_PREFIX = "score_9, score_8_up, score_7_up, BREAK"
105
- DEFAULT_POSITIVE_SUFFIX = "(masterpiece), best quality, very aesthetic, perfect face"
106
  DEFAULT_NEGATIVE_PREFIX = "score_1, score_2, score_3, text"
107
  DEFAULT_NEGATIVE_SUFFIX = "nsfw, (low quality, worst quality:1.2), very displeasing, 3d, watermark, signature, ugly, poorly drawn"
108
 
 
101
  "UniPC": UniPCMultistepScheduler.from_config(pipe_pony.scheduler.config),
102
  }
103
 
104
+ DEFAULT_POSITIVE_PREFIX = "Score_9 score_8_up score_7_up BREAK"
105
+ DEFAULT_POSITIVE_SUFFIX = "(masterpiece) very_aesthetic detailed_face cinematic footage"
106
  DEFAULT_NEGATIVE_PREFIX = "score_1, score_2, score_3, text"
107
  DEFAULT_NEGATIVE_SUFFIX = "nsfw, (low quality, worst quality:1.2), very displeasing, 3d, watermark, signature, ugly, poorly drawn"
108