aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_loadsave.py
AgeCommit message (Collapse)AuthorLines
2024-01-04Avoid unnecessary `isfile`/`exists` callsAarni Koskela-2/+3
2023-12-18only rewrite ui-config when there is changew-e-w-1/+1
and a typo
2023-11-26json.dump(ensure_ascii=False)w-e-w-1/+1
improve json readability
2023-09-11make InputAccordion work with ui-configw-e-w-7/+15
2023-08-24fix incorrect save/display of new values in Defaults page in settingsAUTOMATIC1111-4/+13
2023-08-10use default value if value errorw-e-w-2/+2
2023-08-10catch float ValueError default -1w-e-w-1/+4
2023-08-10fix a bug preventing normal operation if a string is added to a gr.Number ↵AUTOMATIC1111-0/+2
component via ui-config.json
2023-08-10fix --use-textbox-seedAUTOMATIC1111-1/+4
2023-05-19allow hiding buttons in ui-config.jsonAUTOMATIC-1/+3
2023-05-10add UI to edit defaultsAUTOMATIC-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?)