radames commited on
Commit
e0d4fb4
1 Parent(s): 2e2d8e2

Update pipelines/controlnelSD21Turbo.py

Browse files
Files changed (1) hide show
  1. pipelines/controlnelSD21Turbo.py +1 -1
pipelines/controlnelSD21Turbo.py CHANGED
@@ -80,7 +80,7 @@ class Pipeline:
80
  512, min=2, max=15, title="Height", disabled=True, hide=True, id="height"
81
  )
82
  guidance_scale: float = Field(
83
- 1.21,
84
  min=0,
85
  max=10,
86
  step=0.001,
 
80
  512, min=2, max=15, title="Height", disabled=True, hide=True, id="height"
81
  )
82
  guidance_scale: float = Field(
83
+ 1.0,
84
  min=0,
85
  max=10,
86
  step=0.001,