aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/extra-options-section/scripts/extra_options_section.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14270 from kaalibro/extra-options-elem-idAUTOMATIC11112023-12-141-2/+3
| | | Assign id for "extra_options". Replace numeric field with slider.
* split UI settings page into manyAUTOMATIC11112023-12-021-5/+8
|
* separate Extra optionsw-e-w2023-08-141-5/+7
|
* fix extra_options_section misbehaving when there's just one extra_options ↵AUTOMATIC11112023-08-071-1/+2
| | | | element
* Options in main UI updateAUTOMATIC11112023-08-071-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
* need Reload UI not Restartw-e-w2023-08-051-2/+2
|
* 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/+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