Skip to content

Commit ad32cad

Browse files
committed
Fixed Copied inconsistency
1 parent 6160749 commit ad32cad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/diffusers/pipelines/controlnet_sd3/pipeline_stable_diffusion_3_controlnet_inpainting.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,7 @@ def encode_image(self, image: PipelineImageInput, device: torch.device) -> torch
796796
Input image to be encoded.
797797
device: (`torch.device`):
798798
Torch device.
799+
799800
Returns:
800801
`torch.Tensor`: The encoded image feature representation.
801802
"""
@@ -816,6 +817,7 @@ def prepare_ip_adapter_image_embeds(
816817
do_classifier_free_guidance: bool = True,
817818
) -> torch.Tensor:
818819
"""Prepares image embeddings for use in the IP-Adapter.
820+
819821
Either `ip_adapter_image` or `ip_adapter_image_embeds` must be passed.
820822
821823
Args:

0 commit comments

Comments
 (0)