aboutsummaryrefslogtreecommitdiffstats
path: root/webui.bat
Commit message (Collapse)AuthorAgeFilesLines
* support webui.settings.batWon-Kyu Park2023-10-141-0/+4
|
* 20230913 setup GIT_PYTHON_GIT_EXECUTABLE for GitPythonDer Chien2023-09-131-0/+1
|
* Restart: only do restart if running via the wrapper scriptAarni Koskela2023-06-051-1/+1
|
* a yet another method to restart webuiAUTOMATIC2023-06-031-0/+2
|
* remove the pip install stuff because it does not work as i hoped it wouldAUTOMATIC2023-01-241-2/+11
|
* print progress when installing torchAUTOMATIC2023-01-241-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 parenthesesVladimir Repin2023-01-151-1/+1
|
* repair #6612AUTOMATIC2023-01-101-5/+5
|
* make VENV envvar accept absolute path instead of relativeVladimir Repin2023-01-101-3/+3
|
* Fix accelerate check when spaces in pathd8ahazard2022-11-101-4/+3
|
* Optional Accelerate Launchd8ahazard2022-11-091-0/+13
|
* add windows equivalentDepFA2022-10-181-1/+1
|
* Update webui.batDepFA2022-09-261-0/+2
|
* moved most of functionality from webui.bat into cross-platform launch.pyAUTOMATIC2022-09-131-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-diffusionAUTOMATIC2022-09-121-4/+2
| | | | | made launcher always install requirements bumped basicsr to 1.4.2 because someone wanted it
* remove check for model in bat entirely #240AUTOMATIC2022-09-121-13/+1
|
* print git commit revision when launching webuiAUTOMATIC2022-09-121-2/+4
|
* CLIP interrogatorAUTOMATIC2022-09-111-3/+10
|
* split settings into three columnsAUTOMATIC2022-09-101-4/+1
| | | | | added a different workaround for gradio mask bug with info in UI switched to newer gradio version
* add missing reqs from PRAUTOMATIC2022-09-091-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 dateAUTOMATIC2022-09-091-12/+7
| | | | reworked launching with different parameters
* Fix webui.bat ignoring cmd line arguments, fix output img overflowingsafentisAuth2022-09-081-1/+1
|
* Add settings fileDaniel Grenner2022-09-081-0/+4
| | | | Signed-off-by: Daniel Grenner <daniel.grenner@ingka.ikea.com>
* Fix not being able to have spaces directoryChristian2022-09-071-1/+1
| | | Adds quotes around the PYTHON path so that there can be spaces in parent folders.
* codeformer supportAUTOMATIC2022-09-071-1/+18
|
* change the main script to run from its directory rather stable diffusion; ↵AUTOMATIC2022-09-061-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 ↵AUTOMATIC2022-09-051-6/+6
| | | | prevent errors people are getting with lacking C++ compilers
* fix for webui.bat to support python with spaces in namesAUTOMATIC2022-09-021-1/+1
|
* Update to support embedding with length greater than 1.AUTOMATIC2022-09-021-1/+1
|
* change webui.bat to use venvAUTOMATIC2022-09-021-4/+30
|
* bat file for installing and launchingAUTOMATIC2022-09-021-0/+129