aboutsummaryrefslogtreecommitdiff
path: root/modules/shared_items.py
AgeCommit message (Collapse)Author
2024-01-01rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC1111
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
2023-12-02infotext updates: add option to disregard certain infotext fields, add ↵AUTOMATIC1111
option to not include VAE in infotext, add explanation to infotext settings page, move some options to infotext settings page
2023-11-05added compact prompt optionAUTOMATIC1111
2023-09-08option use short name for checkpoint dropdownw-e-w
2023-08-12move seed, variation seed and variation seed strength to a single row, dump ↵AUTOMATIC1111
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
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
import errors related to shared.py
2023-05-31add an option to show selected setting in main txt2img/img2img UIAUTOMATIC
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
2023-05-27custom unet supportAUTOMATIC
2023-05-18make it possible for scripts to add cross attention optimizationsAUTOMATIC
add UI selection for cross attention optimization
2023-02-19remove unneeded return from #7583AUTOMATIC
2023-02-06call modules.sd_vae.refresh_vae_list()EllangoK
2023-01-27remove the need to place configs near modelsAUTOMATIC
2023-01-26add an option to enable sections from extras tab in txt2img/img2imgAUTOMATIC
fix some style inconsistenices