Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | 2023-05-11 | 1 | -1/+1 |
| | |||||
* | imports cleanup for ruff | AUTOMATIC | 2023-05-10 | 1 | -2/+2 |
| | |||||
* | bug: poorman use sample file format not grid | wywywywy | 2023-04-01 | 1 | -1/+1 |
| | |||||
* | rework #6329 to remove duplicate code and add prevent tab names for showing ↵ | AUTOMATIC | 2023-01-05 | 1 | -6/+0 |
| | | | | in ids for scripts that only exist on one tab | ||||
* | Refactor elem_prefix as function elem_id | me | 2023-01-05 | 1 | -7/+10 |
| | |||||
* | Adjusted prefix from i2i/t2i to txt2img and img2img and removed those ↵ | me | 2023-01-05 | 1 | -1/+1 |
| | | | | prefixes from img exclusive scripts | ||||
* | Add element ids for script components and a few more in ui.py | me | 2023-01-04 | 1 | -4/+6 |
| | |||||
* | do not mess with components' visibility for scripts; instead create group ↵ | AUTOMATIC | 2022-11-04 | 1 | -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 ↵ | AUTOMATIC | 2022-09-12 | 1 | -1/+1 |
| | | | | the prompt #306 | ||||
* | add half() supporrt for CLIP interrogation | AUTOMATIC | 2022-09-11 | 1 | -2/+2 |
| | |||||
* | MAde poor man's outpainting do less extra useless work. | AUTOMATIC | 2022-09-07 | 1 | -2/+5 |
| | |||||
* | big improvements to inpainting and outpainting | AUTOMATIC | 2022-09-07 | 1 | -5/+20 |
| | |||||
* | some changes for outpainting to produce less seams | AUTOMATIC | 2022-09-06 | 1 | -1/+1 |
| | |||||
* | added direction option for outpainting | AUTOMATIC | 2022-09-06 | 1 | -9/+25 |
| | |||||
* | fixes for incorrect progressbar | AUTOMATIC | 2022-09-06 | 1 | -1/+0 |
| | |||||
* | added progressbar | AUTOMATIC | 2022-09-05 | 1 | -0/+4 |
| | | | | | added an option to disable progressbar added interrupt support to DDIM/PLMS | ||||
* | added poor man's inpainting script | AUTOMATIC | 2022-09-03 | 1 | -0/+110 |