Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ def query(prompt, model, is_negative=False, steps=30, cfg_scale=7, sampler="DPM+
|
|
131 |
"width": width,
|
132 |
"height": height,
|
133 |
# },
|
134 |
-
|
135 |
"scheduler": sampler
|
136 |
}
|
137 |
}
|
|
|
131 |
"width": width,
|
132 |
"height": height,
|
133 |
# },
|
134 |
+
# "negative_prompt": is_negative,
|
135 |
"scheduler": sampler
|
136 |
}
|
137 |
}
|