aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/poor_mans_outpainting.py
Commit message (Collapse)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 ↵AUTOMATIC2023-01-051-6/+0
| | | | in ids for scripts that only exist on one tab
* Refactor elem_prefix as function elem_idme2023-01-051-7/+10
|
* Adjusted prefix from i2i/t2i to txt2img and img2img and removed those ↵me2023-01-051-1/+1
| | | | prefixes from img exclusive scripts
* 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 ↵AUTOMATIC2022-11-041-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
* [BUG] Not Working As Intended - create a directory with name derived from ↵AUTOMATIC2022-09-121-1/+1
| | | | the prompt #306
* 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 an option to disable progressbar added interrupt support to DDIM/PLMS
* added poor man's inpainting scriptAUTOMATIC2022-09-031-0/+110