aboutsummaryrefslogtreecommitdiffstats
path: root/launch.py
Commit message (Expand)AuthorAgeFilesLines
* fix #8492 breaking the program when the directory with code contains spaces.AUTOMATIC2023-03-121-2/+4
* do not import modules.paths in launch.pyAUTOMATIC2023-03-121-9/+8
* launch.py: fix failure because webui.sh's changesZhang Hua2023-03-111-7/+12
* use path to git from env variable for git_pull_recursiveAUTOMATIC2023-03-111-1/+3
* chore: added autostash flag to pullvladlearns2023-03-091-1/+1
* chore: removed scripts and added a flag to launch.pyvladlearns2023-03-091-1/+13
* fix --helpw-e-w2023-02-041-1/+1
* amend the error in previous commitAUTOMATIC2023-01-301-1/+1
* make linux launch.py use XFORMERS_PACKAGE var too; thanks, acncaguaAUTOMATIC2023-01-301-1/+1
* add an environment variable for selecting xformers packageAUTOMATIC2023-01-301-1/+2
* some more changes for python version warning; add a commandline flag to disableAUTOMATIC2023-01-281-6/+19
* remove waiting for input on version mismatch warning, change supported versionsAUTOMATIC2023-01-281-23/+12
* Made it only a warningSpaceginner2023-01-271-11/+28
* Only Linux will have max 3.11Spaceginner2023-01-261-3/+3
* Fixed typoSpaceginner2023-01-251-2/+2
* even more clarifications(?)Spaceginner2023-01-251-1/+1
* some clarificationSpaceginner2023-01-251-1/+2
* Remove a stacktrace from an assertion to not scare peopleSpaceginner2023-01-251-1/+4
* Added Python version checkSpaceginner2023-01-251-0/+12
* remove the pip install stuff because it does not work as i hoped it wouldAUTOMATIC2023-01-241-5/+0
* print progress when installing torchAUTOMATIC2023-01-241-3/+17
* make git commands not fail for extensions when you have spaces in webui direc...AUTOMATIC2023-01-241-4/+4
* Set Linux xformers 0.0.16RC425acncagua2023-01-241-1/+1
* add a message about new torch/xformers version and a way to upgrade by specif...AUTOMATIC2023-01-231-1/+2
* Merge pull request #5939 from petalas/petalas/torch-upgradeAUTOMATIC11112023-01-231-4/+2
|\
| * upgrading torch, torchvision, xformers (windows) to use u117Nick Petalas2023-01-161-4/+2
* | disable the new NaN check for the CIAUTOMATIC2023-01-171-0/+2
|/
* add --skip-install option to prevent running pip in launch.py and speedup lau...AUTOMATIC2023-01-161-0/+7
* clear envvar, add assertionVladimir Repin2023-01-101-0/+1
* add footer with versionsAUTOMATIC2023-01-051-4/+16
* Merge pull request #5361 from rick68/patch-1AUTOMATIC11112022-12-101-2/+2
|\
| * Update launch.pyHsiang-Cheng Yang2022-12-031-2/+2
* | Revert most launch.py changes, add mac user scriptbrkirch2022-12-031-18/+1
* | Fix run as root flagbrkirch2022-12-011-0/+1
* | Add support for macOS (Darwin) in launch.pybrkirch2022-12-011-1/+18
|/
* only run install.py for enabled extensionsAUTOMATIC2022-11-271-3/+24
* Merge pull request #4635 from mezotaken/masterAUTOMATIC11112022-11-271-10/+28
|\
| * Stop exporting cl args and upload stdout and stderr as artifactsVladimir Repin2022-11-141-0/+2
| * Propagate test error and try it without localhostVladimir Repin2022-11-141-3/+4
| * Tests separated for github-actions CIVladimir Repin2022-11-141-12/+24
| * Tests cleaned upVladimir Repin2022-11-121-1/+4
* | Add support Stable Diffusion 2.0AUTOMATIC2022-11-261-4/+8
* | moved deepdanbooru to pure pytorch implementationAUTOMATIC2022-11-201-5/+0
* | Fix env var namesAnas Abou Allaban2022-11-131-2/+2
|/
* run installers for newly installed extensionsAUTOMATIC2022-11-121-11/+15
* Update k-diffusion to release 0.0.10hentailord85ez2022-11-041-1/+1
* Merge branch 'AUTOMATIC1111:master' into fix_nowebui_argBilly Cao2022-11-031-4/+25
|\
| * add PYTHONPATH for extension's install.pyAUTOMATIC2022-11-011-3/+6
| * make launch.py run installers for extensions that have onesAUTOMATIC2022-11-011-2/+20
* | Fix --nowebui argument being ineffectiveBilly Cao2022-11-031-4/+7
|/