Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | ||||||
* | install xformers | C43H66N12O12S2 | 2022-10-08 | 1 | -0/+3 | |
| | ||||||
* | fix bad output for error when updating a git repo | AUTOMATIC | 2022-10-06 | 1 | -1/+1 | |
| | ||||||
* | update k-diff once again | C43H66N12O12S2 | 2022-10-06 | 1 | -1/+1 | |
| | ||||||
* | update k-diffusion | C43H66N12O12S2 | 2022-10-06 | 1 | -1/+1 | |
| | ||||||
* | support for downloading new commit hash for git repos | AUTOMATIC | 2022-10-06 | 1 | -0/+9 | |
| | ||||||
* | move CLIP out of requirements and into launcher to make it possible to ↵ | AUTOMATIC | 2022-10-02 | 1 | -0/+4 | |
| | | | | launch the program offline | |||||
* | remove unwanted formatting/functionality from the PR | AUTOMATIC | 2022-09-30 | 1 | -6/+1 | |
| | ||||||
* | Merge remote-tracking branch 'upstream/master' into ModelLoader | d8ahazard | 2022-09-30 | 1 | -5/+6 | |
|\ |