aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/poor_mans_outpainting.py
AgeCommit message (Collapse)AuthorLines
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela-1/+1
2023-05-10imports cleanup for ruffAUTOMATIC-2/+2
2023-04-01bug: poorman 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/+10
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-4/+6
2022-11-04do not mess with components' visibility for scripts; instead create group ↵AUTOMATIC-2/+2
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-1/+1
the prompt #306
2022-09-11add half() supporrt for CLIP interrogationAUTOMATIC-2/+2
2022-09-07MAde poor man's outpainting do less extra useless work.AUTOMATIC-2/+5
2022-09-07big improvements to inpainting and outpaintingAUTOMATIC-5/+20
2022-09-07some changes for outpainting to produce less seamsAUTOMATIC-1/+1
2022-09-06added direction option for outpaintingAUTOMATIC-9/+25
2022-09-06fixes for incorrect progressbarAUTOMATIC-1/+0
2022-09-06added progressbarAUTOMATIC-0/+4
added an option to disable progressbar added interrupt support to DDIM/PLMS
2022-09-04added poor man's inpainting scriptAUTOMATIC-0/+110