aboutsummaryrefslogtreecommitdiff
path: root/webui.sh
AgeCommit message (Collapse)Author
2022-12-03Revert most launch.py changes, add mac user scriptbrkirch
Adds an addition file to read environment variables from when the webui.sh is run from macOS.
2022-12-01Fix run as root flagbrkirch
Even though -f enables running webui.sh as root, the -f flag will also be passed to launch.py, causing it to exit with a usage message. This adds a line to launch.py to remove the -f flag if present. In addition to the above, all the letters in the command line arguments after each '-' were being processed for 'f' and "illegal option" was displayed for each letter that didn't match. Instead, this commit silences those errors and stops processing if the first flag doesn't start with '-f'.
2022-11-27Merge pull request #1904 from EternalNooblet/devAUTOMATIC1111
Added a flag to run as root if needed
2022-11-09Optional Accelerate Launchd8ahazard
2022-10-29webui.sh: no automatic git pullMackerel
2022-10-18Pass arguments from bash to pythonMatthew Clark
2022-10-16revert changes to two bat files I asked to revert but the author couldn't in ↵AUTOMATIC
863e9efc19d2811f1db5055be8e346781df3f7ce.
2022-10-16Pull out some of URL to Env Variable (#2578)Zeithrold
* moved repository url to changeable environment variable * move stable diffusion repo itself to env * added missing env * Remove default URL Co-authored-by: AUTOMATIC1111 <16777216c@gmail.com>
2022-10-15Fix prerequisites check in webui.shDaniel M
- Check the actually used `$python_cmd` and `$GIT` executables instead of the hardcoded ones - Fix typo in comment
2022-10-07added a flag to run as root if neededEternalNooblet
2022-09-30Uppercase for env var LAUNCH_SCRIPTAndrew Savchyn
2022-09-30Configurable launch scriptAndrew Savchyn
2022-09-26Disable sentry loggingDepFA
2022-09-21removed TORCH_COMMAND section from webui.sh andbenbot
added correct torchvision version to default torch install command
2022-09-18Fix bad bad torch command variablesafentisFox
2022-09-18change () to "" in .sh scripts because export AAA=(BBB CCC) sets AAA to BBB ↵AUTOMATIC
and does not export anything whoever put that in .sh files - shame on you
2022-09-14remove model files checkorionaskatu
2022-09-14fix on torch_command + tested on debianorionaskatu
2022-09-14rewrite for launch.py - untestedorionaskatu
2022-09-14install/launch scripts for linuxorionaskatu