aboutsummaryrefslogtreecommitdiffstats
path: root/webui.bat
AgeCommit message (Collapse)AuthorLines
2023-10-15support webui.settings.batWon-Kyu Park-0/+4
2023-09-1320230913 setup GIT_PYTHON_GIT_EXECUTABLE for GitPythonDer Chien-0/+1
2023-06-05Restart: only do restart if running via the wrapper scriptAarni Koskela-1/+1
2023-06-03a yet another method to restart webuiAUTOMATIC-0/+2
2023-01-25remove the pip install stuff because it does not work as i hoped it wouldAUTOMATIC-2/+11
2023-01-24print progress when installing torchAUTOMATIC-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
2023-01-15fix paths with parenthesesVladimir Repin-1/+1
2023-01-11repair #6612AUTOMATIC-5/+5
2023-01-10make VENV envvar accept absolute path instead of relativeVladimir Repin-3/+3
2022-11-10Fix accelerate check when spaces in pathd8ahazard-4/+3
2022-11-09Optional Accelerate Launchd8ahazard-0/+13
2022-10-18add windows equivalentDepFA-1/+1
2022-09-26Update webui.batDepFA-0/+2
2022-09-13moved most of functionality from webui.bat into cross-platform launch.pyAUTOMATIC-106/+4
moved stable diffusion dependencies into requirements.txt added checkout with specific commit hashes to all external repos
2022-09-13fixed version for GFPGAN and k-diffusionAUTOMATIC-4/+2
made launcher always install requirements bumped basicsr to 1.4.2 because someone wanted it
2022-09-12remove check for model in bat entirely #240AUTOMATIC-13/+1
2022-09-12print git commit revision when launching webuiAUTOMATIC-2/+4
2022-09-11CLIP interrogatorAUTOMATIC-3/+10
2022-09-10split settings into three columnsAUTOMATIC-4/+1
added a different workaround for gradio mask bug with info in UI switched to newer gradio version
2022-09-09add missing reqs from PRAUTOMATIC-1/+1
add missing check to autoinstall that will install fonts for existing users remove unusaed line from another PR
2022-09-09brought manual instructions up to dateAUTOMATIC-12/+7
reworked launching with different parameters
2022-09-08Fix webui.bat ignoring cmd line arguments, fix output img overflowingsafentisAuth-1/+1
2022-09-08Add settings fileDaniel Grenner-0/+4
Signed-off-by: Daniel Grenner <daniel.grenner@ingka.ikea.com>
2022-09-08Fix not being able to have spaces directoryChristian-1/+1
Adds quotes around the PYTHON path so that there can be spaces in parent folders.
2022-09-07codeformer supportAUTOMATIC-1/+18
2022-09-06change 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-05Update 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-03fix for webui.bat to support python with spaces in namesAUTOMATIC-1/+1
2022-09-03Update to support embedding with length greater than 1.AUTOMATIC-1/+1
2022-09-02change webui.bat to use venvAUTOMATIC-4/+30
2022-09-02bat file for installing and launchingAUTOMATIC-0/+129