aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
Commit message (Collapse)AuthorAgeFilesLines
* Fixed performance, vram style disorderrealryo12022-10-191-5/+0
|
* localization supportAUTOMATIC2022-10-171-1/+1
|
* Added Refresh Button to embedding and hypernetwork names in Train TabJunpeng Qiu2022-10-161-1/+1
| | | | | | | | | | | | | | | Problem everytime I modified pt files in embedding_dir or hypernetwork_dir, I need to restart webui to have the new files shown in the dropdown of Train Tab Solution refactored create_refresh_button out of create_setting_component so we can use this method to create button next to gr.Dropdowns of embedding name and hypernetworks Extra Modification hypernetwork pt are now sorted in alphabetic order
* Prevent modal content from being selectedguaneec2022-10-151-1/+3
|
* fix download section layoutruocaled2022-10-151-7/+0
|
* change styling for top right corner UIAUTOMATIC2022-10-151-8/+8
| | | | made save style button not die when you cancel
* re-apply height hacks to work with new gradioAUTOMATIC2022-10-151-8/+8
|
* restore borders for promptsAUTOMATIC2022-10-141-8/+0
|
* add hypernetwork multipliersAUTOMATIC2022-10-131-0/+3
|
* options to refresh list of models and hypernetworksAUTOMATIC2022-10-131-1/+20
|
* add option to change what's shown in quicksettings barAUTOMATIC2022-10-131-0/+1
|
* bump gradio to 3.4.1AUTOMATIC2022-10-111-0/+11
|
* Update style.cssBen2022-10-111-0/+1
|
* space holderBen2022-10-111-2/+10
|
* Save some spaceBen2022-10-111-0/+12
|
* Always show previous mask and fix extras_send destVladimir Repin2022-10-101-0/+7
|
* maximize the viewBen2022-10-101-0/+4
|
* remove background for quicksettings row (for dark theme)AUTOMATIC2022-10-091-0/+1
|
* show model selection setting on top of pageAUTOMATIC2022-10-091-0/+9
|
* fix conflictsGreendayle2022-10-081-3/+40
|\
| * Add button to skip the current iterationTrung Ngo2022-10-081-2/+12
| |
| * context menu stylingDepFA2022-10-081-1/+28
| |
* | Merge branch 'master' into dev/deepdanbooruGreendayle2022-10-071-0/+8
|\|
| * Merge branch 'master' into gallery-stylingAUTOMATIC11112022-10-061-6/+10
| |\
| | * add editor to img2imgAUTOMATIC2022-10-041-0/+4
| | |
| * | Improve styling of gallery items, particularly in dark modefuzzytent2022-10-031-0/+4
| | |
* | | deepdanbooru interrogatorGreendayle2022-10-051-1/+6
| |/ |/|
* | initial support for training textual inversionAUTOMATIC2022-10-021-5/+5
| |
* | ALT + return will submit prompt when it's in focusTrung Ngo2022-09-301-1/+1
|/
* Add output folder iconsMichoko2022-09-291-1/+1
| | | | Changed the hidden element class name to a more generic one, so people can reuse it if they want to hide further elements in the future
* Add output folder iconsMichoko2022-09-291-0/+4
| | | | Handling of the --hide-ui-dir-config flag and added multi-platform code for opening a folder
* Add output folder iconsMichoko2022-09-291-1/+7
| | | | Adds icons on the first 3 tabs to directly open the corresponding images output directory
* added token counter next to txt2img and img2img promptsLiam2022-09-271-0/+4
|
* Tweak margininnovaciones2022-09-231-1/+1
|
* Fix borderinnovaciones2022-09-231-0/+3
|
* Fix preview images positioninnovaciones2022-09-231-0/+13
|
* add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ↵AUTOMATIC2022-09-231-4/+15
| | | | | | tabs fixed some [send to..] buttons to work properly with all tabs
* upgrade to gradio==3.4b3 t fixthe inpain bugsAUTOMATIC2022-09-231-4/+4
| | | | | | rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab
* A big rework, just what you were secretly hoping for!AUTOMATIC2022-09-221-1/+7
| | | | | | | SD upscale moved to scripts Batch processing script removed Batch processing added to main img2img and now works with scripts img2img page UI reworked to use tabs
* Merge branch 'master' into patch-6AUTOMATIC11112022-09-221-5/+22
|\
| * New position and interrupt integrationinnovaciones2022-09-221-6/+23
| |
| * Use generate button as progress barinnovaciones2022-09-221-6/+5
| |
| * Fix progress bar positioninnovaciones2022-09-221-1/+2
| |
* | Add aspect ratio overlay stylesDepFA2022-09-221-0/+11
|/
* update tiling button for imageviewer.js to use an icon in same style as ↵AUTOMATIC2022-09-211-1/+2
| | | | others, add mouseover hints
* add button to toggle tiling images in the imageviewer modalAdam Snodgrass2022-09-211-8/+25
|
* lightbox image scaling fixDepFA2022-09-191-1/+1
|
* bring modal z-index above progress barDepFA2022-09-191-1/+1
|
* add styles for image zoomDepFA2022-09-191-2/+16
|
* Add buttons for random and reuse seed.Johan Aires Rastén2022-09-181-2/+24
| | | | | Random button sets seed to -1, reuse copies the seed from the last generated image.