fix cv2 params
This commit is contained in:
@@ -124,6 +124,8 @@ def process():
|
||||
sd_guidance_scale=form["sdGuidanceScale"],
|
||||
sd_sampler=form["sdSampler"],
|
||||
sd_seed=form["sdSeed"],
|
||||
cv2_flag=form["cv2Flag"],
|
||||
cv2_radius=form['cv2Radius']
|
||||
)
|
||||
|
||||
if config.sd_seed == -1:
|
||||
|
||||
Reference in New Issue
Block a user