aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2022-09-05added --listen option to make gradio listen on network requestsAUTOMATIC-2/+3
2022-09-05fix for setting values for gradio sliders when users has bad data in ↵AUTOMATIC-3/+3
ui-config.json
2022-09-05fix readme giving bad adviceAUTOMATIC-1/+1
2022-09-05Update webui.py to instruct python to install binary packages; this should ↵AUTOMATIC-7/+11
prevent errors people are getting with lacking C++ compilers
2022-09-05added gitignore as per #67AUTOMATIC-0/+8
2022-09-05re-integrated tiling option as a UI elementAUTOMATIC-11/+34
2022-09-05add an option to enable tiling image generationAUTOMATIC-0/+12
2022-09-05bugfix (thx #88443949)AUTOMATIC-1/+1
2022-09-05readmeAUTOMATIC-2/+3
2022-09-05add split attention layer optimization from ↵AUTOMATIC-1/+44
https://github.com/basujindal/stable-diffusion/pull/117
2022-09-04added credits sectionAUTOMATIC-2/+9
2022-09-04ESRGAN supportAUTOMATIC-31/+327
2022-09-04added UI config file: ui-config.jsonAUTOMATIC-2/+49
2022-09-04moved images toAUTOMATIC-217/+34
2022-09-04save grids created by scriptsAUTOMATIC-1/+5
2022-09-04added poor man's inpainting scriptAUTOMATIC-51/+193
2022-09-03fix for sampler not working in X/Y plot scriptAUTOMATIC-2/+3
2022-09-03fix for broken image saving when using non-default directoryAUTOMATIC-1/+1
2022-09-03option to invert mask for inpaintingAUTOMATIC-5/+18
2022-09-03fix to make scripts that failed to compile not crash the programAUTOMATIC-11/+15
2022-09-03Merge pull request #60 from hentailord85ez/file-not-found-fixAUTOMATIC1111-0/+3
Don't iterate over scripts if it doesn't exist
2022-09-03Merge pull request #59 from hentailord85ez/masterAUTOMATIC1111-1/+1
Fixed typo 'medram' -> 'medvram' in webui.py
2022-09-03scriptsAUTOMATIC-2/+278
2022-09-03Don't iterate over scripts if it doesn't existhentailord85ez-0/+3
2022-09-03Fixed typo 'medram' -> 'medvram' in webui.pyhentailord85ez-1/+1
2022-09-03option to unload GFPGAN after usingAUTOMATIC-3/+13
2022-09-03support for scriptsAUTOMATIC-152/+181
2022-09-03split codebase into multiple files; to anyone this affects negatively: sorryAUTOMATIC-2037/+2219
2022-09-03load GFPGAN once and keep it in memory for #53AUTOMATIC-1/+9
2022-09-03fix for webui.bat to support python with spaces in namesAUTOMATIC-1/+1
2022-09-03Update to support embedding with length greater than 1.AUTOMATIC-7/+10
2022-09-02this should send the currently selected image to other tabs instead of the firstAUTOMATIC-9/+46
2022-09-02readme clarificationsAUTOMATIC-1/+1
2022-09-02change webui.bat to use venvAUTOMATIC-7/+46
2022-09-02Change SD upscales to save as images rather than grids and to respect image ↵AUTOMATIC-1/+2
saving settings.
2022-09-02Merge pull request #50 from deggua/automatic_masterAUTOMATIC1111-1/+0
Fix for fill latent zeros/noise in masking mode
2022-09-02Merge branch 'master' into automatic_masterdeggua-13/+13
2022-09-02Removed unnecessary condition check for maskingdeggua-1/+0
2022-09-02fix for bad data in saved text files when batch size or batch cunt > 1AUTOMATIC-18/+17
2022-09-02Forgot to remove the broken linesdeggua-7/+0
2022-09-02Fix for fill latent zeros/noise in masking modedeggua-0/+6
2022-09-02fixambigious line in readmeAUTOMATIC-1/+1
2022-09-02buttons for sending images to tabsAUTOMATIC-26/+89
2022-09-02more clarifications for the readmeAUTOMATIC-1/+8
2022-09-02COMMANDLINE_ARGS clarification addedAUTOMATIC-1/+2
2022-09-02bat file for installing and launchingAUTOMATIC-4/+144
2022-09-02saving text files along with images for >>88400870AUTOMATIC-1/+8
2022-09-02README update for low VRAM users.AUTOMATIC-10/+14
2022-09-02fix for torch 1.12.1 loading saved file from torch 1.11AUTOMATIC-0/+2
2022-09-02added detection if SD repo is located in a current directoryAUTOMATIC-1/+3