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