Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | always add --api when running tests | AUTOMATIC | 2022-10-30 | 1 | -0/+3 |
| | |||||
* | launch tests from launch.py with --tests commandline argument | AUTOMATIC | 2022-10-30 | 1 | -0/+19 |
| | |||||
* | update deepdanbooru version | judgeou | 2022-10-24 | 1 | -1/+1 |
| | |||||
* | Add xformers message. | ふぁ | 2022-10-19 | 1 | -2/+8 |
| | |||||
* | remove shared option for update check (because it is not an argument of webui) | AUTOMATIC | 2022-10-18 | 1 | -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. | DepFA | 2022-10-18 | 1 | -10/+19 |
| | |||||
* | move update check to after dep installation | DepFA | 2022-10-18 | 1 | -11/+11 |
| | |||||
* | add update warning to launch.py | DepFA | 2022-10-18 | 1 | -0/+11 |
| | |||||
* | Pull out some of URL to Env Variable (#2578) | Zeithrold | 2022-10-16 | 1 | -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 typo | C43H66N12O12S2 | 2022-10-15 | 1 | -1/+1 |
| | |||||
* | Update launch.py | C43H66N12O12S2 | 2022-10-15 | 1 | -1/+1 |
| | |||||
* | Update launch.py | C43H66N12O12S2 | 2022-10-15 | 1 | -2/+3 |
| | |||||
* | fix #2588 breaking launch.py (. . .) | AUTOMATIC | 2022-10-15 | 1 | -2/+3 |
| | |||||
* | Move index_url args into run_pip. | Cassy-Lee | 2022-10-15 | 1 | -8/+8 |
| | |||||
* | Update launch.py | Cassy-Lee | 2022-10-15 | 1 | -6/+7 |
| | | | Allow change set --index-url for pip. | ||||
* | fix typo | ChucklesTheBeard | 2022-10-14 | 1 | -1/+1 |
| | |||||
* | Added installation of pyngrok if needed | JamnedZ | 2022-10-11 | 1 | -0/+4 |
| | |||||
* | change prebuilt wheel | C43H66N12O12S2 | 2022-10-10 | 1 | -1/+1 |
| | |||||
* | reshuffle the code a bit in launcher to keep functions in one place for #2069 | AUTOMATIC | 2022-10-09 | 1 | -36/+41 |
| | |||||
* | Shielded launch enviroment creation stuff from multiprocessing | Greendayle | 2022-10-09 | 1 | -89/+85 |
| | |||||
* | Merge branch 'master' into dev/deepdanbooru | Greendayle | 2022-10-08 | 1 | -1/+1 |
|\ | |||||
| * | check for 3.10 | C43H66N12O12S2 | 2022-10-08 | 1 | -1/+1 |
| | | |||||
* | | made deepdanbooru optional, added to readme, automatic download of deepbooru ↵ | Greendayle | 2022-10-08 | 1 | -0/+4 |
|/ | | | | model | ||||
* | simplify xfrmers options: --xformers to enable and that's it | AUTOMATIC | 2022-10-08 | 1 | -1/+1 |
| | |||||
* | Update launch.py | C43H66N12O12S2 | 2022-10-08 | 1 | -1/+1 |
| | |||||
* | check for OS and env variable | C43H66N12O12S2 | 2022-10-08 | 1 | -2/+7 |
| |