Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | some extra changes for collab compatibility | AUTOMATIC | 2022-09-06 | 2 | -2/+12 | |
| | ||||||
* | readme extras for VRAM for | AUTOMATIC | 2022-09-06 | 7 | -11/+45 | |
| | | | | | | 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 | |||||
* | allow import as library for #72 | AUTOMATIC | 2022-09-06 | 1 | -13/+13 | |
| | ||||||
* | readme clarification | AUTOMATIC | 2022-09-05 | 1 | -1/+1 | |
| | ||||||
* | added progressbar | AUTOMATIC | 2022-09-05 | 11 | -9/+170 | |
| | | | | | added an option to disable progressbar added interrupt support to DDIM/PLMS | |||||
* | added random artist button | AUTOMATIC | 2022-09-05 | 7 | -1/+3109 | |
| | | | | 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 | 3 | -2/+3 | |
| | ||||||
* | fix for setting values for gradio sliders when users has bad data in ↵ | AUTOMATIC | 2022-09-05 | 1 | -3/+3 | |
| | | | | ui-config.json | |||||
* | fix readme giving bad advice | AUTOMATIC | 2022-09-05 | 1 | -1/+1 | |
| | ||||||
* | Update webui.py to instruct python to install binary packages; this should ↵ | AUTOMATIC | 2022-09-05 | 3 | -7/+11 | |
| | | | | prevent errors people are getting with lacking C++ compilers | |||||
* | added gitignore as per #67 | AUTOMATIC | 2022-09-05 | 1 | -0/+8 | |
| | ||||||
* | re-integrated tiling option as a UI element | AUTOMATIC | 2022-09-05 | 7 | -11/+34 | |
| | ||||||
* | add an option to enable tiling image generation | AUTOMATIC | 2022-09-04 | 3 | -0/+12 | |
| | ||||||
* | bugfix (thx #88443949) | AUTOMATIC | 2022-09-04 | 1 | -1/+1 | |
| | ||||||
* | readme | AUTOMATIC | 2022-09-04 | 1 | -2/+3 | |
| | ||||||
* | add split attention layer optimization from ↵ | AUTOMATIC | 2022-09-04 | 2 | -1/+44 | |
| | | | | https://github.com/basujindal/stable-diffusion/pull/117 | |||||
* | added credits section | AUTOMATIC | 2022-09-04 | 1 | -2/+9 | |
| | ||||||
* | ESRGAN support | AUTOMATIC | 2022-09-04 | 10 | -31/+327 | |
| | ||||||
* | added UI config file: ui-config.json | AUTOMATIC | 2022-09-04 | 2 | -2/+49 | |
| | ||||||
* | moved images to | AUTOMATIC | 2022-09-04 | 15 | -217/+34 | |
| | ||||||
* | save grids created by scripts | AUTOMATIC | 2022-09-04 | 2 | -1/+5 | |
| | ||||||
* | added poor man's inpainting script | AUTOMATIC | 2022-09-03 | 7 | -51/+193 | |
| | ||||||
* | fix for sampler not working in X/Y plot script | AUTOMATIC | 2022-09-03 | 1 | -2/+3 | |
| | ||||||
* | 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 | |
| | | ||||||
* | | Merge pull request #59 from hentailord85ez/master | AUTOMATIC1111 | 2022-09-03 | 1 | -1/+1 | |
|\ \ | | | | | | | Fixed typo 'medram' -> 'medvram' in webui.py | |||||
| * | | Fixed typo 'medram' -> 'medvram' in webui.py | hentailord85ez | 2022-09-03 | 1 | -1/+1 | |
| |/ | ||||||
* / | scripts | AUTOMATIC | 2022-09-03 | 5 | -2/+278 | |
|/ | ||||||
* | option to unload GFPGAN after using | AUTOMATIC | 2022-09-03 | 2 | -3/+13 | |
| | ||||||
* | support for scripts | AUTOMATIC | 2022-09-03 | 10 | -152/+181 | |
| | ||||||
* | split codebase into multiple files; to anyone this affects negatively: sorry | AUTOMATIC | 2022-09-03 | 15 | -2037/+2219 | |
| | ||||||
* | load GFPGAN once and keep it in memory for #53 | AUTOMATIC | 2022-09-03 | 1 | -1/+9 | |
| | ||||||
* | fix for webui.bat to support python with spaces in names | AUTOMATIC | 2022-09-02 | 1 | -1/+1 | |
| | ||||||
* | Update to support embedding with length greater than 1. | AUTOMATIC | 2022-09-02 | 2 | -7/+10 | |
| | ||||||
* | this should send the currently selected image to other tabs instead of the first | AUTOMATIC | 2022-09-02 | 2 | -9/+46 | |
| | ||||||
* | readme clarifications | AUTOMATIC | 2022-09-02 | 1 | -1/+1 | |
| | ||||||
* | change webui.bat to use venv | AUTOMATIC | 2022-09-02 | 4 | -7/+46 | |
| | ||||||
* | Change SD upscales to save as images rather than grids and to respect image ↵ | AUTOMATIC | 2022-09-02 | 1 | -1/+2 | |
| | | | | saving settings. | |||||
* | Merge pull request #50 from deggua/automatic_master | AUTOMATIC1111 | 2022-09-02 | 1 | -1/+0 | |
|\ | | | | | Fix for fill latent zeros/noise in masking mode | |||||
| * | Merge branch 'master' into automatic_master | deggua | 2022-09-02 | 1 | -13/+13 | |
| |\ | |/ |/| | ||||||
* | | fix for bad data in saved text files when batch size or batch cunt > 1 | AUTOMATIC | 2022-09-02 | 1 | -18/+17 | |
| | | ||||||
| * | Removed unnecessary condition check for masking | deggua | 2022-09-02 | 1 | -1/+0 | |
| | | ||||||
| * | Forgot to remove the broken lines | deggua | 2022-09-02 | 1 | -7/+0 | |
| | | ||||||
| * | Fix for fill latent zeros/noise in masking mode | deggua | 2022-09-02 | 1 | -0/+6 | |
|/ | ||||||
* | fixambigious line in readme | AUTOMATIC | 2022-09-02 | 1 | -1/+1 | |
| | ||||||
* | buttons for sending images to tabs | AUTOMATIC | 2022-09-02 | 1 | -26/+89 | |
| |