Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def generate_txt2img(current_model, prompt, is_negative=False, image_style="None
|
|
25 |
if image_style == "None style":
|
26 |
payload = {
|
27 |
"inputs": prompt + ", PEPopFigure, funko pop big head, big head mode, gigantic head, small body, 8k",
|
28 |
-
"is_negative": is_negative + ", Toy Box"
|
29 |
"steps": steps,
|
30 |
"cfg_scale": cfg_scale,
|
31 |
"seed": seed if seed is not None else random.randint(-1, 2147483647)
|
|
|
25 |
if image_style == "None style":
|
26 |
payload = {
|
27 |
"inputs": prompt + ", PEPopFigure, funko pop big head, big head mode, gigantic head, small body, 8k",
|
28 |
+
"is_negative": is_negative + ", Toy Box",
|
29 |
"steps": steps,
|
30 |
"cfg_scale": cfg_scale,
|
31 |
"seed": seed if seed is not None else random.randint(-1, 2147483647)
|