aboutsummaryrefslogtreecommitdiff
path: root/scripts/poor_mans_outpainting.py
AgeCommit message (Collapse)Author
2023-12-06Removed changes in some scripts since the arguments for soft painting are no ↵CodeHatchling
longer passed through the same path as "mask_blur".
2023-12-04Organized the settings and UI of soft inpainting to allow for toggling the ↵CodeHatchling
feature, and centralizes default values to reduce the amount of copy-pasta.
2023-11-28Tweaked UI sliders and labels.CodeHatchling
2023-11-28Added slider for detail preservation strength, removed largely needless ↵CodeHatchling
offset parameter, changed labels in UI and for saving to/pasting data from PNG files.
2023-11-28Added UI elements to control blending parameters.CodeHatchling
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela
2023-05-10imports cleanup for ruffAUTOMATIC
2023-04-01bug: poorman use sample file format not gridwywywywy
2023-01-05rework #6329 to remove duplicate code and add prevent tab names for showing ↵AUTOMATIC
in ids for scripts that only exist on one tab
2023-01-05Refactor elem_prefix as function elem_idme
2023-01-05Adjusted prefix from i2i/t2i to txt2img and img2img and removed those ↵me
prefixes from img exclusive scripts
2023-01-04Add element ids for script components and a few more in ui.pyme
2022-11-04do not mess with components' visibility for scripts; instead create group ↵AUTOMATIC
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-09-12 [BUG] Not Working As Intended - create a directory with name derived from ↵AUTOMATIC
the prompt #306
2022-09-11add half() supporrt for CLIP interrogationAUTOMATIC
2022-09-07MAde poor man's outpainting do less extra useless work.AUTOMATIC
2022-09-07big improvements to inpainting and outpaintingAUTOMATIC
2022-09-07some changes for outpainting to produce less seamsAUTOMATIC
2022-09-06added direction option for outpaintingAUTOMATIC
2022-09-06fixes for incorrect progressbarAUTOMATIC
2022-09-06added progressbarAUTOMATIC
added an option to disable progressbar added interrupt support to DDIM/PLMS
2022-09-04added poor man's inpainting scriptAUTOMATIC