aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/outpainting_mk_2.py
AgeCommit message (Collapse)AuthorLines
2023-06-09Split Outpainting MK2 mask blur into X and Y componentsSplendide Imaginarius-9/+21
Fixes unexpected noise in non-outpainted borders when using MK2 script.
2023-05-10imports cleanup for ruffAUTOMATIC-2/+2
2023-05-10autofixes from ruffAUTOMATIC-1/+1
2023-04-01bug: outpaint-mk2 use sample file format not gridwywywywy-1/+1
2023-01-05rework #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-05Refactor elem_prefix as function elem_idme-7/+11
2023-01-05Adjusted prefix from i2i/t2i to txt2img and img2img and removed those ↵me-1/+1
prefixes from img exclusive scripts
2023-01-04Add element ids for script components and a few more in ui.pyme-5/+7
2022-11-04do 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-21batch_size does not affect job countAUTOMATIC-1/+1
2022-10-21Fixed job count & single-output gridwywywywy-9/+5
2022-10-20Fixed outpainting_mk2 output croppingwywywywy-10/+11
2022-10-20Implemented batch_size logic in outpainting_mk2wywywywy-55/+63
2022-10-20Implemented batch count logic to Outpainting mk2wywywywy-12/+28
2022-10-06Outpainting mk2, prevent generation of a completely random image every time ↵Jocke-1/+4
even when global seed is static
2022-10-01features updatesAUTOMATIC-39/+1
unused code removed from outpainting mk2
2022-09-23credit parlance-zz as they requested itC43H66N12O12S2-1/+1
2022-09-21prevent outpainting mk2 from breaking on different image resolutions.AUTOMATIC-7/+14
2022-09-16new outpainting scriptAUTOMATIC-0/+290