aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_loadsave.py
Commit message (Collapse)AuthorAgeFilesLines
* Avoid unnecessary `isfile`/`exists` callsAarni Koskela2024-01-031-2/+3
|
* only rewrite ui-config when there is changew-e-w2023-12-181-1/+1
| | | | and a typo
* json.dump(ensure_ascii=False)w-e-w2023-11-261-1/+1
| | | | improve json readability
* make InputAccordion work with ui-configw-e-w2023-09-111-7/+15
|
* fix incorrect save/display of new values in Defaults page in settingsAUTOMATIC11112023-08-241-4/+13
|
* use default value if value errorw-e-w2023-08-101-2/+2
|
* catch float ValueError default -1w-e-w2023-08-101-1/+4
|
* fix a bug preventing normal operation if a string is added to a gr.Number ↵AUTOMATIC11112023-08-101-0/+2
| | | | component via ui-config.json
* fix --use-textbox-seedAUTOMATIC11112023-08-101-1/+4
|
* allow hiding buttons in ui-config.jsonAUTOMATIC2023-05-191-1/+3
|
* add UI to edit defaultsAUTOMATIC2023-05-101-0/+208
allow setting defaults for elements in extensions' tabs fix a problem with ESRGAN upscalers disappearing after UI reload implicit change: HTML element id for train tab from tab_ti to tab_train (will this break things?)