"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "28f9d84549c0b1d24ef00d69a4c723f3a11cffb6"
[docs] Add inpainting example for forcing the unmasked area to remain unchanged to the docs (#4536)
* 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:
Will Berman <wlbberman@gmail.com>
Showing
Please register or sign in to comment