aboutsummaryrefslogtreecommitdiffstats
path: root/webui.py
Commit message (Collapse)AuthorAgeFilesLines
* update #14354AUTOMATIC11112023-12-301-1/+1
|
* Update webui.pyMuhammad Rehan Aslam2023-12-191-1/+1
| | | Co-authored-by: Aarni Koskela <akx@iki.fi>
* Update webui.pyMuhammad Rehan Aslam2023-12-181-1/+1
| | | Added (Fixed) IPV6 Functionality When there is No Webui Argument Passed
* consolidate local checkw-e-w2023-08-271-1/+1
|
* non-local conditionw-e-w2023-08-271-1/+1
|
* add --loglevel commandline argument for loggingAUTOMATIC11112023-08-091-2/+0
| | | | remove the progressbar for extension installation in favor of logging output
* split webui.py's initialization and utility functions into separate filesAUTOMATIC11112023-08-091-334/+34
|
* split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC11112023-08-091-5/+6
| | | | import errors related to shared.py
* Merge branch 'dev' into auro-autolaunchw-e-w2023-08-081-36/+10
|\
| * fix: enable before_ui_callback when api only mode (fixes #7984)王怀宗2023-08-071-0/+1
| |
| * SD VAE rework 2AUTOMATIC11112023-08-071-1/+1
| | | | | | | | | | | | | | - the setting for preferring opts.sd_vae has been inverted and reworded - resolve_vae function made easier to read and now returns an object rather than a tuple - if the checkbox for overriding per-model preferences is checked, opts.sd_vae overrides checkpoint user metadata - changing VAE in user metadata for currently loaded model immediately applies the selection
| * add gradio version warningAUTOMATIC11112023-08-041-34/+7
| |
| * fix linter issuesAUTOMATIC11112023-08-031-2/+2
| |
* | setting: Automatically open webui in browser on startupw-e-w2023-08-081-4/+11
|/
* Merge pull request #11958 from AUTOMATIC1111/conserve-ramAUTOMATIC11112023-07-291-2/+2
|\ | | | | Use less RAM when creating models
| * Use less RAM when creating modelsAUTOMATIC11112023-07-241-2/+2
| |
* | api only subpath (rootpath)w-e-w2023-07-251-1/+1
|/ | | | Co-Authored-By: 陈杰 <pythias@gmail.com>
* typo fixJabasukuriputo Wang2023-07-211-1/+1
|
* skip installing packages with pip if theyare already installedAUTOMATIC11112023-07-171-4/+5
| | | | record time it took to launch
* fix for #11478AUTOMATIC11112023-07-081-2/+2
|
* Merge pull request #11478 from catalpaaa/subpathAUTOMATIC11112023-07-081-6/+6
|\ | | | | Fixing --subpath on newer gradio version
| * fixing --subpath on newer gradio versioncatalpaaa2023-06-281-6/+6
| |
* | Add SD_WEBUI_LOG_LEVEL envvarAarni Koskela2023-07-031-0/+11
| |
* | remove fastapi.Responsew-e-w2023-06-121-1/+1
| |
* | move _stop route to apiw-e-w2023-06-121-7/+0
|/
* SD_WEBUI_RESTARTINGw-e-w2023-06-051-1/+1
|
* restore old disable --autolaunchw-e-w2023-06-051-0/+3
|
* rework-disable-autolaunchw-e-w2023-06-051-4/+1
|
* remove redundantw-e-w2023-06-021-3/+0
|
* remove redundant call list_optimizers()w-e-w2023-06-021-1/+0
|
* Merge branch 'dev' into startup-profileAUTOMATIC2023-06-011-16/+28
|\
| * Upgrade xformersSakura-Luna2023-05-281-1/+1
| |
| * custom unet supportAUTOMATIC2023-05-271-0/+4
| |
| * possible fix for empty list of optimizations #10605AUTOMATIC2023-05-231-3/+14
| |
| * Merge pull request #10623 from akx/bump-gradioAUTOMATIC11112023-05-221-11/+4
| |\ | | | | | | Bump gradio to 3.32
| | * Upgrade Gradio, remove docs URL hackAarni Koskela2023-05-221-11/+4
| | |
| * | run basic torch calculation at startup in parallel to reduce the performance ↵AUTOMATIC2023-05-211-1/+3
| |/ | | | | | | impact of first generation
| * Add a couple `from __future__ import annotations`es for Py3.9 compatAarni Koskela2023-05-201-0/+2
| |
* | work on startup profile displayAUTOMATIC2023-05-201-5/+9
|/
* Merge branch 'ui-selection-for-cross-attention-optimization' into devAUTOMATIC2023-05-201-0/+10
|\
| * make it possible for scripts to add cross attention optimizationsAUTOMATIC2023-05-181-0/+10
| | | | | | | | add UI selection for cross attention optimization
* | Deduplicate webui.py initial-load/reload codeAarni Koskela2023-05-191-50/+34
| |
* | Refactor gradio authAarni Koskela2023-05-191-8/+29
| |
* | Note pending PR for app_kwargsAarni Koskela2023-05-191-0/+1
| |
* | Refactor configure opts_onchange outAarni Koskela2023-05-191-7/+9
| |
* | Refactor configure_sigint_handler outAarni Koskela2023-05-191-9/+13
| |
* | Refactor validate_tls_options out, fix typo (keyfile was there twice)Aarni Koskela2023-05-191-15/+18
| |
* | Simplify CORS middleware configurationAarni Koskela2023-05-191-8/+16
| |
* | Deduplicate default extra network registrationAarni Koskela2023-05-191-10/+6
| |
* | Fix typo "intialize"Aarni Koskela2023-05-191-2/+2
|/