Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-01-04 | Avoid unnecessary `isfile`/`exists` calls | Aarni Koskela | -2/+3 | |
2023-12-18 | only rewrite ui-config when there is change | w-e-w | -1/+1 | |
and a typo | ||||
2023-11-26 | json.dump(ensure_ascii=False) | w-e-w | -1/+1 | |
improve json readability | ||||
2023-09-11 | make InputAccordion work with ui-config | w-e-w | -7/+15 | |
2023-08-24 | fix incorrect save/display of new values in Defaults page in settings | AUTOMATIC1111 | -4/+13 | |
2023-08-10 | use default value if value error | w-e-w | -2/+2 | |
2023-08-10 | catch float ValueError default -1 | w-e-w | -1/+4 | |
2023-08-10 | fix a bug preventing normal operation if a string is added to a gr.Number ↵ | AUTOMATIC1111 | -0/+2 | |
component via ui-config.json | ||||
2023-08-10 | fix --use-textbox-seed | AUTOMATIC1111 | -1/+4 | |
2023-05-19 | allow hiding buttons in ui-config.json | AUTOMATIC | -1/+3 | |
2023-05-10 | add UI to edit defaults | AUTOMATIC | -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?) |