diffusers
d114d80f - [Stable Diffusion Inpainting] Allow standard text-to-img checkpoints to be useable for SD inpainting (#3533)

Comment changes are shownComment changes are hidden
Commit
2 years ago
[Stable Diffusion Inpainting] Allow standard text-to-img checkpoints to be useable for SD inpainting (#3533) * Add default to inpaint * Make sure controlnet also works with normal sd for inpaint * Add tests * improve * Correct encode images function * Correct inpaint controlnet * Improve text2img inpanit * make style * up * up * up * up * fix more
Parents
  • src/diffusers/pipelines
    • controlnet
      • File
        pipeline_controlnet_inpaint.py
    • paint_by_example
      • File
        pipeline_paint_by_example.py
    • stable_diffusion
      • File
        pipeline_stable_diffusion_inpaint.py
      • File
        pipeline_stable_diffusion_inpaint_legacy.py
  • tests/pipelines
    • controlnet
      • File
        test_controlnet_inpaint.py
    • stable_diffusion
      • File
        test_stable_diffusion_inpaint.py