aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
AgeCommit message (Collapse)AuthorLines
2022-09-19lightbox image scaling fixDepFA-1/+1
2022-09-19bring modal z-index above progress barDepFA-1/+1
2022-09-19add styles for image zoomDepFA-2/+16
2022-09-18Add buttons for random and reuse seed.Johan Aires Rastén-2/+24
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-0/+26
Block event propagation when lightbox is triggered
2022-09-17Merge pull request #618 from EyeDeck/masterAUTOMATIC1111-0/+12
Fix gallery not scrolling left
2022-09-17add previous and next stylesDepFA-0/+26
2022-09-17Make gallery bigger on 2k+ displayssafentisAuth-0/+6
2022-09-17Fix gallery not scrolling leftEyeDeck-0/+12
2022-09-17added user.css supportAUTOMATIC-3/+0
2022-09-17make background semi-transparent not black;DepFA-1/+1
2022-09-17Add modal css classesDepFA-0/+37
2022-09-17moved progressbar to top by requestAUTOMATIC-0/+6
2022-09-17Add VRAM monitoringEyeDeck-1/+17
2022-09-14added a background color fix for dark scheme usersAUTOMATIC-0/+1
2022-09-14and make the image not be upscaled in galleryAUTOMATIC-0/+3
2022-09-14make the gallery tallerAUTOMATIC-0/+4
2022-09-14added a second style fieldAUTOMATIC-16/+21
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-0/+1
disable #358
2022-09-12Revert "Merge pull request #343 from oobabooga/master"AUTOMATIC-5/+5
This reverts commit 338fb1db6360fa3c1948d464412edeabe88a8236, reversing changes made to c2a1b37382efecc44400ea429d34bbb9ce8ebe9b.
2022-09-12Make prompt and negative prompt take same spaceoobabooga-5/+1
2022-09-12Fix ugly img2img taboobabooga-0/+4
2022-09-11CLIP interrogatorAUTOMATIC-1/+5
2022-09-10Attempt to fix negative prompt UI for #238AUTOMATIC-0/+1
2022-09-10fix settings styling for #227AUTOMATIC-0/+4
2022-09-10enabled negative prompt by defaultAUTOMATIC-0/+3
fixed broken empty directory when prompt does not start withl etter
2022-09-10split settings into three columnsAUTOMATIC-0/+9
added a different workaround for gradio mask bug with info in UI switched to newer gradio version
2022-09-09support for prompt stylesAUTOMATIC-1/+16
fix broken prompt matrix
2022-09-09ability to upload mask for inpaintingAUTOMATIC-0/+4
2022-09-09added resize seeds and variation seeds featuresAUTOMATIC-0/+9
2022-09-09add an option to show negative promptAUTOMATIC-1/+1
2022-09-06added preview optionAUTOMATIC-0/+15
2022-09-06added progressbarAUTOMATIC-0/+25
added an option to disable progressbar added interrupt support to DDIM/PLMS
2022-09-05added random artist buttonAUTOMATIC-0/+5
added a setting for padding when doing inpaint at original resolution
2022-09-03support for scriptsAUTOMATIC-5/+7
2022-09-03split codebase into multiple files; to anyone this affects negatively: sorryAUTOMATIC-5/+0
2022-09-01style changes related to the gradio updateAUTOMATIC-13/+21
2022-08-31fix for GPFGAN RGB/BGR (thanks deggua)AUTOMATIC-0/+2
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-1/+1
2022-08-30updated interface to use BlocksAUTOMATIC-0/+61
added mode toggle for img2img added inpainting to readme