Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-01-05 | rework #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-05 | Refactor elem_prefix as function elem_id | me | -5/+10 | |
2023-01-05 | Adjusted prefix from i2i/t2i to txt2img and img2img and removed those ↵ | me | -1/+1 | |
prefixes from img exclusive scripts | ||||
2023-01-04 | Add element ids for script components and a few more in ui.py | me | -2/+4 | |
2022-10-11 | Reset init img in loopback at start of each batch (#2214) | Rory Grieve | -0/+4 | |
Before a new batch would use the last image from the previous batch. Now each batch will use the original image for the init image at the start of the batch. | ||||
2022-09-17 | only set loopback color corrections if corrections enabled | Brian Drupieski | -1/+3 | |
2022-09-17 | set loopback color corrections on each iteration | Brian Drupieski | -2/+2 | |
2022-09-16 | fix loopback color correction to store color_correction info for initial ↵ | AUTOMATIC | -0/+3 | |
image and use that instead of extracting from previous image in a loop #481 #541 | ||||
2022-09-14 | loopback moved to scripts, added support for multiple batches, changed to ↵ | AUTOMATIC | -0/+78 | |
honor save grids and how grids in web setting |