GiusTex / ComfyUI-DiffusersImageOutpaint

Diffusers Image Outpaint for ComfyUI
Apache License 2.0
56 stars 4 forks source link

ComfyUI nodes for outpainting images with diffusers, based on diffusers-image-outpaint by fffiloni.

Extension-Overview

Updates:

To do list to change model used:

Installation

Overview

The extension gives 4 nodes:

You can also pass image and mask to vae encode (for inpainting) node, then pass the latent to a sampler, but controlnets and ip-adapters won't always give good results like with diffusers outpaint, and they require a different workflow, not covered by this extension.

Change model used

Unet and Controlnet Models Loader using ComfYUI nodes canceled

I can load them but then they don't work in the inference code, since comfyui load diffusers models in a different format (reddit post).

Credits

diffusers-image-outpaint by fffiloni