Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes for incorrect progressbar | AUTOMATIC | 2022-09-06 | 1 | -4/+0 |
| | |||||
* | fix grid overwriting bug | AUTOMATIC | 2022-09-06 | 1 | -2/+2 |
| | |||||
* | collab link | AUTOMATIC | 2022-09-06 | 1 | -5/+1 |
| | |||||
* | some extra changes for collab compatibility | AUTOMATIC | 2022-09-06 | 2 | -2/+12 |
| | |||||
* | readme extras for VRAM for | AUTOMATIC | 2022-09-06 | 3 | -2/+7 |
| | | | | | | added missing packages to requirements for #74 add support for negative numbers in X/Y plot (plus ranges) #73 changed progressbar to work properly with custom modes | ||||
* | added progressbar | AUTOMATIC | 2022-09-05 | 5 | -8/+95 |
| | | | | | added an option to disable progressbar added interrupt support to DDIM/PLMS | ||||
* | added random artist button | AUTOMATIC | 2022-09-05 | 4 | -1/+52 |
| | | | | added a setting for padding when doing inpaint at original resolution | ||||
* | add information about batch to the image | AUTOMATIC | 2022-09-05 | 1 | -1/+3 |
| | |||||
* | added --listen option to make gradio listen on network requests | AUTOMATIC | 2022-09-05 | 2 | -1/+2 |
| | |||||
* | fix for setting values for gradio sliders when users has bad data in ↵ | AUTOMATIC | 2022-09-05 | 1 | -3/+3 |
| | | | | ui-config.json | ||||
* | re-integrated tiling option as a UI element | AUTOMATIC | 2022-09-05 | 6 | -6/+34 |
| | |||||
* | add an option to enable tiling image generation | AUTOMATIC | 2022-09-04 | 2 | -0/+7 |
| | |||||
* | bugfix (thx #88443949) | AUTOMATIC | 2022-09-04 | 1 | -1/+1 |
| | |||||
* | add split attention layer optimization from ↵ | AUTOMATIC | 2022-09-04 | 2 | -1/+44 |
| | | | | https://github.com/basujindal/stable-diffusion/pull/117 | ||||
* | ESRGAN support | AUTOMATIC | 2022-09-04 | 7 | -17/+288 |
| | |||||
* | added UI config file: ui-config.json | AUTOMATIC | 2022-09-04 | 1 | -2/+48 |
| | |||||
* | added poor man's inpainting script | AUTOMATIC | 2022-09-03 | 6 | -51/+83 |
| | |||||
* | fix for broken image saving when using non-default directory | AUTOMATIC | 2022-09-03 | 1 | -1/+1 |
| | |||||
* | option to invert mask for inpainting | AUTOMATIC | 2022-09-03 | 3 | -5/+18 |
| | |||||
* | fix to make scripts that failed to compile not crash the program | AUTOMATIC | 2022-09-03 | 1 | -11/+15 |
| | |||||
* | Merge pull request #60 from hentailord85ez/file-not-found-fix | AUTOMATIC1111 | 2022-09-03 | 1 | -0/+3 |
|\ | | | | | Don't iterate over scripts if it doesn't exist | ||||
| * | Don't iterate over scripts if it doesn't exist | hentailord85ez | 2022-09-03 | 1 | -0/+3 |
| | | |||||
* | | scripts | AUTOMATIC | 2022-09-03 | 1 | -1/+1 |
|/ | |||||
* | option to unload GFPGAN after using | AUTOMATIC | 2022-09-03 | 2 | -3/+13 |
| | |||||
* | support for scripts | AUTOMATIC | 2022-09-03 | 7 | -123/+145 |
| | |||||
* | split codebase into multiple files; to anyone this affects negatively: sorry | AUTOMATIC | 2022-09-03 | 13 | -0/+2164 |