CodeHatchling
|
6fc12428e3
|
Fixed issue where batched inpainting (batch size > 1) wouldn't work because of mismatched tensor sizes. The 'already_decoded' decoded case should also be handled correctly (tested indirectly).
|
2023-12-04 19:42:59 -07:00 |
|
CodeHatchling
|
1455159cf4
|
Fixed issue with whitespace, removed commented out code that was meant to be used as a reference.
|
2023-12-04 16:43:57 -07:00 |
|
CodeHatchling
|
976c1053ef
|
Cleaned up code, moved main code contributions into soft_inpainting.py
|
2023-12-04 16:06:58 -07:00 |
|
CodeHatchling
|
aaacf48232
|
Organized the settings and UI of soft inpainting to allow for toggling the feature, and centralizes default values to reduce the amount of copy-pasta.
|
2023-12-04 01:27:22 -07:00 |
|