Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -160,7 +160,7 @@ def generate_60(
|
|
160 |
seed: int = 1,
|
161 |
width: int = 768,
|
162 |
height: int = 768,
|
163 |
-
guidance_scale: float = 4
|
164 |
num_inference_steps: int = 250,
|
165 |
randomize_seed: bool = False,
|
166 |
use_resolution_binning: bool = True,
|
@@ -210,7 +210,7 @@ def generate_90(
|
|
210 |
seed: int = 1,
|
211 |
width: int = 768,
|
212 |
height: int = 768,
|
213 |
-
guidance_scale: float = 4
|
214 |
num_inference_steps: int = 250,
|
215 |
randomize_seed: bool = False,
|
216 |
use_resolution_binning: bool = True,
|
|
|
160 |
seed: int = 1,
|
161 |
width: int = 768,
|
162 |
height: int = 768,
|
163 |
+
guidance_scale: float = 4,
|
164 |
num_inference_steps: int = 250,
|
165 |
randomize_seed: bool = False,
|
166 |
use_resolution_binning: bool = True,
|
|
|
210 |
seed: int = 1,
|
211 |
width: int = 768,
|
212 |
height: int = 768,
|
213 |
+
guidance_scale: float = 4,
|
214 |
num_inference_steps: int = 250,
|
215 |
randomize_seed: bool = False,
|
216 |
use_resolution_binning: bool = True,
|