aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared_items.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for DAT upscaler modelsn0kovo2024-01-181-0/+5
|
* rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC11112024-01-011-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
* infotext.py: rename usages in the codebaseAUTOMATIC11112024-01-011-2/+2
|
* infotext updates: add option to disregard certain infotext fields, add ↵AUTOMATIC11112023-12-021-0/+16
| | | | option to not include VAE in infotext, add explanation to infotext settings page, move some options to infotext settings page
* added compact prompt optionAUTOMATIC11112023-11-051-0/+2
|
* option use short name for checkpoint dropdownw-e-w2023-09-081-2/+2
|
* move seed, variation seed and variation seed strength to a single row, dump ↵AUTOMATIC11112023-08-121-0/+1
| | | | | | resize seed from UI add a way for scripts to register a callback for before/after just a single component's creation
* put refiner into main UI, into the new accordions sectionAUTOMATIC11112023-08-121-2/+2
| | | | | | add VAE from main model into infotext, not from refiner model option to make scripts UI without gr.Group fix inconsistencies with refiner when usings samplers that do more denoising than steps
* split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC11112023-08-091-0/+49
| | | | import errors related to shared.py
* 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