aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_settings.py
Commit message (Collapse)AuthorAgeFilesLines
* repair unload sd checkpoint buttonAUTOMATIC11112023-10-151-7/+17
|
* add search field to settingsAUTOMATIC11112023-10-011-2/+14
|
* Action to calculate all SD checkpoint hashesw-e-w2023-08-311-0/+19
|
* Do not change quicksettings value when value returned is `None`catboxanon2023-08-291-1/+1
|
* Open raw sysinfo link in new pagecatboxanon2023-08-041-1/+1
|
* use submit blur for quick settings textboxw-e-w2023-07-121-7/+14
|
* Merge pull request #10956 from akx/lenAUTOMATIC11112023-06-051-1/+1
|\ | | | | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
| * Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-021-1/+1
| |
* | add whitelist for environment in the reportAUTOMATIC2023-06-041-1/+1
| | | | | | | | add extra link to view the report instead of downloading it
* | Added sysinfo tab to settingsAUTOMATIC2023-06-031-1/+27
|/
* 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