Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ def generate(input=DEFAULT_INPUT, negative_input=DEFAULT_NEGATIVE_INPUT, height=
|
|
| 54 |
"height": height,
|
| 55 |
"width": width,
|
| 56 |
"num_inference_steps": steps,
|
| 57 |
-
"guidance_scale":
|
| 58 |
"generator": torch.Generator().manual_seed(get_seed(seed)),
|
| 59 |
"use_resolution_binning": True,
|
| 60 |
"output_type":"pil",
|
|
|
|
| 54 |
"height": height,
|
| 55 |
"width": width,
|
| 56 |
"num_inference_steps": steps,
|
| 57 |
+
"guidance_scale": guidance,
|
| 58 |
"generator": torch.Generator().manual_seed(get_seed(seed)),
|
| 59 |
"use_resolution_binning": True,
|
| 60 |
"output_type":"pil",
|