1
0
Fork 0

fix(api): pass strength to LPW pipe from img2img blend

This commit is contained in:
Sean Sube 2023-07-03 08:27:37 -05:00
parent 3653723742
commit a9fa76737e
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ class BlendImg2ImgStage(BaseStage):
pipe_params["controlnet_conditioning_scale"] = strength
elif pipe_type == "img2img":
pipe_params["strength"] = strength
elif pipe_type == "lpw":
pipe_params["strength"] = strength
elif pipe_type == "panorama":
pipe_params["strength"] = strength
elif pipe_type == "pix2pix":