Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatted soft_inpainting. | CodeHatchling | 2023-12-09 | 1 | -10/+16 |
| | |||||
* | soft_inpainting now appears in the "inpaint" section, and will not activate ↵ | CodeHatchling | 2023-12-09 | 1 | -4/+39 |
| | | | | unless inpainting is activated. | ||||
* | Fixed grammar error. | CodeHatchling | 2023-12-08 | 1 | -1/+1 |
| | |||||
* | Fixed complaint about whitespace, updated help section for a parameter. | CodeHatchling | 2023-12-08 | 1 | -4/+4 |
| | |||||
* | Added parameters for the composite stage, fixed batched generation. | CodeHatchling | 2023-12-08 | 1 | -43/+155 |
| | |||||
* | Moved image filters used by soft inpainting into soft_inpainting.py from ↵ | CodeHatchling | 2023-12-07 | 1 | -6/+199 |
| | | | | images.py | ||||
* | Fixed "No newline at end of file". | CodeHatchling | 2023-12-07 | 1 | -1/+1 |
| | |||||
* | Re-implemented soft inpainting via a script. Also fixed some mistakes with ↵ | CodeHatchling | 2023-12-07 | 1 | -0/+401 |
the previous hooks, removed unnecessary formatting changes, removed code that I had forgotten to. |