aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-06added dependency for gfpganAUTOMATIC
2022-09-06redme updatesAUTOMATIC
2022-09-06change the main script to run from its directory rather stable diffusion; ↵AUTOMATIC
this will change where images are saved by default because people are failing to find their images
2022-09-06fix for progress barAUTOMATIC
2022-09-06added preview optionAUTOMATIC
2022-09-06added direction option for outpaintingAUTOMATIC
2022-09-06fixes for incorrect progressbarAUTOMATIC
2022-09-06fix grid overwriting bugAUTOMATIC
2022-09-06collab linkAUTOMATIC
2022-09-06some extra changes for collab compatibilityAUTOMATIC
2022-09-06readme extras for VRAM forAUTOMATIC
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
2022-09-06allow import as library for #72AUTOMATIC
2022-09-06readme clarificationAUTOMATIC
2022-09-06added progressbarAUTOMATIC
added an option to disable progressbar added interrupt support to DDIM/PLMS
2022-09-05added random artist buttonAUTOMATIC
added a setting for padding when doing inpaint at original resolution
2022-09-05add information about batch to the imageAUTOMATIC
2022-09-05added --listen option to make gradio listen on network requestsAUTOMATIC
2022-09-05fix for setting values for gradio sliders when users has bad data in ↵AUTOMATIC
ui-config.json
2022-09-05fix readme giving bad adviceAUTOMATIC
2022-09-05Update webui.py to instruct python to install binary packages; this should ↵AUTOMATIC
prevent errors people are getting with lacking C++ compilers
2022-09-05added gitignore as per #67AUTOMATIC
2022-09-05re-integrated tiling option as a UI elementAUTOMATIC
2022-09-05add an option to enable tiling image generationAUTOMATIC
2022-09-05bugfix (thx #88443949)AUTOMATIC
2022-09-05readmeAUTOMATIC
2022-09-05add split attention layer optimization from ↵AUTOMATIC
https://github.com/basujindal/stable-diffusion/pull/117
2022-09-04added credits sectionAUTOMATIC
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