aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/outpainting_mk_2.py
Commit message (Collapse)AuthorAgeFilesLines
* Split Outpainting MK2 mask blur into X and Y componentsSplendide Imaginarius2023-06-091-9/+21
| | | | Fixes unexpected noise in non-outpainted borders when using MK2 script.
* imports cleanup for ruffAUTOMATIC2023-05-101-2/+2
|
* autofixes from ruffAUTOMATIC2023-05-101-1/+1
|
* bug: outpaint-mk2 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/+11
|
* 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-5/+7
|
* do not mess with components' visibility for scripts; instead create group ↵AUTOMATIC2022-11-041-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
* batch_size does not affect job countAUTOMATIC2022-10-211-1/+1
|
* Fixed job count & single-output gridwywywywy2022-10-211-9/+5
|
* Fixed outpainting_mk2 output croppingwywywywy2022-10-201-10/+11
|
* Implemented batch_size logic in outpainting_mk2wywywywy2022-10-201-55/+63
|
* Implemented batch count logic to Outpainting mk2wywywywy2022-10-201-12/+28
|
* Outpainting mk2, prevent generation of a completely random image every time ↵Jocke2022-10-061-1/+4
| | | | even when global seed is static
* features updatesAUTOMATIC2022-09-301-39/+1
| | | | unused code removed from outpainting mk2
* credit parlance-zz as they requested itC43H66N12O12S22022-09-221-1/+1
|
* prevent outpainting mk2 from breaking on different image resolutions.AUTOMATIC2022-09-211-7/+14
|
* new outpainting scriptAUTOMATIC2022-09-161-0/+290