Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-10-15 | Fix prerequisites check in webui.sh | Daniel M | -2/+2 | |
- Check the actually used `$python_cmd` and `$GIT` executables instead of the hardcoded ones - Fix typo in comment | ||||
2022-10-07 | added a flag to run as root if needed | EternalNooblet | -1/+13 | |
2022-09-30 | Uppercase for env var LAUNCH_SCRIPT | Andrew Savchyn | -3/+3 | |
2022-09-30 | Configurable launch script | Andrew Savchyn | -1/+6 | |
2022-09-26 | Disable sentry logging | DepFA | -0/+3 | |
2022-09-21 | removed TORCH_COMMAND section from webui.sh and | benbot | -6/+0 | |
added correct torchvision version to default torch install command | ||||
2022-09-18 | Fix bad bad torch command variable | safentisFox | -1/+1 | |
2022-09-18 | change () to "" in .sh scripts because export AAA=(BBB CCC) sets AAA to BBB ↵ | AUTOMATIC | -1/+1 | |
and does not export anything whoever put that in .sh files - shame on you | ||||
2022-09-14 | remove model files check | orionaskatu | -21/+0 | |
2022-09-14 | fix on torch_command + tested on debian | orionaskatu | -0/+6 | |
2022-09-14 | rewrite for launch.py - untested | orionaskatu | -74/+8 | |
2022-09-14 | install/launch scripts for linux | orionaskatu | -0/+220 | |