aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_common.py
Commit message (Collapse)AuthorAgeFilesLines
* add docstringArturo Albacete2024-01-201-0/+1
|
* restore saving fieldsArturo Albacete2024-01-201-1/+1
|
* skip if headers haven't changedArturo Albacete2024-01-201-3/+5
|
* merge devArturo Albacete2024-01-201-9/+10
|\
| * parse_generation_parameters with no skip_fieldsw-e-w2024-01-171-1/+1
| |
| * save_files info base on infotextsw-e-w2024-01-171-9/+10
| |
* | reuse variable for log file pathArturo Albacete2024-01-161-1/+1
| |
* | - expand fields to include model name and hashArturo Albacete2024-01-161-2/+45
|/ | | | | - write these in the CSV log file - ensure old log files are updated w.r.t delimiter count
* Have upscale button use the same seed as hires fix.AUTOMATIC11112024-01-041-13/+13
|
* added a button to run hires fix on selected image in the galleryAUTOMATIC11112024-01-011-22/+35
|
* rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC11112024-01-011-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
* infotext.py: rename usages in the codebaseAUTOMATIC11112024-01-011-2/+2
|
* added compact prompt optionAUTOMATIC11112023-11-051-6/+9
|
* fix style editing dialog breaking if it's opened in both img2img and txt2img ↵AUTOMATIC11112023-08-271-1/+1
| | | | tabs
* Gallery: Set preview to True, allow custom heightcatboxanon2023-08-181-1/+1
|
* make "send to" buttons into small tool buttonsAUTOMATIC11112023-08-121-5/+9
|
* split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC11112023-08-091-3/+1
| | | | import errors related to shared.py
* fix refresh button for stylesAUTOMATIC11112023-08-051-1/+1
|
* Curse you, gradio!!! fixes broken refresh button #12309AUTOMATIC11112023-08-041-2/+2
|
* gradio 3.39AUTOMATIC11112023-08-041-1/+1
|
* add style editor dialogAUTOMATIC11112023-08-031-4/+28
| | | | | rework toprow for img2img and txt2img to use a class with fields fix the console error when editing checkpoint user metadata
* add padding and identification to generation log section (Failed to find ↵AUTOMATIC11112023-07-151-4/+5
| | | | Loras, Used embeddings, etc...)
* add an option to show selected setting in main txt2img/img2img UIAUTOMATIC2023-05-311-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
* Changed 'images.zip' to generation by patternstrelokhalfer2023-05-241-2/+7
|
* bump gradio to 3.27AUTOMATIC2023-04-291-1/+1
|
* remove an extra unneeded row in outputsAUTOMATIC2023-03-271-2/+1
|
* update overflow-wrap: break-word; for gradio 3.23AUTOMATIC2023-03-251-2/+2
|
* hide delete button for single-item dropdownAUTOMATIC2023-03-251-1/+1
| | | | more stylistic changes
* initial gradio 3.22 supportAUTOMATIC2023-03-251-1/+2
|
* Allow extensions to declare paste fields for "Send to X" buttonsspace-nuko2023-02-141-1/+8
|
* make it so that setting options in pasted infotext (like Clip Skip and ENSD) ↵AUTOMATIC2023-01-291-1/+5
| | | | do not get applied directly and instead are added as temporary overrides
* fix open directory button failingAUTOMATIC2023-01-231-1/+1
|
* rework extras tab to use script systemAUTOMATIC2023-01-231-0/+202