aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
Commit message (Collapse)AuthorAgeFilesLines
* fix bad styling for thumbs view in extra networks #10639AUTOMATIC2023-05-231-1/+17
|
* Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' ↵AUTOMATIC2023-05-181-0/+7
|\ | | | | | | into dev
| * Merge branch 'AUTOMATIC1111:master' into extra-network-preview-lazyloadmissionfloyd2023-03-271-1/+14
| |\
| * \ Merge branch 'extra-network-preview-lazyload' of ↵missionfloyd2023-03-271-504/+259
| |\ \ | | | | | | | | | | | | https://github.com/missionfloyd/stable-diffusion-webui into extra-network-preview-lazyload
| * | | Lazy load extra network imagesmissionfloyd2023-03-211-0/+7
| | | |
* | | | Fix blinking text of hr and scale rescatboxanon2023-05-181-0/+5
| | | | | | | | | | | | goodbye
* | | | Revert "Merge pull request #10440 from grimatoma/increaseModelPickerWidth"AUTOMATIC2023-05-181-0/+2
| | | | | | | | | | | | | | | | | | | | This reverts commit 4b07f2f584596604c4499efb0b0295e96985080f, reversing changes made to 4071fa4a123cc512b7944678142c11d88efeccf9.
* | | | rework #8863 to work with all img2img tabsAUTOMATIC2023-05-171-2/+2
| | | |
* | | | option to specify editor height for img2imgAUTOMATIC2023-05-171-6/+0
| | | |
* | | | Remove max width for model dropdowngrimatoma2023-05-161-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Removing the max width for the model dropdown allows the user to see the full name of a model especially when it is long. Model names are getting more complex and longer and the current width almost always cuts off model names. If a user leverages folders than it pretty much always cuts off the name...
* | | | add a bunch of descriptions and reword a lot of settings (sorry, localizers)AUTOMATIC2023-05-141-2/+2
| | | |
* | | | set up a system to provide extra info for settings elements in python rather ↵AUTOMATIC2023-05-141-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | than js add a bit of spacing/styling to settings elements add link info for token merging
* | | | Requested changescatboxanon2023-05-131-0/+3
| | | |
* | | | add UI to edit defaultsAUTOMATIC2023-05-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | allow setting defaults for elements in extensions' tabs fix a problem with ESRGAN upscalers disappearing after UI reload implicit change: HTML element id for train tab from tab_ti to tab_train (will this break things?)
* | | | add links to wiki for filename pattern settingsAUTOMATIC2023-05-081-0/+16
| | | | | | | | | | | | | | | | add extended info for quicksettings setting
* | | | make lightbox properly display whole picture without cutting of parts when ↵AUTOMATIC2023-05-081-0/+1
| | | | | | | | | | | | | | | | the picture is very wide.
* | | | Merge pull request #10113 from missionfloyd/extras-thumbnailsAUTOMATIC11112023-05-081-1/+1
|\ \ \ \ | | | | | | | | | | Fix stretched thumbnails on extras tab
| * | | | Fix stretched thumbnails on extras tabmissionfloyd2023-05-051-1/+1
| | | | |
* | | | | style.css: Make the image in the ImageViewer be resized correctly蚊子2023-05-061-0/+1
|/ / / /
* | | | increase extra networks UI height to fit two rows of cards.AUTOMATIC2023-04-291-1/+1
| | | |
* | | | Merge pull request #9108 from AUTOMATIC1111/img2img-scale-byAUTOMATIC11112023-04-291-1/+18
|\ \ \ \ | | | | | | | | | | add "resize by" and "resize to" tabs to img2img
| * | | | add "resize by" and "resize to" tabs to img2imgAUTOMATIC2023-03-281-1/+18
| | | | |
* | | | | Merge pull request #8999 from Reibies/patch-1AUTOMATIC11112023-04-291-0/+6
|\ \ \ \ \ | | | | | | | | | | | | Changed: extra network height css
| * | | | | Update style.cssReimoo2023-03-271-1/+1
| | | | | |
| * | | | | Update style.cssReimoo2023-03-271-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: missionfloyd <missionfloyd@users.noreply.github.com>
| * | | | | Changed: extra network height cssReimoo2023-03-261-0/+6
| | |_|/ / | |/| | | | | | | | Changed it so cards take up a set amount of vertical space but added the ability to scroll and resize.
* | | | | Change extras "scale to" to slidersmissionfloyd2023-03-311-0/+4
| |/ / / |/| | |
* | | | Revert "Merge pull request #7931 from space-nuko/img2img-enhance"AUTOMATIC2023-03-281-2/+2
| | | | | | | | | | | | | | | | | | | | This reverts commit 426875937048e21305ac24bea53df06523bdaa81, reversing changes made to 1b63afbedc7789c0eb9a4742b780ab304d7a9caf.
* | | | Merge pull request #7931 from space-nuko/img2img-enhanceAUTOMATIC11112023-03-281-2/+2
|\ \ \ \ | | | | | | | | | | Add `Upscale by` and `Upscaler` options to img2img
| * \ \ \ Merge branch 'master' into img2img-enhancespace-nuko2023-03-281-6/+44
| |\ \ \ \
| * | | | | Use .success() callback on img2img preview inputs changespace-nuko2023-03-251-513/+259
| | | | | |
| * | | | | Add upscaler to img2imgspace-nuko2023-03-251-1/+1
| | | | | |
| * | | | | Add upscale slider to img2imgspace-nuko2023-03-251-259/+513
| | |/ / / | |/| | |
* | | | | Merge pull request #9065 from missionfloyd/quicksettings-alignmentAUTOMATIC11112023-03-281-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix quicksettings alignment
| * | | | | Fix quicksettings alignmentmissionfloyd2023-03-271-0/+1
| | |/ / / | |/| | |
* / | | | Update style.csszetclansu2023-03-271-0/+7
|/ / / / | | | | | | | | Fix for wide width image in img2img_sketch, img2maskimg, inpaint_sketch
* | | | Merge pull request #9021 from pieresimakp/pr-devAUTOMATIC11112023-03-271-1/+1
|\ \ \ \ | | | | | | | | | | Fix the style box dropdown not wrapping in txt2img and img2img
| * \ \ \ Merge remote-tracking branch 'upstream/master' into pr-devpieresimakp2023-03-271-1/+14
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | fixed style box wrappingpieresimakp2023-03-271-1/+1
| | |/ / | |/| |
* | | | update button pressed down style for #8569AUTOMATIC2023-03-271-7/+12
| | | |
* | | | Merge pull request #8569 from missionfloyd/extra-networks-toggleAUTOMATIC11112023-03-271-0/+7
|\ \ \ \ | | | | | | | | | | Make extra networks button togglable
| * | | | Update style.cssmissionfloyd2023-03-251-3/+3
| | | | |
| * | | | Merge branch 'master' into extra-networks-togglemissionfloyd2023-03-251-498/+314
| |\| | |
| * | | | Make extra networks button togglablemissionfloyd2023-03-121-0/+7
| | | | |
* | | | | reformat css from latest commits, change color for dropdown selection to ↵AUTOMATIC2023-03-271-12/+11
| | | | | | | | | | | | | | | | | | | | more neutral one
* | | | | Merge pull request #8959 from missionfloyd/dropdown-widthAUTOMATIC11112023-03-271-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix dropdown width
| * | | | | Fix dropdown widthmissionfloyd2023-03-261-0/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #8938 from space-nuko/fix-image-ar-overlayAUTOMATIC11112023-03-271-0/+11
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix img2img aspect ratio overlay in Gradio 3.23.0
| * | | | Fix img2img aspect ratio overlay in Gradio 3.23.0space-nuko2023-03-251-0/+11
| |/ / /
* / / / Fix padding on accordion/dropdown list elementsspace-nuko2023-03-251-1/+14
|/ / /