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