Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -320,9 +320,9 @@ with gr.Blocks() as demo:
|
|
| 320 |
True, # randomize_seed
|
| 321 |
30, # num_inference_steps
|
| 322 |
20, # max_steps
|
| 323 |
-
0.
|
| 324 |
-
|
| 325 |
-
|
| 326 |
4.5, # true_cfg
|
| 327 |
],
|
| 328 |
[
|
|
|
|
| 320 |
True, # randomize_seed
|
| 321 |
30, # num_inference_steps
|
| 322 |
20, # max_steps
|
| 323 |
+
0.4, # learning_rate
|
| 324 |
+
4, # max_source_steps
|
| 325 |
+
5, # optimization_steps
|
| 326 |
4.5, # true_cfg
|
| 327 |
],
|
| 328 |
[
|