aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_common.py
AgeCommit message (Collapse)Author
2023-08-12make "send to" buttons into small tool buttonsAUTOMATIC1111
2023-08-09split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC1111
import errors related to shared.py
2023-08-05fix refresh button for stylesAUTOMATIC1111
2023-08-04Curse you, gradio!!! fixes broken refresh button #12309AUTOMATIC1111
2023-08-04gradio 3.39AUTOMATIC1111
2023-08-03add style editor dialogAUTOMATIC1111
rework toprow for img2img and txt2img to use a class with fields fix the console error when editing checkpoint user metadata
2023-07-15add padding and identification to generation log section (Failed to find ↵AUTOMATIC1111
Loras, Used embeddings, etc...)
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-24Changed 'images.zip' to generation by patternstrelokhalfer
2023-04-29bump gradio to 3.27AUTOMATIC
2023-03-27remove an extra unneeded row in outputsAUTOMATIC
2023-03-25update overflow-wrap: break-word; for gradio 3.23AUTOMATIC
2023-03-25hide delete button for single-item dropdownAUTOMATIC
more stylistic changes
2023-03-25initial gradio 3.22 supportAUTOMATIC
2023-02-14Allow extensions to declare paste fields for "Send to X" buttonsspace-nuko
2023-01-30make it so that setting options in pasted infotext (like Clip Skip and ENSD) ↵AUTOMATIC
do not get applied directly and instead are added as temporary overrides
2023-01-23fix open directory button failingAUTOMATIC
2023-01-23rework extras tab to use script systemAUTOMATIC