Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
66f06a8
1
Parent(s):
10289c4
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,8 +62,8 @@ def inference(prompt, guidance, steps, image_size="Square", seed=0, img=None, st
|
|
| 62 |
superreso=False
|
| 63 |
#pipe.enable_attention_slicing()
|
| 64 |
elif(image_size=="Superreso."):
|
| 65 |
-
height=
|
| 66 |
-
width=
|
| 67 |
superreso=True
|
| 68 |
#pipe.enable_attention_slicing()
|
| 69 |
else:
|
|
|
|
| 62 |
superreso=False
|
| 63 |
#pipe.enable_attention_slicing()
|
| 64 |
elif(image_size=="Superreso."):
|
| 65 |
+
height=1024
|
| 66 |
+
width=1024
|
| 67 |
superreso=True
|
| 68 |
#pipe.enable_attention_slicing()
|
| 69 |
else:
|