aboutsummaryrefslogtreecommitdiffstats
path: root/modules/soft_inpainting.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue where batched inpainting (batch size > 1) wouldn't work because ↵CodeHatchling2023-12-051-10/+56
| | | | of mismatched tensor sizes. The 'already_decoded' decoded case should also be handled correctly (tested indirectly).
* Fixed issue with whitespace, removed commented out code that was meant to be ↵CodeHatchling2023-12-041-14/+6
| | | | used as a reference.
* Cleaned up code, moved main code contributions into soft_inpainting.pyCodeHatchling2023-12-041-20/+157
|
* Organized the settings and UI of soft inpainting to allow for toggling the ↵CodeHatchling2023-12-041-0/+133
feature, and centralizes default values to reduce the amount of copy-pasta.