Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-08-07 | fix extra_options_section misbehaving when there's just one extra_options ↵ | AUTOMATIC1111 | -1/+2 | |
element | ||||
2023-08-07 | Options in main UI update | AUTOMATIC1111 | -8/+31 | |
- 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-05 | need Reload UI not Restart | w-e-w | -2/+2 | |
2023-06-02 | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions | Aarni Koskela | -1/+1 | |
2023-05-31 | add an option to show selected setting in main txt2img/img2img UI | AUTOMATIC | -0/+48 | |
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 |