aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_common.py
AgeCommit message (Collapse)AuthorLines
2024-01-20add docstringArturo Albacete-0/+1
2024-01-20restore saving fieldsArturo Albacete-1/+1
2024-01-20skip if headers haven't changedArturo Albacete-3/+5
2024-01-20merge devArturo Albacete-9/+10
2024-01-18parse_generation_parameters with no skip_fieldsw-e-w-1/+1
2024-01-18save_files info base on infotextsw-e-w-9/+10
2024-01-16reuse variable for log file pathArturo Albacete-1/+1
2024-01-16- expand fields to include model name and hashArturo Albacete-2/+45
- write these in the CSV log file - ensure old log files are updated w.r.t delimiter count
2024-01-04Have upscale button use the same seed as hires fix.AUTOMATIC1111-13/+13
2024-01-01added a button to run hires fix on selected image in the galleryAUTOMATIC1111-22/+35
2024-01-01rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC1111-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
2024-01-01infotext.py: rename usages in the codebaseAUTOMATIC1111-2/+2
2023-11-05added compact prompt optionAUTOMATIC1111-6/+9
2023-08-27fix style editing dialog breaking if it's opened in both img2img and txt2img ↵AUTOMATIC1111-1/+1
tabs
2023-08-18Gallery: Set preview to True, allow custom heightcatboxanon-1/+1
2023-08-12make "send to" buttons into small tool buttonsAUTOMATIC1111-5/+9
2023-08-09split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC1111-3/+1
import errors related to shared.py
2023-08-05fix refresh button for stylesAUTOMATIC1111-1/+1
2023-08-04Curse you, gradio!!! fixes broken refresh button #12309AUTOMATIC1111-2/+2
2023-08-04gradio 3.39AUTOMATIC1111-1/+1
2023-08-03add style editor dialogAUTOMATIC1111-4/+28
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-4/+5
Loras, Used embeddings, etc...)
2023-05-31add an option to show selected setting in main txt2img/img2img UIAUTOMATIC-0/+23
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-2/+7
2023-04-29bump gradio to 3.27AUTOMATIC-1/+1
2023-03-27remove an extra unneeded row in outputsAUTOMATIC-2/+1
2023-03-25update overflow-wrap: break-word; for gradio 3.23AUTOMATIC-2/+2
2023-03-25hide delete button for single-item dropdownAUTOMATIC-1/+1
more stylistic changes
2023-03-25initial gradio 3.22 supportAUTOMATIC-1/+2
2023-02-14Allow extensions to declare paste fields for "Send to X" buttonsspace-nuko-1/+8
2023-01-30make it so that setting options in pasted infotext (like Clip Skip and ENSD) ↵AUTOMATIC-1/+5
do not get applied directly and instead are added as temporary overrides
2023-01-23fix open directory button failingAUTOMATIC-1/+1
2023-01-23rework extras tab to use script systemAUTOMATIC-0/+202