We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote VAE encode was added via PR ##11017 I've added remote-vae feature for img2img and inpaint workflows for sd15, sdxl and flux.1
│ /home/vlado/dev/sdnext/venv/lib/python3.12/site-packages/diffusers/pipelines/flux/pipeline_flux_img2img.py:637 in prepare_latents │ 636 │ │ image = image.to(device=device, dtype=dtype) │ ❱ 637 │ │ image_latents = self._encode_vae_image(image=image, generator=generator)
(see above)
diffusers main branch commit 82188c
@hlky
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Remote VAE encode was added via PR ##11017
I've added remote-vae feature for img2img and inpaint workflows for sd15, sdxl and flux.1
Reproduction
(see above)
Logs
System Info
diffusers main branch commit 82188c
Who can help?
@hlky
The text was updated successfully, but these errors were encountered: