Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-26 | Add support Stable Diffusion 2.0 | AUTOMATIC | |
2022-11-20 | moved deepdanbooru to pure pytorch implementation | AUTOMATIC | |
2022-11-12 | Fix env var names | Anas Abou Allaban | |
2022-11-12 | run installers for newly installed extensions | AUTOMATIC | |
2022-11-04 | Update k-diffusion to release 0.0.10 | hentailord85ez | |
2022-11-03 | Merge branch 'AUTOMATIC1111:master' into fix_nowebui_arg | Billy Cao | |
2022-11-03 | Fix --nowebui argument being ineffective | Billy Cao | |
2022-11-01 | add PYTHONPATH for extension's install.py | AUTOMATIC | |
2022-11-01 | make launch.py run installers for extensions that have ones | AUTOMATIC | |
add some more classes to safety module for an extension | |||
2022-10-30 | always add --api when running tests | AUTOMATIC | |
2022-10-30 | launch tests from launch.py with --tests commandline argument | AUTOMATIC | |
2022-10-24 | update deepdanbooru version | judgeou | |
2022-10-19 | Add xformers message. | ふぁ | |
2022-10-18 | remove shared option for update check (because it is not an argument of webui) | AUTOMATIC | |
have launch.py examine both COMMANDLINE_ARGS as well as argv for its arguments | |||
2022-10-18 | Make update check commandline option, give response on all paths. | DepFA | |
2022-10-18 | move update check to after dep installation | DepFA | |
2022-10-18 | add update warning to launch.py | DepFA | |
2022-10-16 | Pull out some of URL to Env Variable (#2578) | Zeithrold | |
* 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> | |||
2022-10-15 | fix typo | C43H66N12O12S2 | |
2022-10-15 | Update launch.py | C43H66N12O12S2 | |
2022-10-15 | Update launch.py | C43H66N12O12S2 | |
2022-10-15 | fix #2588 breaking launch.py (. . .) | AUTOMATIC | |
2022-10-15 | Move index_url args into run_pip. | Cassy-Lee | |
2022-10-15 | Update launch.py | Cassy-Lee | |
Allow change set --index-url for pip. | |||
2022-10-14 | fix typo | ChucklesTheBeard | |
2022-10-11 | Added installation of pyngrok if needed | JamnedZ | |
2022-10-10 | change prebuilt wheel | C43H66N12O12S2 | |
2022-10-09 | reshuffle the code a bit in launcher to keep functions in one place for #2069 | AUTOMATIC | |
2022-10-09 | Shielded launch enviroment creation stuff from multiprocessing | Greendayle | |
2022-10-08 | Merge branch 'master' into dev/deepdanbooru | Greendayle | |
2022-10-08 | made deepdanbooru optional, added to readme, automatic download of deepbooru ↵ | Greendayle | |
model | |||
2022-10-08 | check for 3.10 | C43H66N12O12S2 | |
2022-10-08 | simplify xfrmers options: --xformers to enable and that's it | AUTOMATIC | |
2022-10-08 | Update launch.py | C43H66N12O12S2 | |
2022-10-08 | check for OS and env variable | C43H66N12O12S2 | |
2022-10-08 | install xformers | C43H66N12O12S2 | |
2022-10-06 | fix bad output for error when updating a git repo | AUTOMATIC | |
2022-10-06 | update k-diff once again | C43H66N12O12S2 | |
2022-10-06 | update k-diffusion | C43H66N12O12S2 | |
2022-10-06 | support for downloading new commit hash for git repos | AUTOMATIC | |
2022-10-02 | move CLIP out of requirements and into launcher to make it possible to ↵ | AUTOMATIC | |
launch the program offline | |||
2022-09-30 | remove unwanted formatting/functionality from the PR | AUTOMATIC | |
2022-09-29 | Merge remote-tracking branch 'upstream/master' into ModelLoader | d8ahazard | |
2022-09-29 | Holy $hit. | d8ahazard | |
Yep. Fix gfpgan_model_arch requirement(s). Add Upscaler base class, move from images. Add a lot of methods to Upscaler. Re-work all the child upscalers to be proper classes. Add BSRGAN scaler. Add ldsr_model_arch class, removing the dependency for another repo that just uses regular latent-diffusion stuff. Add one universal method that will always find and load new upscaler models without having to add new "setup_model" calls. Still need to add command line params, but that could probably be automated. Add a "self.scale" property to all Upscalers so the scalers themselves can do "things" in response to the requested upscaling size. Ensure LDSR doesn't get stuck in a longer loop of "upscale/downscale/upscale" as we try to reach the target upscale size. Add typehints for IDE sanity. PEP-8 improvements. Moar. | |||
2022-09-29 | added --exit for notebooks | AUTOMATIC | |
2022-09-29 | update k-diffusion | C43H66N12O12S2 | |
2022-09-28 | clone k-diffusion instead of installing it via pip, and do not install its ↵ | AUTOMATIC | |
requirements.txt | |||
2022-09-28 | added support for automatically installing latest k-diffusion | AUTOMATIC | |
added eta parameter to parameters output for generated images split eta settings into ancestral and ddim (because they have different default values) | |||
2022-09-28 | change the version of k-diffusion. It still won't be installed unless you ↵ | AUTOMATIC | |
are installing from scratch, though. | |||
2022-09-27 | Fix variable name typo in error message for launch.py | Alex Offshore | |
COMMANDINE_ARGS -> COMMANDLINE_ARGS |