aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
Commit message (Collapse)AuthorAgeFilesLines
* 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