Spaces:
Running
on
Zero
Running
on
Zero
alfredplpl
commited on
Commit
•
235d6cb
1
Parent(s):
f16b407
Update app.py
Browse files
app.py
CHANGED
@@ -62,8 +62,8 @@ def inference(prompt, guidance, steps, seed=0, neg_prompt="", disable_auto_promp
|
|
62 |
|
63 |
prompt,neg_prompt=auto_prompt_correction(prompt,neg_prompt,disable_auto_prompt_correction)
|
64 |
|
65 |
-
height=
|
66 |
-
width=
|
67 |
|
68 |
print(prompt,neg_prompt)
|
69 |
|
|
|
62 |
|
63 |
prompt,neg_prompt=auto_prompt_correction(prompt,neg_prompt,disable_auto_prompt_correction)
|
64 |
|
65 |
+
height=512
|
66 |
+
width=512
|
67 |
|
68 |
print(prompt,neg_prompt)
|
69 |
|