Skip to content

Commit b9be438

Browse files
committed
up
1 parent e3d6945 commit b9be438

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_instruct_pix2pix.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -838,3 +838,7 @@ def prepare_image_latents(
838838
image_latents = torch.cat([image_latents, image_latents, uncond_image_latents], dim=0)
839839

840840
return image_latents
841+
842+
@property
843+
def image_guidance_scale(self):
844+
return self._image_guidance_scale

0 commit comments

Comments
 (0)