| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-04 | Fixed 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-04 | Fixed issue with whitespace, removed commented out code that was meant to be ↵ | CodeHatchling | -14/+6 | |
| used as a reference. | ||||
| 2023-12-04 | Cleaned up code, moved main code contributions into soft_inpainting.py | CodeHatchling | -20/+157 | |
| 2023-12-04 | Organized 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. | ||||
