aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/poor_mans_outpainting.py
Commit message (Expand)AuthorAgeFilesLines
* Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-111-1/+1
* imports cleanup for ruffAUTOMATIC2023-05-101-2/+2
* bug: poorman use sample file format not gridwywywywy2023-04-011-1/+1
* rework #6329 to remove duplicate code and add prevent tab names for showing i...AUTOMATIC2023-01-051-6/+0
* Refactor elem_prefix as function elem_idme2023-01-051-7/+10
* Adjusted prefix from i2i/t2i to txt2img and img2img and removed those prefixe...me2023-01-051-1/+1
* Add element ids for script components and a few more in ui.pyme2023-01-041-4/+6
* do not mess with components' visibility for scripts; instead create group com...AUTOMATIC2022-11-041-2/+2
* [BUG] Not Working As Intended - create a directory with name derived from th...AUTOMATIC2022-09-121-1/+1
* add half() supporrt for CLIP interrogationAUTOMATIC2022-09-111-2/+2
* MAde poor man's outpainting do less extra useless work.AUTOMATIC2022-09-071-2/+5
* big improvements to inpainting and outpaintingAUTOMATIC2022-09-071-5/+20
* some changes for outpainting to produce less seamsAUTOMATIC2022-09-061-1/+1
* added direction option for outpaintingAUTOMATIC2022-09-061-9/+25
* fixes for incorrect progressbarAUTOMATIC2022-09-061-1/+0
* added progressbarAUTOMATIC2022-09-051-0/+4
* added poor man's inpainting scriptAUTOMATIC2022-09-031-0/+110