We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
image
Flux2Pipeline.__call__
1 parent 764f7ed commit 4bc1c59Copy full SHA for 4bc1c59
src/diffusers/pipelines/flux2/pipeline_flux2.py
@@ -744,7 +744,7 @@ def interrupt(self):
744
@replace_example_docstring(EXAMPLE_DOC_STRING)
745
def __call__(
746
self,
747
- image: list[PIL.Image.Image, PIL.Image.Image] | None = None,
+ image: PIL.Image.Image | list[PIL.Image.Image] | None = None,
748
prompt: str | list[str] = None,
749
height: int | None = None,
750
width: int | None = None,
0 commit comments