Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-12-06 | Removed changes in some scripts since the arguments for soft painting are no ↵ | CodeHatchling | -7/+2 | |
longer passed through the same path as "mask_blur". | ||||
2023-12-04 | Organized the settings and UI of soft inpainting to allow for toggling the ↵ | CodeHatchling | -8/+7 | |
feature, and centralizes default values to reduce the amount of copy-pasta. | ||||
2023-11-28 | Tweaked UI sliders and labels. | CodeHatchling | -2/+2 | |
2023-11-28 | Added slider for detail preservation strength, removed largely needless ↵ | CodeHatchling | -6/+6 | |
offset parameter, changed labels in UI and for saving to/pasting data from PNG files. | ||||
2023-11-28 | Added UI elements to control blending parameters. | CodeHatchling | -2/+8 | |
2023-06-09 | Split Outpainting MK2 mask blur into X and Y components | Splendide Imaginarius | -9/+21 | |
Fixes unexpected noise in non-outpainted borders when using MK2 script. | ||||
2023-05-10 | imports cleanup for ruff | AUTOMATIC | -2/+2 | |
2023-05-10 | autofixes from ruff | AUTOMATIC | -1/+1 | |
2023-04-01 | bug: outpaint-mk2 use sample file format not grid | wywywywy | -1/+1 | |
2023-01-05 | rework #6329 to remove duplicate code and add prevent tab names for showing ↵ | AUTOMATIC | -6/+0 | |
in ids for scripts that only exist on one tab | ||||
2023-01-05 | Refactor elem_prefix as function elem_id | me | -7/+11 | |
2023-01-05 | Adjusted prefix from i2i/t2i to txt2img and img2img and removed those ↵ | me | -1/+1 | |
prefixes from img exclusive scripts | ||||
2023-01-04 | Add element ids for script components and a few more in ui.py | me | -5/+7 | |
2022-11-04 | do not mess with components' visibility for scripts; instead create group ↵ | AUTOMATIC | -1/+1 | |
components and show/hide those; this will break scripts that create invisible components and rely on UI but the earlier i make this change the better | ||||
2022-10-21 | batch_size does not affect job count | AUTOMATIC | -1/+1 | |
2022-10-21 | Fixed job count & single-output grid | wywywywy | -9/+5 | |
2022-10-20 | Fixed outpainting_mk2 output cropping | wywywywy | -10/+11 | |
2022-10-20 | Implemented batch_size logic in outpainting_mk2 | wywywywy | -55/+63 | |
2022-10-20 | Implemented batch count logic to Outpainting mk2 | wywywywy | -12/+28 | |
2022-10-06 | Outpainting mk2, prevent generation of a completely random image every time ↵ | Jocke | -1/+4 | |
even when global seed is static | ||||
2022-10-01 | features updates | AUTOMATIC | -39/+1 | |
unused code removed from outpainting mk2 | ||||
2022-09-23 | credit parlance-zz as they requested it | C43H66N12O12S2 | -1/+1 | |
2022-09-21 | prevent outpainting mk2 from breaking on different image resolutions. | AUTOMATIC | -7/+14 | |
2022-09-16 | new outpainting script | AUTOMATIC | -0/+290 | |