gokaygokay commited on
Commit
6587268
1 Parent(s): ee2bdc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -103,8 +103,8 @@ samplers = {
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
 
109
  # Initialize Florence model
110
  device = "cuda" if torch.cuda.is_available() else "cpu"
 
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 low_res"
107
+ DEFAULT_NEGATIVE_SUFFIX = "Nsfw oversaturated crappy_art low_quality blurry bad_anatomy extra_digits fewer_digits simple_background very_displeasing watermark signature"
108
 
109
  # Initialize Florence model
110
  device = "cuda" if torch.cuda.is_available() else "cpu"