97 Commits (d25c4b13e4be0c89401637c769e3634e7ee456a7)

Author SHA1 Message Date
Zhang Hua 1fa1ab5249
launch.py: fix failure because webui.sh's changes
launch.py: using getcwd() instead curdir

launch.py: use absolute path for preparing

also remove chdir()

launch.py: use absolute path for test

launch.py: add default script_path and data_path
3 years ago
AUTOMATIC 1ace16e799 use path to git from env variable for git_pull_recursive 3 years ago
vladlearns 13081dd45e chore: added autostash flag to pull 3 years ago
vladlearns b07b7057f0 chore: removed scripts and added a flag to launch.py 3 years ago
w-e-w dd20fc0fda fix --help
show correct help message
3 years ago
AUTOMATIC 2c1bb46c7a amend the error in previous commit 3 years ago
AUTOMATIC 19de2a626b make linux launch.py use XFORMERS_PACKAGE var too; thanks, acncagua 3 years ago
AUTOMATIC cbd6329488 add an environment variable for selecting xformers package 3 years ago
AUTOMATIC bd52a6d899 some more changes for python version warning; add a commandline flag to disable 3 years ago
AUTOMATIC 7d1f2a3a49 remove waiting for input on version mismatch warning, change supported versions 3 years ago
Spaceginner 9ecf1e827c
Made it only a warning 3 years ago
Spaceginner 1619233a74
Only Linux will have max 3.11 3 years ago
Spaceginner f5d73b6a66
Fixed typo 3 years ago
Spaceginner 0cc5f380d5
even more clarifications(?)
i have no idea what commit message should be
3 years ago
Spaceginner 2de99d62dd
some clarification 3 years ago
Spaceginner 57096823fa
Remove a stacktrace from an assertion to not scare people 3 years ago
Spaceginner e425b9812b
Added Python version check 3 years ago
AUTOMATIC 48a15821de remove the pip install stuff because it does not work as i hoped it would 3 years ago
AUTOMATIC 93fad28a97 print progress when installing torch
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
3 years ago
AUTOMATIC dac45299dd make git commands not fail for extensions when you have spaces in webui directory 3 years ago
acncagua 078e16e4d3 Set Linux xformers 0.0.16RC425 3 years ago
AUTOMATIC 7ff1ef77dd add a message about new torch/xformers version and a way to upgrade by specifying a commandline flag 3 years ago
AUTOMATIC1111 56f63cd498
Merge pull request #5939 from petalas/petalas/torch-upgrade
upgrading torch, torchvision, xformers (windows), to use cu117
3 years ago
AUTOMATIC c361b89026 disable the new NaN check for the CI 3 years ago
Nick Petalas c091cf1b4a upgrading torch, torchvision, xformers (windows) to use u117 3 years ago
AUTOMATIC 52f6e94338 add --skip-install option to prevent running pip in launch.py and speedup launch a bit 3 years ago
Vladimir Repin 76a21b9626 clear envvar, add assertion 3 years ago
AUTOMATIC 997461d3dd add footer with versions 3 years ago
AUTOMATIC1111 59c2dfe1e6
Merge pull request #5361 from rick68/patch-1
Update launch.py
3 years ago
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.
3 years ago
Hsiang-Cheng Yang b7ef99634c
Update launch.py
fix a typo
3 years ago
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'.
3 years ago
brkirch 79953e9b8b Add support for macOS (Darwin) in launch.py 3 years ago
AUTOMATIC 89d8804768 only run install.py for enabled extensions 3 years ago
AUTOMATIC1111 8c8ad93bb5
Merge pull request #4635 from mezotaken/master
CI tests with github-actions and some improvements to testing
3 years ago
AUTOMATIC ce6911158b Add support Stable Diffusion 2.0 3 years ago
AUTOMATIC c81d440d87 moved deepdanbooru to pure pytorch implementation 3 years ago
Vladimir Repin 9e4f68acad
Stop exporting cl args and upload stdout and stderr as artifacts 3 years ago
Vladimir Repin 0646040667 Propagate test error and try it without localhost 3 years ago
Vladimir Repin 93d6c0209a Tests separated for github-actions CI 3 years ago
Anas Abou Allaban 084cf04390 Fix env var names 3 years ago
Vladimir Repin 007f4f7314 Tests cleaned up 3 years ago
AUTOMATIC 98947d173e run installers for newly installed extensions 3 years ago
hentailord85ez c0f7dbda33
Update k-diffusion to release 0.0.10 3 years ago
Billy Cao 688aa2c9c1
Merge branch 'AUTOMATIC1111:master' into fix_nowebui_arg 3 years ago
Billy Cao fb1374791b Fix --nowebui argument being ineffective 3 years ago
AUTOMATIC b85e83c3bd add PYTHONPATH for extension's install.py 3 years ago
AUTOMATIC d35bf64945 make launch.py run installers for extensions that have ones
add some more classes to safety module for an extension
3 years ago
AUTOMATIC 5a6e0cfba6 always add --api when running tests 3 years ago
AUTOMATIC 59dfe0845d launch tests from launch.py with --tests commandline argument 3 years ago