aboutsummaryrefslogtreecommitdiffstats
path: root/launch.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|\ | | | | CI tests with github-actions and some improvements to testing
| * 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
| | | | | | | | add some more classes to safety module for an extension
* | Fix --nowebui argument being ineffectiveBilly Cao2022-11-031-4/+7
|/
* always add --api when running testsAUTOMATIC2022-10-301-0/+3
|
* launch tests from launch.py with --tests commandline argumentAUTOMATIC2022-10-301-0/+19
|
* update deepdanbooru versionjudgeou2022-10-241-1/+1
|
* Add xformers message.ふぁ2022-10-191-2/+8
|
* remove shared option for update check (because it is not an argument of webui)AUTOMATIC2022-10-181-10/+9
| | | | have launch.py examine both COMMANDLINE_ARGS as well as argv for its arguments
* Make update check commandline option, give response on all paths.DepFA2022-10-181-10/+19
|
* move update check to after dep installationDepFA2022-10-181-11/+11
|
* add update warning to launch.pyDepFA2022-10-181-0/+11
|
* Pull out some of URL to Env Variable (#2578)Zeithrold2022-10-161-7/+16
| | | | | | | | | | | * moved repository url to changeable environment variable * move stable diffusion repo itself to env * added missing env * Remove default URL Co-authored-by: AUTOMATIC1111 <16777216c@gmail.com>
* fix typoC43H66N12O12S22022-10-151-1/+1
|
* Update launch.pyC43H66N12O12S22022-10-151-1/+1
|
* Update launch.pyC43H66N12O12S22022-10-151-2/+3
|
* fix #2588 breaking launch.py (. . .)AUTOMATIC2022-10-151-2/+3
|
* Move index_url args into run_pip.Cassy-Lee2022-10-151-8/+8
|
* Update launch.pyCassy-Lee2022-10-151-6/+7
| | | Allow change set --index-url for pip.
* fix typoChucklesTheBeard2022-10-141-1/+1
|
* Added installation of pyngrok if neededJamnedZ2022-10-111-0/+4
|
* change prebuilt wheelC43H66N12O12S22022-10-101-1/+1
|
* reshuffle the code a bit in launcher to keep functions in one place for #2069AUTOMATIC2022-10-091-36/+41
|
* Shielded launch enviroment creation stuff from multiprocessingGreendayle2022-10-091-89/+85
|
* Merge branch 'master' into dev/deepdanbooruGreendayle2022-10-081-1/+1
|\
| * check for 3.10C43H66N12O12S22022-10-081-1/+1
| |
* | made deepdanbooru optional, added to readme, automatic download of deepbooru ↵Greendayle2022-10-081-0/+4
|/ | | | model
* simplify xfrmers options: --xformers to enable and that's itAUTOMATIC2022-10-081-1/+1
|
* Update launch.pyC43H66N12O12S22022-10-081-1/+1
|
* check for OS and env variableC43H66N12O12S22022-10-081-2/+7
|
* install xformersC43H66N12O12S22022-10-081-0/+3
|
* fix bad output for error when updating a git repoAUTOMATIC2022-10-061-1/+1
|
* update k-diff once againC43H66N12O12S22022-10-061-1/+1
|
* update k-diffusionC43H66N12O12S22022-10-061-1/+1
|
* support for downloading new commit hash for git reposAUTOMATIC2022-10-061-0/+9
|
* move CLIP out of requirements and into launcher to make it possible to ↵AUTOMATIC2022-10-021-0/+4
| | | | launch the program offline
* remove unwanted formatting/functionality from the PRAUTOMATIC2022-09-301-6/+1
|
* Merge remote-tracking branch 'upstream/master' into ModelLoaderd8ahazard2022-09-301-5/+6
|\