Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def generate(input=DEFAULT_INPUT, negative_input=DEFAULT_NEGATIVE_INPUT, height=
|
|
73 |
"num_inference_steps": steps,
|
74 |
"guidance_scale": guidance,
|
75 |
"num_images_per_prompt": number,
|
76 |
-
"controlnet_conditioning_scale":
|
77 |
"cross_attention_kwargs": {"scale": 1},
|
78 |
"generator": torch.Generator().manual_seed(seed),
|
79 |
"use_resolution_binning": True,
|
|
|
73 |
"num_inference_steps": steps,
|
74 |
"guidance_scale": guidance,
|
75 |
"num_images_per_prompt": number,
|
76 |
+
"controlnet_conditioning_scale": 1,
|
77 |
"cross_attention_kwargs": {"scale": 1},
|
78 |
"generator": torch.Generator().manual_seed(seed),
|
79 |
"use_resolution_binning": True,
|