aboutsummaryrefslogtreecommitdiff
path: root/webui.bat
AgeCommit message (Collapse)Author
2022-11-10Fix accelerate check when spaces in pathd8ahazard
2022-11-09Optional Accelerate Launchd8ahazard
2022-10-18add windows equivalentDepFA
2022-09-26Update webui.batDepFA
2022-09-13moved most of functionality from webui.bat into cross-platform launch.pyAUTOMATIC
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
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
2022-09-12print git commit revision when launching webuiAUTOMATIC
2022-09-11CLIP interrogatorAUTOMATIC
2022-09-10split settings into three columnsAUTOMATIC
added a different workaround for gradio mask bug with info in UI switched to newer gradio version
2022-09-09add missing reqs from PRAUTOMATIC
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
reworked launching with different parameters
2022-09-08Fix webui.bat ignoring cmd line arguments, fix output img overflowingsafentisAuth
2022-09-08Add settings fileDaniel Grenner
Signed-off-by: Daniel Grenner <daniel.grenner@ingka.ikea.com>
2022-09-08Fix not being able to have spaces directoryChristian
Adds quotes around the PYTHON path so that there can be spaces in parent folders.
2022-09-07codeformer supportAUTOMATIC
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-05Update webui.py to instruct python to install binary packages; this should ↵AUTOMATIC
prevent errors people are getting with lacking C++ compilers
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-02change webui.bat to use venvAUTOMATIC
2022-09-02bat file for installing and launchingAUTOMATIC