aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared_items.py
AgeCommit message (Collapse)AuthorLines
2023-08-12move seed, variation seed and variation seed strength to a single row, dump ↵AUTOMATIC1111-0/+1
resize seed from UI add a way for scripts to register a callback for before/after just a single component's creation
2023-08-12put refiner into main UI, into the new accordions sectionAUTOMATIC1111-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
2023-08-09split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC1111-0/+49
import errors related to shared.py
2023-05-31add an option to show selected setting in main txt2img/img2img UIAUTOMATIC-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
2023-05-31change UI reorder setting to multiselectAUTOMATIC-0/+17
2023-05-27custom unet supportAUTOMATIC-0/+11
2023-05-18make it possible for scripts to add cross attention optimizationsAUTOMATIC-0/+8
add UI selection for cross attention optimization
2023-02-19remove unneeded return from #7583AUTOMATIC-1/+1
2023-02-06call modules.sd_vae.refresh_vae_list()EllangoK-1/+1
2023-01-27remove the need to place configs near modelsAUTOMATIC-1/+14
2023-01-26add an option to enable sections from extras tab in txt2img/img2imgAUTOMATIC-0/+10
fix some style inconsistenices