aboutsummaryrefslogtreecommitdiff
path: root/launch.py
AgeCommit message (Collapse)Author
2023-03-11use path to git from env variable for git_pull_recursiveAUTOMATIC
2023-03-09chore: added autostash flag to pullvladlearns
2023-03-09chore: removed scripts and added a flag to launch.pyvladlearns
2023-02-04fix --helpw-e-w
show correct help message
2023-01-30amend the error in previous commitAUTOMATIC
2023-01-30make linux launch.py use XFORMERS_PACKAGE var too; thanks, acncaguaAUTOMATIC
2023-01-30add an environment variable for selecting xformers packageAUTOMATIC
2023-01-28some more changes for python version warning; add a commandline flag to disableAUTOMATIC
2023-01-28remove waiting for input on version mismatch warning, change supported versionsAUTOMATIC
2023-01-27Made it only a warningSpaceginner
2023-01-26Only Linux will have max 3.11Spaceginner
2023-01-25Fixed typoSpaceginner
2023-01-25even more clarifications(?)Spaceginner
i have no idea what commit message should be
2023-01-25some clarificationSpaceginner
2023-01-25Remove a stacktrace from an assertion to not scare peopleSpaceginner
2023-01-25Added Python version checkSpaceginner
2023-01-25remove the pip install stuff because it does not work as i hoped it wouldAUTOMATIC
2023-01-24print progress when installing torchAUTOMATIC
add PIP_INSTALLER_LOCATION env var to install pip if it's not installed remove accidental call to accelerate when venv is disabled add another env var to skip venv - SKIP_VENV
2023-01-24make git commands not fail for extensions when you have spaces in webui ↵AUTOMATIC
directory
2023-01-24Set Linux xformers 0.0.16RC425acncagua
2023-01-23add a message about new torch/xformers version and a way to upgrade by ↵AUTOMATIC
specifying a commandline flag
2023-01-23Merge pull request #5939 from petalas/petalas/torch-upgradeAUTOMATIC1111
upgrading torch, torchvision, xformers (windows), to use cu117
2023-01-17disable the new NaN check for the CIAUTOMATIC
2023-01-16upgrading torch, torchvision, xformers (windows) to use u117Nick Petalas
2023-01-16add --skip-install option to prevent running pip in launch.py and speedup ↵AUTOMATIC
launch a bit
2023-01-10clear envvar, add assertionVladimir Repin
2023-01-05add footer with versionsAUTOMATIC
2022-12-10Merge pull request #5361 from rick68/patch-1AUTOMATIC1111
Update launch.py
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-03Update launch.pyHsiang-Cheng Yang
fix a typo
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-12-01Add support for macOS (Darwin) in launch.pybrkirch
2022-11-27only run install.py for enabled extensionsAUTOMATIC
2022-11-27Merge pull request #4635 from mezotaken/masterAUTOMATIC1111
CI tests with github-actions and some improvements to testing
2022-11-26Add support Stable Diffusion 2.0AUTOMATIC
2022-11-20moved deepdanbooru to pure pytorch implementationAUTOMATIC
2022-11-14Stop exporting cl args and upload stdout and stderr as artifactsVladimir Repin
2022-11-14Propagate test error and try it without localhostVladimir Repin
2022-11-14Tests separated for github-actions CIVladimir Repin
2022-11-12Fix env var namesAnas Abou Allaban
2022-11-12Tests cleaned upVladimir Repin
2022-11-12run installers for newly installed extensionsAUTOMATIC
2022-11-04Update k-diffusion to release 0.0.10hentailord85ez
2022-11-03Merge branch 'AUTOMATIC1111:master' into fix_nowebui_argBilly Cao
2022-11-03Fix --nowebui argument being ineffectiveBilly Cao
2022-11-01add PYTHONPATH for extension's install.pyAUTOMATIC
2022-11-01make launch.py run installers for extensions that have onesAUTOMATIC
add some more classes to safety module for an extension
2022-10-30always add --api when running testsAUTOMATIC
2022-10-30launch tests from launch.py with --tests commandline argumentAUTOMATIC
2022-10-24update deepdanbooru versionjudgeou