Raelina commited on
Commit
ad08d2e
·
verified ·
1 Parent(s): 6b80e3c

Fix quality order

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def generate(
124
 
125
  # Process prompts
126
  if add_quality_tags:
127
- prompt = "masterpiece, high score, great score, absurdres, {prompt}".format(prompt=prompt)
128
 
129
  prompt, negative_prompt = utils.preprocess_prompt(
130
  styles, style_selector, prompt, negative_prompt
 
124
 
125
  # Process prompts
126
  if add_quality_tags:
127
+ prompt = "{prompt}, masterpiece, high score, great score, absurdres".format(prompt=prompt)
128
 
129
  prompt, negative_prompt = utils.preprocess_prompt(
130
  styles, style_selector, prompt, negative_prompt