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