aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/extra-options-section
AgeCommit message (Collapse)AuthorLines
2024-01-01rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC1111-2/+2
infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests
2024-01-01infotext.py: rename usages in the codebaseAUTOMATIC1111-2/+2
2023-12-10Number of columns slider: max count set to 20, add description infokaalibro-1/+1
2023-12-09Assign id for "extra_options". Replace numeric field with slider in Settings.kaalibro-2/+3
2023-12-02split UI settings page into manyAUTOMATIC1111-5/+8
2023-08-14separate Extra optionsw-e-w-5/+7
2023-08-07fix extra_options_section misbehaving when there's just one extra_options ↵AUTOMATIC1111-1/+2
element
2023-08-07Options in main UI updateAUTOMATIC1111-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-05need Reload UI not Restartw-e-w-2/+2
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/+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