aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared_items.py
Commit message (Collapse)AuthorAgeFilesLines
* add an option to show selected setting in main txt2img/img2img UIAUTOMATIC2023-05-311-0/+10
| | | | | | 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
* change UI reorder setting to multiselectAUTOMATIC2023-05-311-0/+17
|
* custom unet supportAUTOMATIC2023-05-271-0/+11
|
* make it possible for scripts to add cross attention optimizationsAUTOMATIC2023-05-181-0/+8
| | | | add UI selection for cross attention optimization
* remove unneeded return from #7583AUTOMATIC2023-02-191-1/+1
|
* call modules.sd_vae.refresh_vae_list()EllangoK2023-02-061-1/+1
|
* remove the need to place configs near modelsAUTOMATIC2023-01-271-1/+14
|
* add an option to enable sections from extras tab in txt2img/img2imgAUTOMATIC2023-01-261-0/+10
fix some style inconsistenices