Spaces:
Runtime error
Runtime error
make step 2 dependent on step 1
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def inference_map(
|
|
54 |
prompt,
|
55 |
negative_prompt,
|
56 |
guidance_scale,
|
57 |
-
(controlnet_conditioning_scale_0,
|
58 |
seed,
|
59 |
(controlnet_start_0, controlnet_start_1),
|
60 |
(controlnet_end_0, controlnet_end_1),
|
|
|
54 |
prompt,
|
55 |
negative_prompt,
|
56 |
guidance_scale,
|
57 |
+
(controlnet_conditioning_scale_0, .6 + (controlnet_conditioning_scale_0 * .8 / 2)),
|
58 |
seed,
|
59 |
(controlnet_start_0, controlnet_start_1),
|
60 |
(controlnet_end_0, controlnet_end_1),
|