Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-11 | Update shared.py | KyuSeok Jung | |
2022-11-06 | Merge branch 'master' into master | KyuSeok Jung | |
2022-11-05 | tweak names a bit for new samplers | AUTOMATIC | |
2022-11-05 | Merge pull request #4304 from hentailord85ez/k-diffusion-update | AUTOMATIC1111 | |
Add support for the new DPM-Solver++ samplers added to k-diffusion | |||
2022-11-05 | Merge pull request #4329 from Blucknote/patch-1 | AUTOMATIC1111 | |
Python 3.8 typing compatibility | |||
2022-11-05 | Merge branch 'master' into fix/encode-pnginfo | evshiron | |
2022-11-05 | rework the code to not use the walrus operator because colab's 3.7 does not ↵ | AUTOMATIC | |
support it | |||
2022-11-05 | Python 3.8 typing compatibility | Evgeniy | |
Solves problems with ```Traceback (most recent call last): File "webui.py", line 201, in <module> webui() File "webui.py", line 178, in webui create_api(app) File "webui.py", line 117, in create_api from modules.api.api import Api File "H:\AIart\stable-diffusion\stable-diffusion-webui\modules\api\api.py", line 9, in <module> from modules.api.models import * File "H:\AIart\stable-diffusion\stable-diffusion-webui\modules\api\models.py", line 194, in <module> class SamplerItem(BaseModel): File "H:\AIart\stable-diffusion\stable-diffusion-webui\modules\api\models.py", line 196, in SamplerItem aliases: list[str] = Field(title="Aliases") TypeError: 'type' object is not subscriptable``` and ```Traceback (most recent call last): File "webui.py", line 201, in <module> webui() File "webui.py", line 178, in webui create_api(app) File "webui.py", line 117, in create_api from modules.api.api import Api File "H:\AIart\stable-diffusion\stable-diffusion-webui\modules\api\api.py", line 9, in <module> from modules.api.models import * File "H:\AIart\stable-diffusion\stable-diffusion-webui\modules\api\models.py", line 194, in <module> class SamplerItem(BaseModel): File "H:\AIart\stable-diffusion\stable-diffusion-webui\modules\api\models.py", line 197, in SamplerItem options: dict[str, str] = Field(title="Options") TypeError: 'type' object is not subscriptable``` | |||
2022-11-05 | Merge pull request #4297 from AUTOMATIC1111/aria1th-patch-1 | AUTOMATIC1111 | |
Fix errors from commit f2b697 with --hide-ui-dir-config | |||
2022-11-05 | Merge branch 'master' into feat/allow-origins | AUTOMATIC1111 | |
2022-11-05 | Merge pull request #4293 from AUTOMATIC1111/innovaciones-patch-1 | AUTOMATIC1111 | |
Open extensions links in new tab | |||
2022-11-05 | Merge pull request #4273 from Omegastick/ordered_hypernetworks | AUTOMATIC1111 | |
Sort hypernetworks list | |||
2022-11-05 | Merge pull request #3975 from aria1th/force-push-patch-13 | AUTOMATIC1111 | |
Save/loading AdamW optimizer (for hypernetworks) | |||
2022-11-05 | Merge pull request #4311 from aliencaocao/fix_typing_compat_for_brlow_python3.10 | AUTOMATIC1111 | |
Use typing.Optional instead of | to add support for Python 3.9 and below | |||
2022-11-05 | Merge pull request #4320 from papuSpartan/tls | AUTOMATIC1111 | |
Add support for SSL/TLS (provide Gradio TLS options) | |||
2022-11-05 | do not die when an extension's repo has no remote | AUTOMATIC | |
2022-11-05 | add support for tls (gradio tls options) | papuSpartan | |
2022-11-05 | Use typing.Optional instead of | to add support for Python 3.9 and below. | Billy Cao | |
2022-11-04 | Reorder samplers | hentailord85ez | |
2022-11-04 | Fix name | hentailord85ez | |
2022-11-04 | Add support for new DPM-Solver++ samplers | hentailord85ez | |
2022-11-04 | fix upscale loop erroneously applied multiple times | AUTOMATIC | |
2022-11-04 | Merge remote-tracking branch 'origin/master' | AUTOMATIC | |
2022-11-05 | Fix errors from commit f2b697 with --hide-ui-dir-config | AngelBottomless | |
https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/f2b69709eaff88fc3a2bd49585556ec0883bf5ea | |||
2022-11-05 | add --cors-allow-origins cmd opt | evshiron | |
2022-11-04 | Open extensions links in new tab | innovaciones | |
Fixed for "Available" tab | |||
2022-11-05 | Merge branch 'master' into fix/encode-pnginfo | evshiron | |
2022-11-04 | Merge pull request #4179 from AUTOMATIC1111/callback-structure | AUTOMATIC1111 | |
Convert callbacks into a private map, add utility functions | |||
2022-11-04 | remove private underscore indicator | DepFA | |
2022-11-04 | Sort straight out of the glob | Isaac Poulton | |
2022-11-04 | disable setting options via API until it is fixed by the author | AUTOMATIC | |
2022-11-04 | fix the error that prevents from setting some options | AUTOMATIC | |
2022-11-04 | Should be one underscore for module privates not two | DepFA | |
2022-11-04 | Sort hypernetworks | Isaac Poulton | |
2022-11-04 | remove ui option | TinkTheBoush | |
2022-11-04 | change option position to Training setting | TinkTheBoush | |
2022-11-04 | change process_one virtual function for script to process_batch, add extra ↵ | AUTOMATIC | |
args and docs | |||
2022-11-04 | fix one of previous merges breaking the program | AUTOMATIC | |
2022-11-04 | Update shared.py | AngelBottomless | |
2022-11-04 | Merge pull request #4182 from macrosoft/process_one | AUTOMATIC1111 | |
Process one | |||
2022-11-04 | Merge pull request #4196 from cobryan05/extras_no_rehash | AUTOMATIC1111 | |
extras - skip unnecessary second hash of image | |||
2022-11-04 | Merge pull request #4199 from Ju1-js/patch-1 | AUTOMATIC1111 | |
Make extension manager remote links open a new tab | |||
2022-11-04 | Merge branch 'master' into 7flash/fix-api-compatibility | AUTOMATIC1111 | |
2022-11-04 | Merge pull request #4178 from HeyImKyu/PreviewOnBatchCompletion | AUTOMATIC1111 | |
Added option to preview Created images on batch completion. | |||
2022-11-04 | Merge branch 'master' into fix-ckpt-cache | AUTOMATIC1111 | |
2022-11-04 | Merge pull request #4218 from bamarillo/utils-endpoints | AUTOMATIC1111 | |
[API][Feature] Utils endpoints | |||
2022-11-04 | bugfix: save image for hires fix BEFORE upscaling latent space | AUTOMATIC | |
2022-11-04 | produce a readable error message when setting an option fails on the ↵ | AUTOMATIC | |
settings screen | |||
2022-11-04 | add an option to enable installing extensions with --listen or --share | AUTOMATIC | |
2022-11-04 | only save if option is enabled | aria1th | |