• dg845's avatar
    [docs] Add inpainting example for forcing the unmasked area to remain unchanged to the docs (#4536) · 5f740d0f
    dg845 authored
    
    
    * Initial code to add force_unmasked_unchanged argument to StableDiffusionInpaintPipeline.__call__.
    
    * Try to improve StableDiffusionInpaintPipelineFastTests.get_dummy_inputs.
    
    * Use original mask to preserve unmasked pixels in pixel space rather than latent space.
    
    * make style
    
    * start working on note in docs to force unmasked area to be unchanged
    
    * Add example of forcing the unmasked area to remain unchanged.
    
    * Revert "make style"
    
    This reverts commit fa7759293af916c665f683387a52fd789ed10531.
    
    * Revert "Use original mask to preserve unmasked pixels in pixel space rather than latent space."
    
    This reverts commit 092bd0e9e9628f02ff917aafb2a5c9252776b6e9.
    
    * Revert "Try to improve StableDiffusionInpaintPipelineFastTests.get_dummy_inputs."
    
    This reverts commit ff41cf43c5a820057289e0852fb41b3e2074d86d.
    
    * Revert "Initial code to add force_unmasked_unchanged argument to StableDiffusionInpaintPipeline.__call__."
    
    This reverts commit 989979752a1c9e6e16e92d8f1b3d14b70829fbb5.
    
    ---------
    Co-authored-by: default avatarWill Berman <wlbberman@gmail.com>
    5f740d0f
inpaint.md 5.53 KB