Unverified Commit c3b2f975 authored by M-A's avatar M-A Committed by GitHub
Browse files

Remove unnecessary kwargs in depth2img (#1648)

Since no deprecate() call was done, the typos were silently ignored.
parent fc94c60c
......@@ -421,7 +421,6 @@ class StableDiffusionDepth2ImgPipeline(DiffusionPipeline):
return_dict: bool = True,
callback: Optional[Callable[[int, int, torch.FloatTensor], None]] = None,
callback_steps: Optional[int] = 1,
**kwargs,
):
r"""
Function invoked when calling the pipeline for generation.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment