aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #616 from dfaker/patch-3AUTOMATIC11112022-09-171-0/+26
|\ | | | | Block event propagation when lightbox is triggered
| * add previous and next stylesDepFA2022-09-171-0/+26
| |
* | Merge pull request #618 from EyeDeck/masterAUTOMATIC11112022-09-171-0/+12
|\ \ | | | | | | Fix gallery not scrolling left
| * | Fix gallery not scrolling leftEyeDeck2022-09-171-0/+12
| |/
* / Make gallery bigger on 2k+ displayssafentisAuth2022-09-171-0/+6
|/
* added user.css supportAUTOMATIC2022-09-171-3/+0
|
* make background semi-transparent not black;DepFA2022-09-171-1/+1
|
* Add modal css classesDepFA2022-09-171-0/+37
|
* moved progressbar to top by requestAUTOMATIC2022-09-171-0/+6
|
* Add VRAM monitoringEyeDeck2022-09-171-1/+17
|
* added a background color fix for dark scheme usersAUTOMATIC2022-09-141-0/+1
|
* and make the image not be upscaled in galleryAUTOMATIC2022-09-141-0/+3
|
* make the gallery tallerAUTOMATIC2022-09-141-0/+4
|
* added a second style fieldAUTOMATIC2022-09-141-16/+21
| | | | | | added the ability to use {prompt} in styles added a button to apply style to textbox rearranged top row for UI
* Bug: Show show image creation progress every N sampling steps. Set 0 to ↵AUTOMATIC2022-09-121-0/+1
| | | | disable #358
* Revert "Merge pull request #343 from oobabooga/master"AUTOMATIC2022-09-121-5/+5
| | | | | This reverts commit 338fb1db6360fa3c1948d464412edeabe88a8236, reversing changes made to c2a1b37382efecc44400ea429d34bbb9ce8ebe9b.
* Make prompt and negative prompt take same spaceoobabooga2022-09-121-5/+1
|
* Fix ugly img2img taboobabooga2022-09-121-0/+4
|
* CLIP interrogatorAUTOMATIC2022-09-111-1/+5
|
* Attempt to fix negative prompt UI for #238AUTOMATIC2022-09-101-0/+1
|
* fix settings styling for #227AUTOMATIC2022-09-101-0/+4
|
* enabled negative prompt by defaultAUTOMATIC2022-09-101-0/+3
| | | | fixed broken empty directory when prompt does not start withl etter
* split settings into three columnsAUTOMATIC2022-09-101-0/+9
| | | | | added a different workaround for gradio mask bug with info in UI switched to newer gradio version
* support for prompt stylesAUTOMATIC2022-09-091-1/+16
| | | | fix broken prompt matrix
* ability to upload mask for inpaintingAUTOMATIC2022-09-091-0/+4
|
* added resize seeds and variation seeds featuresAUTOMATIC2022-09-091-0/+9
|
* add an option to show negative promptAUTOMATIC2022-09-091-1/+1
|
* added preview optionAUTOMATIC2022-09-061-0/+15
|
* added progressbarAUTOMATIC2022-09-051-0/+25
| | | | | added an option to disable progressbar added interrupt support to DDIM/PLMS
* added random artist buttonAUTOMATIC2022-09-051-0/+5
| | | | added a setting for padding when doing inpaint at original resolution
* support for scriptsAUTOMATIC2022-09-031-5/+7
|
* split codebase into multiple files; to anyone this affects negatively: sorryAUTOMATIC2022-09-031-5/+0
|
* style changes related to the gradio updateAUTOMATIC2022-09-011-13/+21
|
* fix for GPFGAN RGB/BGR (thanks deggua)AUTOMATIC2022-08-311-0/+2
| | | | | | experimental support for negative prompts (without UI) option to do inpainting at full resolution Tooltips for UI elements
* fix css for dark interfaceAUTOMATIC2022-08-301-1/+1
|
* updated interface to use BlocksAUTOMATIC2022-08-301-0/+61
added mode toggle for img2img added inpainting to readme