We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97e24a commit 7084119Copy full SHA for 7084119
src/diffusers/modular_pipelines/qwenimage/before_denoise.py
@@ -254,7 +254,7 @@ def intermediate_outputs(self) -> List[OutputParam]:
254
]
255
256
@staticmethod
257
- def check_inputs(image_latents, latents, batch_size):
+ def check_inputs(image_latents, latents):
258
if image_latents.shape[0] != latents.shape[0]:
259
raise ValueError(
260
f"`image_latents` must have have same batch size as `latents`, but got {image_latents.shape[0]} and {latents.shape[0]}"
0 commit comments