aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_settings.py
AgeCommit message (Collapse)AuthorLines
2023-10-15repair unload sd checkpoint buttonAUTOMATIC1111-7/+17
2023-10-01add search field to settingsAUTOMATIC1111-2/+14
2023-09-01Action to calculate all SD checkpoint hashesw-e-w-0/+19
2023-08-29Do not change quicksettings value when value returned is `None`catboxanon-1/+1
2023-08-04Open raw sysinfo link in new pagecatboxanon-1/+1
2023-07-12use submit blur for quick settings textboxw-e-w-7/+14
2023-06-05Merge pull request #10956 from akx/lenAUTOMATIC1111-1/+1
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
2023-06-04add whitelist for environment in the reportAUTOMATIC-1/+1
add extra link to view the report instead of downloading it
2023-06-03Added sysinfo tab to settingsAUTOMATIC-1/+27
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela-1/+1
2023-05-31add an option to show selected setting in main txt2img/img2img UIAUTOMATIC-0/+263
split some code from ui.py into ui_settings.py ui_gradio_edxtensions.py add before_process callback for scripts add ability for alwayson scripts to specify section and let user reorder those sections