aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_settings.py
Commit message (Collapse)AuthorAgeFilesLines
* Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-021-1/+1
|
* add an option to show selected setting in main txt2img/img2img UIAUTOMATIC2023-05-311-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