Skip to content

Commit 03b03a9

Browse files
committed
update
1 parent 7ab5ecc commit 03b03a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/modular_pipelines/wan/encoders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def check_inputs(block_state):
314314
@staticmethod
315315
def encode_image(
316316
components,
317-
image: PipelineImageInput,
317+
image: Union[PipelineImageInput, List[PipelineImageInput]],
318318
device: torch.device,
319319
):
320320
image = components.image_processor(images=image, return_tensors="pt").to(device)

0 commit comments

Comments
 (0)