aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
Commit message (Collapse)AuthorAgeFilesLines
* add an option to enable sections from extras tab in txt2img/img2imgAUTOMATIC2023-01-261-5/+1
| | | | fix some style inconsistenices
* Fix extra network thumbs label colorMykeehu2023-01-231-0/+1
| | | Added white color for labels.
* Merge pull request #7032 from gmq/extra-network-stylesAUTOMATIC11112023-01-231-3/+60
|\ | | | | Extra network view style
| * feat(extra-networks): replace icon background with borderGuillermo Moreno2023-01-231-1/+0
| |
| * feat(extra-networks): add thumbs view styleGuillermo Moreno2023-01-221-3/+61
| |
* | aligns the axis buttons in x/y plotEllangoK2023-01-211-0/+4
| |
* | compact checkbox and fix copy image btn overflowEllangoK2023-01-211-1/+5
|/ | | | also fixes type for #tab_extensions in style.css
* fixes ui issues with checkbox and hires. sectionsEllangoK2023-01-211-0/+4
|
* add search box to extra networksAUTOMATIC2023-01-211-0/+8
|
* relocate tool buttons next to generate buttonAUTOMATIC2023-01-211-11/+7
| | | | | prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt
* extra networks UIAUTOMATIC2023-01-211-88/+102
| | | | rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
* add margin to interrogate column in img2img UIAUTOMATIC2023-01-201-0/+1
|
* move token counter to the location of the prompt, add token counting for the ↵AUTOMATIC2023-01-201-16/+31
| | | | negative prompt
* allow baking in VAE in checkpoint merger tabAUTOMATIC2023-01-191-5/+10
| | | | | | | do not save config if it's the default for checkpoint merger tab change file naming scheme for checkpoint merger tab allow just saving A without any merging for checkpoint merger tab some stylistic changes for UI in checkpoint merger tab
* add progress bar to modelmergerAUTOMATIC2023-01-191-0/+5
|
* fix hires fix ui weirdness caused by gradio updateAUTOMATIC2023-01-181-1/+1
|
* add option to show/hide warningsAUTOMATIC2023-01-181-3/+2
| | | | | removed hiding warnings from LDSR fixed/reworked few places that produced warnings
* make live previews not obscure multiselect dropdownsAUTOMATIC2023-01-181-0/+1
|
* repair broken quicksettings when some form-requiring options are added to itAUTOMATIC2023-01-181-1/+1
|
* bump gradio to 3.16.2AUTOMATIC2023-01-181-22/+55
|\ | | | | | | change style selection to multiselect dropdown
| * change style dropdowns to multiselectAUTOMATIC2023-01-141-3/+12
| |
| * bump gradio to 3.16.1AUTOMATIC2023-01-141-18/+39
| |
* | enable progressbar without galleryAUTOMATIC2023-01-181-16/+3
| |
* | add a button for XY Plot to fill in available values for axes that support thisAUTOMATIC2023-01-161-11/+1
| |
* | Add swap axes button for XY Gridspace-nuko2023-01-161-0/+10
| |
* | add background color for live previews in dark modeAUTOMATIC2023-01-151-0/+4
| |
* | put interrupt and skip buttons back where they wereAUTOMATIC2023-01-151-4/+4
| |
* | eliminate flicker for live previewsAUTOMATIC2023-01-151-0/+1
| |
* | big rework of progressbar/preview system to allow multiple users to prompts ↵AUTOMATIC2023-01-151-28/+46
| | | | | | | | at the same time and do not get previews of each other
* | add buttons to copy images between img2img tabsAUTOMATIC2023-01-141-0/+18
|/
* img2img UI rework: obsolete --gradio-img2img-tool --gradio-inpaint-tool and ↵AUTOMATIC2023-01-111-1/+3
| | | | always show all tools each in own tab
* add an option to use old hiresfix width/height behaviorAUTOMATIC2023-01-091-0/+4
| | | | add a visual effect to inactive hires fix elements
* fix quicksettings name overlapVladimir Repin2023-01-071-1/+12
|
* rework hires fix preview for #6437: movie it to where it takes less place, ↵AUTOMATIC2023-01-071-0/+17
| | | | make it actually account for all relevant sliders and calculate dimensions correctly
* sort extensions by date and add an option to sort by other columnsAUTOMATIC2023-01-061-1/+10
|
* add footer with versionsAUTOMATIC2023-01-051-0/+5
|
* train tab visual updatesAUTOMATIC2023-01-041-1/+1
| | | | allow setting train tab values from ui-config.json
* added licenses screen to settingsAUTOMATIC2023-01-031-0/+11
| | | | | added footer removed unused inpainting code
* some minor improvements for dark mode UIAUTOMATIC2023-01-031-3/+3
|
* styling rework to make things more compactAUTOMATIC2023-01-031-14/+21
|
* change settings UI to use vertical tabsAUTOMATIC2023-01-031-0/+27
|
* make edit fields for sliders not get hidden by slider's label when there's ↵AUTOMATIC2023-01-031-1/+1
| | | | not enough space
* Add a lot more elem_id/HTML id, modified some that were duplicates for seed ↵me2023-01-011-6/+6
| | | | section
* make refresh buttons look more niceAUTOMATIC2023-01-011-7/+21
|
* add refresh buttons to checkpoint mergerAUTOMATIC2023-01-011-1/+1
|
* fix weird padding for sampler dropdown in chromeAUTOMATIC2023-01-011-5/+0
|
* HAPPY NEW YEARAUTOMATIC2022-12-311-0/+6
| | | | make save to zip into its own button instead of a checkbox
* Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-11-071-1/+16
|\
| * add tags to extensions, and ability to filter out tagsAUTOMATIC2022-11-061-0/+5
| | | | | | | | | | list changed Settings keys in UI do not print VRAM/etc stats everywhere but in calls that use GPU
| * Merge pull request #3986 from R-N/vae-pickerAUTOMATIC11112022-11-021-1/+1
| |\ | | | | | | VAE Selector