Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | fix #8492 breaking the program when the directory with code contains spaces. | AUTOMATIC | 2023-03-12 | 1 | -2/+4 | |
| | | ||||||
* | | do not import modules.paths in launch.py | AUTOMATIC | 2023-03-12 | 1 | -9/+8 | |
| | | ||||||
* | | launch.py: fix failure because webui.sh's changes | Zhang Hua | 2023-03-11 | 1 | -7/+12 | |
|/ | | | | | | | | | | | | 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 | |||||
* | use path to git from env variable for git_pull_recursive | AUTOMATIC | 2023-03-11 | 1 | -1/+3 | |
| | ||||||
* | chore: added autostash flag to pull | vladlearns | 2023-03-09 | 1 | -1/+1 | |
| | ||||||
* | chore: removed scripts and added a flag to launch.py | vladlearns | 2023-03-09 | 1 | -1/+13 | |
| | ||||||
* | fix --help | w-e-w | 2023-02-04 | 1 | -1/+1 | |
| | | | | show correct help message | |||||
* | amend the error in previous commit | AUTOMATIC | 2023-01-30 | 1 | -1/+1 | |
| | ||||||
* | make linux launch.py use XFORMERS_PACKAGE var too; thanks, acncagua | AUTOMATIC | 2023-01-30 | 1 | -1/+1 | |
| | ||||||
* | add an environment variable for selecting xformers package | AUTOMATIC | 2023-01-30 | 1 | -1/+2 | |
| | ||||||
* | some more changes for python version warning; add a commandline flag to disable | AUTOMATIC | 2023-01-28 | 1 | -6/+19 | |
| | ||||||
* | remove waiting for input on version mismatch warning, change supported versions | AUTOMATIC | 2023-01-28 | 1 | -23/+12 | |
| | ||||||
* | Made it only a warning | Spaceginner | 2023-01-27 | 1 | -11/+28 | |
| | ||||||
* | Only Linux will have max 3.11 | Spaceginner | 2023-01-26 | 1 | -3/+3 | |
| | ||||||
* | Fixed typo | Spaceginner | 2023-01-25 | 1 | -2/+2 | |
| | ||||||
* | even more clarifications(?) | Spaceginner | 2023-01-25 | 1 | -1/+1 | |
| | | | | i have no idea what commit message should be | |||||
* | some clarification | Spaceginner | 2023-01-25 | 1 | -1/+2 | |
| | ||||||
* | Remove a stacktrace from an assertion to not scare people | Spaceginner | 2023-01-25 | 1 | -1/+4 | |
| | ||||||
* | Added Python version check | Spaceginner | 2023-01-25 | 1 | -0/+12 | |
| | ||||||
* | remove the pip install stuff because it does not work as i hoped it would | AUTOMATIC | 2023-01-24 | 1 | -5/+0 | |
| | ||||||
* | print progress when installing torch | AUTOMATIC | 2023-01-24 | 1 | -3/+17 | |
| | | | | | | 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 | |||||
* | make git commands not fail for extensions when you have spaces in webui ↵ | AUTOMATIC | 2023-01-24 | 1 | -4/+4 | |
| | | | | directory | |||||
* | Set Linux xformers 0.0.16RC425 | acncagua | 2023-01-24 | 1 | -1/+1 | |
| | ||||||
* | add a message about new torch/xformers version and a way to upgrade by ↵ | AUTOMATIC | 2023-01-23 | 1 | -1/+2 | |
| | | | | specifying a commandline flag | |||||
* | Merge pull request #5939 from petalas/petalas/torch-upgrade | AUTOMATIC1111 | 2023-01-23 | 1 | -4/+2 | |
|\ | | | | | upgrading torch, torchvision, xformers (windows), to use cu117 | |||||
| * | upgrading torch, torchvision, xformers (windows) to use u117 | Nick Petalas | 2023-01-16 | 1 | -4/+2 | |
| | | ||||||
* | | disable the new NaN check for the CI | AUTOMATIC | 2023-01-17 | 1 | -0/+2 | |
|/ | ||||||
* | add --skip-install option to prevent running pip in launch.py and speedup ↵ | AUTOMATIC | 2023-01-16 | 1 | -0/+7 | |
| | | | | launch a bit | |||||
* | clear envvar, add assertion | Vladimir Repin | 2023-01-10 | 1 | -0/+1 | |
| | ||||||
* | add footer with versions | AUTOMATIC | 2023-01-05 | 1 | -4/+16 | |
| | ||||||
* | Merge pull request #5361 from rick68/patch-1 | AUTOMATIC1111 | 2022-12-10 | 1 | -2/+2 | |
|\ | | | | | Update launch.py | |||||
| * | Update launch.py | Hsiang-Cheng Yang | 2022-12-03 | 1 | -2/+2 | |
| | | | | | | fix a typo | |||||
* | | Revert most launch.py changes, add mac user script | brkirch | 2022-12-03 | 1 | -18/+1 | |
| | | | | | | | | Adds an addition file to read environment variables from when the webui.sh is run from macOS. | |||||
* | | Fix run as root flag | brkirch | 2022-12-01 | 1 | -0/+1 | |
| | | | | | | | | | | | | 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'. | |||||
* | | Add support for macOS (Darwin) in launch.py | brkirch | 2022-12-01 | 1 | -1/+18 | |
|/ | ||||||
* | only run install.py for enabled extensions | AUTOMATIC | 2022-11-27 | 1 | -3/+24 | |
| | ||||||
* | Merge pull request #4635 from mezotaken/master | AUTOMATIC1111 | 2022-11-27 | 1 | -10/+28 | |
|\ | | | | | CI tests with github-actions and some improvements to testing | |||||
| * | Stop exporting cl args and upload stdout and stderr as artifacts | Vladimir Repin | 2022-11-14 | 1 | -0/+2 | |
| | | ||||||
| * | Propagate test error and try it without localhost | Vladimir Repin | 2022-11-14 | 1 | -3/+4 | |
| | | ||||||
| * | Tests separated for github-actions CI | Vladimir Repin | 2022-11-14 | 1 | -12/+24 | |
| | | ||||||
| * | Tests cleaned up | Vladimir Repin | 2022-11-12 | 1 | -1/+4 | |
| | | ||||||
* | | Add support Stable Diffusion 2.0 | AUTOMATIC | 2022-11-26 | 1 | -4/+8 | |
| | | ||||||
* | | moved deepdanbooru to pure pytorch implementation | AUTOMATIC | 2022-11-20 | 1 | -5/+0 | |
| | | ||||||
* | | Fix env var names | Anas Abou Allaban | 2022-11-13 | 1 | -2/+2 | |
|/ | ||||||
* | run installers for newly installed extensions | AUTOMATIC | 2022-11-12 | 1 | -11/+15 | |
| | ||||||
* | Update k-diffusion to release 0.0.10 | hentailord85ez | 2022-11-04 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'AUTOMATIC1111:master' into fix_nowebui_arg | Billy Cao | 2022-11-03 | 1 | -4/+25 | |
|\ | ||||||
| * | add PYTHONPATH for extension's install.py | AUTOMATIC | 2022-11-01 | 1 | -3/+6 | |
| | | ||||||
| * | make launch.py run installers for extensions that have ones | AUTOMATIC | 2022-11-01 | 1 | -2/+20 | |
| | | | | | | | | add some more classes to safety module for an extension | |||||
* | | Fix --nowebui argument being ineffective | Billy Cao | 2022-11-03 | 1 | -4/+7 | |
|/ |