Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support webui.settings.bat | Won-Kyu Park | 2023-10-14 | 1 | -0/+4 |
| | |||||
* | 20230913 setup GIT_PYTHON_GIT_EXECUTABLE for GitPython | Der Chien | 2023-09-13 | 1 | -0/+1 |
| | |||||
* | Restart: only do restart if running via the wrapper script | Aarni Koskela | 2023-06-05 | 1 | -1/+1 |
| | |||||
* | a yet another method to restart webui | AUTOMATIC | 2023-06-03 | 1 | -0/+2 |
| | |||||
* | remove the pip install stuff because it does not work as i hoped it would | AUTOMATIC | 2023-01-24 | 1 | -2/+11 |
| | |||||
* | print progress when installing torch | AUTOMATIC | 2023-01-24 | 1 | -3/+5 |
| | | | | | | add PIP_INSTALLER_LOCATION env var to install pip if it's not installed remove accidental call to accelerate when venv is disabled add another env var to skip venv - SKIP_VENV | ||||
* | fix paths with parentheses | Vladimir Repin | 2023-01-15 | 1 | -1/+1 |
| | |||||
* | repair #6612 | AUTOMATIC | 2023-01-10 | 1 | -5/+5 |
| | |||||
* | make VENV envvar accept absolute path instead of relative | Vladimir Repin | 2023-01-10 | 1 | -3/+3 |
| | |||||
* | Fix accelerate check when spaces in path | d8ahazard | 2022-11-10 | 1 | -4/+3 |
| | |||||
* | Optional Accelerate Launch | d8ahazard | 2022-11-09 | 1 | -0/+13 |
| | |||||
* | add windows equivalent | DepFA | 2022-10-18 | 1 | -1/+1 |
| | |||||
* | Update webui.bat | DepFA | 2022-09-26 | 1 | -0/+2 |
| | |||||
* | moved most of functionality from webui.bat into cross-platform launch.py | AUTOMATIC | 2022-09-13 | 1 | -106/+4 |
| | | | | | moved stable diffusion dependencies into requirements.txt added checkout with specific commit hashes to all external repos | ||||
* | fixed version for GFPGAN and k-diffusion | AUTOMATIC | 2022-09-12 | 1 | -4/+2 |
| | | | | | made launcher always install requirements bumped basicsr to 1.4.2 because someone wanted it | ||||
* | remove check for model in bat entirely #240 | AUTOMATIC | 2022-09-12 | 1 | -13/+1 |
| | |||||
* | print git commit revision when launching webui | AUTOMATIC | 2022-09-12 | 1 | -2/+4 |
| | |||||
* | CLIP interrogator | AUTOMATIC | 2022-09-11 | 1 | -3/+10 |
| | |||||
* | split settings into three columns | AUTOMATIC | 2022-09-10 | 1 | -4/+1 |
| | | | | | added a different workaround for gradio mask bug with info in UI switched to newer gradio version | ||||
* | add missing reqs from PR | AUTOMATIC | 2022-09-09 | 1 | -1/+1 |
| | | | | | add missing check to autoinstall that will install fonts for existing users remove unusaed line from another PR | ||||
* | brought manual instructions up to date | AUTOMATIC | 2022-09-09 | 1 | -12/+7 |
| | | | | reworked launching with different parameters | ||||
* | Fix webui.bat ignoring cmd line arguments, fix output img overflowing | safentisAuth | 2022-09-08 | 1 | -1/+1 |
| | |||||
* | Add settings file | Daniel Grenner | 2022-09-08 | 1 | -0/+4 |
| | | | | Signed-off-by: Daniel Grenner <daniel.grenner@ingka.ikea.com> | ||||
* | Fix not being able to have spaces directory | Christian | 2022-09-07 | 1 | -1/+1 |
| | | | Adds quotes around the PYTHON path so that there can be spaces in parent folders. | ||||
* | codeformer support | AUTOMATIC | 2022-09-07 | 1 | -1/+18 |
| | |||||
* | change the main script to run from its directory rather stable diffusion; ↵ | AUTOMATIC | 2022-09-06 | 1 | -2/+1 |
| | | | | this will change where images are saved by default because people are failing to find their images | ||||
* | Update webui.py to instruct python to install binary packages; this should ↵ | AUTOMATIC | 2022-09-05 | 1 | -6/+6 |
| | | | | prevent errors people are getting with lacking C++ compilers | ||||
* | 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 | 1 | -1/+1 |
| | |||||
* | change webui.bat to use venv | AUTOMATIC | 2022-09-02 | 1 | -4/+30 |
| | |||||
* | bat file for installing and launching | AUTOMATIC | 2022-09-02 | 1 | -0/+129 |