Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed issue where batched inpainting (batch size > 1) wouldn't work because ↵ | CodeHatchling | 2023-12-05 | 1 | -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 ↵ | CodeHatchling | 2023-12-04 | 1 | -14/+6 |
| | | | | used as a reference. | ||||
* | Cleaned up code, moved main code contributions into soft_inpainting.py | CodeHatchling | 2023-12-04 | 1 | -20/+157 |
| | |||||
* | Organized the settings and UI of soft inpainting to allow for toggling the ↵ | CodeHatchling | 2023-12-04 | 1 | -0/+133 |
feature, and centralizes default values to reduce the amount of copy-pasta. |