Spaces:
Sleeping
Sleeping
Mathdesenvnonimate
commited on
Commit
•
e9012d0
1
Parent(s):
3ef6d23
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def generate_txt2img(current_model, prompt, is_negative=False, image_style="None
|
|
24 |
|
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,
|
|
|
24 |
|
25 |
if image_style == "None style":
|
26 |
payload = {
|
27 |
+
"inputs": prompt + ", PEPopFigure, funko pop big head, big head mode, gigantic head, small body, no background, 8k",
|
28 |
"is_negative": is_negative + ", Toy Box",
|
29 |
"steps": steps,
|
30 |
"cfg_scale": cfg_scale,
|