Fionn Langhans
cb64439f41
Bugfix: Use /usr/bin/env bash instead of just /bin/bash
...
The problem: Some Linux distrubutions, like NixOS, use a
non-standard filesystem. This causes the bash program to not
be at /bin/bash (though /usr/bin/env is always there).
2022-12-12 21:27:46 +01:00
brkirch
5ec8981df4
Revert most launch.py changes, add mac user script
...
Adds an addition file to read environment variables from when the webui.sh is run from macOS.
2022-12-03 06:44:59 -05:00
brkirch
bef36597cc
Fix run as root flag
...
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-12-01 04:49:49 -05:00
AUTOMATIC1111
88a01f94a8
Merge pull request #1904 from EternalNooblet/dev
...
Added a flag to run as root if needed
2022-11-27 14:17:44 +03:00
d8ahazard
0a54bd3395
Optional Accelerate Launch
2022-11-09 11:15:17 -06:00
Mackerel
6515dedf57
webui.sh: no automatic git pull
2022-10-29 11:59:50 -04:00
Matthew Clark
bdf1a8903a
Pass arguments from bash to python
2022-10-18 17:24:21 +03:00
AUTOMATIC
bd4f0fb9d9
revert changes to two bat files I asked to revert but the author couldn't in 863e9efc19
.
2022-10-16 10:14:27 +03:00
Zeithrold
863e9efc19
Pull out some of URL to Env Variable ( #2578 )
...
* 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-16 10:13:18 +03:00
Daniel M
6a4e846710
Fix prerequisites check in webui.sh
...
- Check the actually used `$python_cmd` and `$GIT` executables instead
of the hardcoded ones
- Fix typo in comment
2022-10-15 10:29:41 +03:00
EternalNooblet
065364445d
added a flag to run as root if needed
2022-10-07 15:25:01 -04:00
Andrew Savchyn
d18daafb8b
Uppercase for env var LAUNCH_SCRIPT
2022-09-30 12:59:47 +03:00
Andrew Savchyn
fcfe2e9ffd
Configurable launch script
2022-09-30 12:59:47 +03:00
DepFA
e61da308ba
Disable sentry logging
2022-09-26 16:19:47 +03:00
benbot
d6e8d85e30
removed TORCH_COMMAND section from webui.sh and
...
added correct torchvision version to default torch install command
2022-09-21 16:04:13 +03:00
safentisFox
7b0f402b66
Fix bad bad torch command variable
2022-09-18 16:55:57 +03:00
AUTOMATIC
7476593014
change () to "" in .sh scripts because export AAA=(BBB CCC) sets AAA to BBB and does not export anything
...
whoever put that in .sh files - shame on you
2022-09-18 15:07:14 +03:00
orionaskatu
a0e819de90
remove model files check
2022-09-14 10:45:25 +03:00
orionaskatu
d62fbcc5aa
fix on torch_command + tested on debian
2022-09-14 10:45:25 +03:00
orionaskatu
7bf76af40a
rewrite for launch.py - untested
2022-09-14 10:45:25 +03:00
orionaskatu
efc8ed13e1
install/launch scripts for linux
2022-09-14 10:45:25 +03:00