ShadeEngine's picture
End of training
4ac8f3e verified

InstructPix2Pix

InstructPix2Pix: Learning to Follow Image Editing Instructions is by Tim Brooks, Aleksander Holynski and Alexei A. Efros.

The abstract from the paper is:

We propose a method for editing images from human instructions: given an input image and a written instruction that tells the model what to do, our model follows these instructions to edit the image. To obtain training data for this problem, we combine the knowledge of two large pretrained models -- a language model (GPT-3) and a text-to-image model (Stable Diffusion) -- to generate a large dataset of image editing examples. Our conditional diffusion model, InstructPix2Pix, is trained on our generated data, and generalizes to real images and user-written instructions at inference time. Since it performs edits in the forward pass and does not require per example fine-tuning or inversion, our model edits images quickly, in a matter of seconds. We show compelling editing results for a diverse collection of input images and written instructions.

You can find additional information about InstructPix2Pix on the project page, original codebase, and try it out in a demo.

Make sure to check out the Schedulers guide to learn how to explore the tradeoff between scheduler speed and quality, and see the reuse components across pipelines section to learn how to efficiently load the same components into multiple pipelines.

StableDiffusionInstructPix2PixPipeline

[[autodoc]] StableDiffusionInstructPix2PixPipeline - call - all - load_textual_inversion - load_lora_weights - save_lora_weights

StableDiffusionXLInstructPix2PixPipeline

[[autodoc]] StableDiffusionXLInstructPix2PixPipeline - call - all