Spaces:
Running
on
Zero
Running
on
Zero
Fix quality order
Browse files
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
|
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
|