aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-04ESRGAN supportAUTOMATIC
2022-09-04added UI config file: ui-config.jsonAUTOMATIC
2022-09-04moved images toAUTOMATIC
2022-09-04save grids created by scriptsAUTOMATIC
2022-09-04added poor man's inpainting scriptAUTOMATIC
2022-09-03fix for sampler not working in X/Y plot scriptAUTOMATIC
2022-09-03fix for broken image saving when using non-default directoryAUTOMATIC
2022-09-03option to invert mask for inpaintingAUTOMATIC
2022-09-03fix to make scripts that failed to compile not crash the programAUTOMATIC
2022-09-03Merge pull request #60 from hentailord85ez/file-not-found-fixAUTOMATIC1111
Don't iterate over scripts if it doesn't exist
2022-09-03Merge pull request #59 from hentailord85ez/masterAUTOMATIC1111
Fixed typo 'medram' -> 'medvram' in webui.py
2022-09-03scriptsAUTOMATIC
2022-09-03Don't iterate over scripts if it doesn't existhentailord85ez
2022-09-03Fixed typo 'medram' -> 'medvram' in webui.pyhentailord85ez
2022-09-03option to unload GFPGAN after usingAUTOMATIC
2022-09-03support for scriptsAUTOMATIC
2022-09-03split codebase into multiple files; to anyone this affects negatively: sorryAUTOMATIC
2022-09-03load GFPGAN once and keep it in memory for #53AUTOMATIC
2022-09-03fix for webui.bat to support python with spaces in namesAUTOMATIC
2022-09-03Update to support embedding with length greater than 1.AUTOMATIC
2022-09-02this should send the currently selected image to other tabs instead of the firstAUTOMATIC
2022-09-02readme clarificationsAUTOMATIC
2022-09-02change webui.bat to use venvAUTOMATIC
2022-09-02Change SD upscales to save as images rather than grids and to respect image ↵AUTOMATIC
saving settings.
2022-09-02Merge pull request #50 from deggua/automatic_masterAUTOMATIC1111
Fix for fill latent zeros/noise in masking mode
2022-09-02Merge branch 'master' into automatic_masterdeggua
2022-09-02Removed unnecessary condition check for maskingdeggua
2022-09-02fix for bad data in saved text files when batch size or batch cunt > 1AUTOMATIC
2022-09-02Forgot to remove the broken linesdeggua
2022-09-02Fix for fill latent zeros/noise in masking modedeggua
2022-09-02fixambigious line in readmeAUTOMATIC
2022-09-02buttons for sending images to tabsAUTOMATIC
2022-09-02more clarifications for the readmeAUTOMATIC
2022-09-02COMMANDLINE_ARGS clarification addedAUTOMATIC
2022-09-02bat file for installing and launchingAUTOMATIC
2022-09-02saving text files along with images for >>88400870AUTOMATIC
2022-09-02README update for low VRAM users.AUTOMATIC
2022-09-02fix for torch 1.12.1 loading saved file from torch 1.11AUTOMATIC
2022-09-02added detection if SD repo is located in a current directoryAUTOMATIC
2022-09-02option to disable ((())) and [[[]]]AUTOMATIC
2022-09-02fix error messages not appearingAUTOMATIC
2022-09-01fix for #43AUTOMATIC
2022-09-01fix images not displayed when not savingAUTOMATIC
fix lack of left padding for grids with 1 row
2022-09-01fix for broken extras tabAUTOMATIC
2022-09-01applied workaround for gradio 3.2AUTOMATIC
2022-09-01now things are going to workAUTOMATIC
2022-09-01added interrupt buttonAUTOMATIC
added save button --always-batch-cond-uncond as a workaround for performance regression option for low memory users specify gradio version as 3.1.5 because of what looks like a bug
2022-09-01actual support for share=True in gradioAUTOMATIC
2022-09-01clarifications for --lowvram and --medvram in readme.AUTOMATIC
2022-09-01quick fix for a broken filenameAUTOMATIC