Skip to content

Commit b9dad05

Browse files
maruelsliard
authored andcommitted
Remove unnecessary kwargs in depth2img (huggingface#1648)
Since no deprecate() call was done, the typos were silently ignored.
1 parent c1cc28a commit b9dad05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_depth2img.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ def __call__(
421421
return_dict: bool = True,
422422
callback: Optional[Callable[[int, int, torch.FloatTensor], None]] = None,
423423
callback_steps: Optional[int] = 1,
424-
**kwargs,
425424
):
426425
r"""
427426
Function invoked when calling the pipeline for generation.

0 commit comments

Comments
 (0)