aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_components.py
AgeCommit message (Collapse)Author
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-10fix for multiple input accordionsAUTOMATIC1111
2023-08-10comment for InputAccordionAUTOMATIC1111
2023-08-10add a custom UI element that combines accordion and checkboxAUTOMATIC1111
rework hires fix UI to use accordion prevent bogus progress output in console when calculating hires fix dimensions
2023-08-04gradio 3.39AUTOMATIC1111
2023-04-29Allow user input for gradio theme selectionAUTOMATIC
2023-03-25initial gradio 3.22 supportAUTOMATIC
2023-01-26add an option to enable sections from extras tab in txt2img/img2imgAUTOMATIC
fix some style inconsistenices
2023-01-23rework extras tab to use script systemAUTOMATIC
2023-01-22split oversize extras.py to postprocessing.pyAUTOMATIC
2023-01-21extra networks UIAUTOMATIC
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
2023-01-10change color selector in settings to be part of formAUTOMATIC
2023-01-07rework hires fix preview for #6437: movie it to where it takes less place, ↵AUTOMATIC
make it actually account for all relevant sliders and calculate dimensions correctly
2023-01-03styling rework to make things more compactAUTOMATIC
2023-01-01make refresh buttons look more niceAUTOMATIC