Skip to content

Commit

Permalink
fix(api): add missing param to controlnet pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 19, 2023
1 parent a0ee620 commit 1163acc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/onnx_web/diffusers/pipelines/controlnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def __init__(
unet: OnnxRuntimeModel,
controlnet: OnnxRuntimeModel,
scheduler: Union[DDIMScheduler, PNDMScheduler, LMSDiscreteScheduler],
requires_safety_checker: bool = False,
):
super().__init__()

Expand Down

0 comments on commit 1163acc

Please sign in to comment.