aboutsummaryrefslogtreecommitdiffstats
path: root/webui.sh
Commit message (Collapse)AuthorAgeFilesLines
* Revert most launch.py changes, add mac user scriptbrkirch2022-12-031-0/+8
| | | | Adds an addition file to read environment variables from when the webui.sh is run from macOS.
* Fix run as root flagbrkirch2022-12-011-1/+2
| | | | | | 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'.
* Merge pull request #1904 from EternalNooblet/devAUTOMATIC11112022-11-271-1/+13
|\ | | | | Added a flag to run as root if needed
| * added a flag to run as root if neededEternalNooblet2022-10-071-1/+13
| |
* | Optional Accelerate Launchd8ahazard2022-11-091-4/+12
| |
* | webui.sh: no automatic git pullMackerel2022-10-291-4/+3
| |
* | Pass arguments from bash to pythonMatthew Clark2022-10-181-1/+1
| |
* | revert changes to two bat files I asked to revert but the author couldn't in ↵AUTOMATIC2022-10-161-6/+1
| | | | | | | | 863e9efc19d2811f1db5055be8e346781df3f7ce.
* | Pull out some of URL to Env Variable (#2578)Zeithrold2022-10-161-1/+6
| | | | | | | | | | | | | | | | | | | | | | * 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>
* | Fix prerequisites check in webui.shDaniel M2022-10-151-2/+2
|/ | | | | | - Check the actually used `$python_cmd` and `$GIT` executables instead of the hardcoded ones - Fix typo in comment
* Uppercase for env var LAUNCH_SCRIPTAndrew Savchyn2022-09-301-3/+3
|
* Configurable launch scriptAndrew Savchyn2022-09-301-1/+6
|
* Disable sentry loggingDepFA2022-09-261-0/+3
|
* removed TORCH_COMMAND section from webui.sh andbenbot2022-09-211-6/+0
| | | | added correct torchvision version to default torch install command
* Fix bad bad torch command variablesafentisFox2022-09-181-1/+1
|
* change () to "" in .sh scripts because export AAA=(BBB CCC) sets AAA to BBB ↵AUTOMATIC2022-09-181-1/+1
| | | | | | and does not export anything whoever put that in .sh files - shame on you
* remove model files checkorionaskatu2022-09-141-21/+0
|
* fix on torch_command + tested on debianorionaskatu2022-09-141-0/+6
|
* rewrite for launch.py - untestedorionaskatu2022-09-141-74/+8
|
* install/launch scripts for linuxorionaskatu2022-09-141-0/+220