aboutsummaryrefslogtreecommitdiff
path: root/scripts/soft_inpainting.py
AgeCommit message (Collapse)Author
2023-12-08Formatted soft_inpainting.CodeHatchling
2023-12-08soft_inpainting now appears in the "inpaint" section, and will not activate ↵CodeHatchling
unless inpainting is activated.
2023-12-07Fixed grammar error.CodeHatchling
2023-12-07Fixed complaint about whitespace, updated help section for a parameter.CodeHatchling
2023-12-07Added parameters for the composite stage, fixed batched generation.CodeHatchling
2023-12-07Moved image filters used by soft inpainting into soft_inpainting.py from ↵CodeHatchling
images.py
2023-12-07Fixed "No newline at end of file".CodeHatchling
2023-12-07Re-implemented soft inpainting via a script. Also fixed some mistakes with ↵CodeHatchling
the previous hooks, removed unnecessary formatting changes, removed code that I had forgotten to.