We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebd239 commit 3a00b2dCopy full SHA for 3a00b2d
1 file changed
src/diffusers/pipelines/flux/pipeline_flux_kontext.py
@@ -583,7 +583,6 @@ def _unpack_latents(latents, height, width, vae_scale_factor):
583
584
return latents
585
586
- # Copied from diffusers.pipelines.stable_diffusion_3.pipeline_stable_diffusion_3_inpaint.StableDiffusion3InpaintPipeline._encode_vae_image
587
def _encode_vae_image(self, image: torch.Tensor, generator: torch.Generator):
588
if isinstance(generator, list):
589
image_latents = [
0 commit comments