aboutsummaryrefslogtreecommitdiff
path: root/extensions-builtin/extra-options-section
AgeCommit message (Collapse)Author
2023-08-07fix extra_options_section misbehaving when there's just one extra_options ↵AUTOMATIC1111
element
2023-08-07Options in main UI updateAUTOMATIC1111
- correctly read values from pasted infotext - setting for column count - infotext paste: do not add a field to override settings if some other component is already handling it
2023-08-05need Reload UI not Restartw-e-w
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela
2023-05-31add an option to show selected setting in main txt2img/img2img UIAUTOMATIC
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