Spaces:
Runtime error
Runtime error
better default for controlnet_scale
Browse files
pipelines/controlnelSD21Turbo.py
CHANGED
|
@@ -100,7 +100,7 @@ class Pipeline:
|
|
| 100 |
id="strength",
|
| 101 |
)
|
| 102 |
controlnet_scale: float = Field(
|
| 103 |
-
0.
|
| 104 |
min=0,
|
| 105 |
max=1.0,
|
| 106 |
step=0.001,
|
|
|
|
| 100 |
id="strength",
|
| 101 |
)
|
| 102 |
controlnet_scale: float = Field(
|
| 103 |
+
0.325,
|
| 104 |
min=0,
|
| 105 |
max=1.0,
|
| 106 |
step=0.001,
|