aboutsummaryrefslogtreecommitdiff
path: root/style.css
AgeCommit message (Collapse)Author
2022-09-23upgrade to gradio==3.4b3 t fixthe inpain bugsAUTOMATIC
rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab
2022-09-22A big rework, just what you were secretly hoping for!AUTOMATIC
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
2022-09-22Merge branch 'master' into patch-6AUTOMATIC1111
2022-09-22New position and interrupt integrationinnovaciones
2022-09-22Use generate button as progress barinnovaciones
2022-09-22Fix progress bar positioninnovaciones
2022-09-22Add aspect ratio overlay stylesDepFA
2022-09-21update tiling button for imageviewer.js to use an icon in same style as ↵AUTOMATIC
others, add mouseover hints
2022-09-21add button to toggle tiling images in the imageviewer modalAdam Snodgrass
2022-09-19lightbox image scaling fixDepFA
2022-09-19bring modal z-index above progress barDepFA
2022-09-19add styles for image zoomDepFA
2022-09-18Add buttons for random and reuse seed.Johan Aires Rastén
Random button sets seed to -1, reuse copies the seed from the last generated image.
2022-09-17Merge pull request #616 from dfaker/patch-3AUTOMATIC1111
Block event propagation when lightbox is triggered
2022-09-17Merge pull request #618 from EyeDeck/masterAUTOMATIC1111
Fix gallery not scrolling left
2022-09-17add previous and next stylesDepFA
2022-09-17Make gallery bigger on 2k+ displayssafentisAuth
2022-09-17Fix gallery not scrolling leftEyeDeck
2022-09-17added user.css supportAUTOMATIC
2022-09-17make background semi-transparent not black;DepFA
2022-09-17Add modal css classesDepFA
2022-09-17moved progressbar to top by requestAUTOMATIC
2022-09-17Add VRAM monitoringEyeDeck
2022-09-14added a background color fix for dark scheme usersAUTOMATIC
2022-09-14and make the image not be upscaled in galleryAUTOMATIC
2022-09-14make the gallery tallerAUTOMATIC
2022-09-14added a second style fieldAUTOMATIC
added the ability to use {prompt} in styles added a button to apply style to textbox rearranged top row for UI
2022-09-12 Bug: Show show image creation progress every N sampling steps. Set 0 to ↵AUTOMATIC
disable #358
2022-09-12Revert "Merge pull request #343 from oobabooga/master"AUTOMATIC
This reverts commit 338fb1db6360fa3c1948d464412edeabe88a8236, reversing changes made to c2a1b37382efecc44400ea429d34bbb9ce8ebe9b.
2022-09-12Make prompt and negative prompt take same spaceoobabooga
2022-09-12Fix ugly img2img taboobabooga
2022-09-11CLIP interrogatorAUTOMATIC
2022-09-10Attempt to fix negative prompt UI for #238AUTOMATIC
2022-09-10fix settings styling for #227AUTOMATIC
2022-09-10enabled negative prompt by defaultAUTOMATIC
fixed broken empty directory when prompt does not start withl etter
2022-09-10split settings into three columnsAUTOMATIC
added a different workaround for gradio mask bug with info in UI switched to newer gradio version
2022-09-09support for prompt stylesAUTOMATIC
fix broken prompt matrix
2022-09-09ability to upload mask for inpaintingAUTOMATIC
2022-09-09added resize seeds and variation seeds featuresAUTOMATIC
2022-09-09add an option to show negative promptAUTOMATIC
2022-09-06added preview optionAUTOMATIC
2022-09-06added progressbarAUTOMATIC
added an option to disable progressbar added interrupt support to DDIM/PLMS
2022-09-05added random artist buttonAUTOMATIC
added a setting for padding when doing inpaint at original resolution
2022-09-03support for scriptsAUTOMATIC
2022-09-03split codebase into multiple files; to anyone this affects negatively: sorryAUTOMATIC
2022-09-01style changes related to the gradio updateAUTOMATIC
2022-08-31fix for GPFGAN RGB/BGR (thanks deggua)AUTOMATIC
experimental support for negative prompts (without UI) option to do inpainting at full resolution Tooltips for UI elements
2022-08-31fix css for dark interfaceAUTOMATIC
2022-08-30updated interface to use BlocksAUTOMATIC
added mode toggle for img2img added inpainting to readme