Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-10-18 | add windows equivalent | DepFA | -1/+1 | |
2022-09-26 | Update webui.bat | DepFA | -0/+2 | |
2022-09-13 | moved most of functionality from webui.bat into cross-platform launch.py | AUTOMATIC | -106/+4 | |
moved stable diffusion dependencies into requirements.txt added checkout with specific commit hashes to all external repos | ||||
2022-09-13 | fixed version for GFPGAN and k-diffusion | AUTOMATIC | -4/+2 | |
made launcher always install requirements bumped basicsr to 1.4.2 because someone wanted it | ||||
2022-09-12 | remove check for model in bat entirely #240 | AUTOMATIC | -13/+1 | |
2022-09-12 | print git commit revision when launching webui | AUTOMATIC | -2/+4 | |
2022-09-11 | CLIP interrogator | AUTOMATIC | -3/+10 | |
2022-09-10 | split settings into three columns | AUTOMATIC | -4/+1 | |
added a different workaround for gradio mask bug with info in UI switched to newer gradio version | ||||
2022-09-09 | add missing reqs from PR | AUTOMATIC | -1/+1 | |
add missing check to autoinstall that will install fonts for existing users remove unusaed line from another PR | ||||
2022-09-09 | brought manual instructions up to date | AUTOMATIC | -12/+7 | |
reworked launching with different parameters | ||||
2022-09-08 | Fix webui.bat ignoring cmd line arguments, fix output img overflowing | safentisAuth | -1/+1 | |
2022-09-08 | Add settings file | Daniel Grenner | -0/+4 | |
Signed-off-by: Daniel Grenner <daniel.grenner@ingka.ikea.com> | ||||
2022-09-08 | Fix not being able to have spaces directory | Christian | -1/+1 | |
Adds quotes around the PYTHON path so that there can be spaces in parent folders. | ||||
2022-09-07 | codeformer support | AUTOMATIC | -1/+18 | |
2022-09-06 | change the main script to run from its directory rather stable diffusion; ↵ | AUTOMATIC | -2/+1 | |
this will change where images are saved by default because people are failing to find their images | ||||
2022-09-05 | Update webui.py to instruct python to install binary packages; this should ↵ | AUTOMATIC | -6/+6 | |
prevent errors people are getting with lacking C++ compilers | ||||
2022-09-03 | fix for webui.bat to support python with spaces in names | AUTOMATIC | -1/+1 | |
2022-09-03 | Update to support embedding with length greater than 1. | AUTOMATIC | -1/+1 | |
2022-09-02 | change webui.bat to use venv | AUTOMATIC | -4/+30 | |
2022-09-02 | bat file for installing and launching | AUTOMATIC | -0/+129 | |