Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #616 from dfaker/patch-3 | AUTOMATIC1111 | 2022-09-17 | 1 | -0/+26 | |
|\ | | | | | Block event propagation when lightbox is triggered | |||||
| * | add previous and next styles | DepFA | 2022-09-17 | 1 | -0/+26 | |
| | | ||||||
* | | Merge pull request #618 from EyeDeck/master | AUTOMATIC1111 | 2022-09-17 | 1 | -0/+12 | |
|\ \ | | | | | | | Fix gallery not scrolling left | |||||
| * | | Fix gallery not scrolling left | EyeDeck | 2022-09-17 | 1 | -0/+12 | |
| |/ | ||||||
* / | Make gallery bigger on 2k+ displays | safentisAuth | 2022-09-17 | 1 | -0/+6 | |
|/ | ||||||
* | added user.css support | AUTOMATIC | 2022-09-17 | 1 | -3/+0 | |
| | ||||||
* | make background semi-transparent not black; | DepFA | 2022-09-17 | 1 | -1/+1 | |
| | ||||||
* | Add modal css classes | DepFA | 2022-09-17 | 1 | -0/+37 | |
| | ||||||
* | moved progressbar to top by request | AUTOMATIC | 2022-09-17 | 1 | -0/+6 | |
| | ||||||
* | Add VRAM monitoring | EyeDeck | 2022-09-17 | 1 | -1/+17 | |
| | ||||||
* | added a background color fix for dark scheme users | AUTOMATIC | 2022-09-14 | 1 | -0/+1 | |
| | ||||||
* | and make the image not be upscaled in gallery | AUTOMATIC | 2022-09-14 | 1 | -0/+3 | |
| | ||||||
* | make the gallery taller | AUTOMATIC | 2022-09-14 | 1 | -0/+4 | |
| | ||||||
* | added a second style field | AUTOMATIC | 2022-09-14 | 1 | -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 ↵ | AUTOMATIC | 2022-09-12 | 1 | -0/+1 | |
| | | | | disable #358 | |||||
* | Revert "Merge pull request #343 from oobabooga/master" | AUTOMATIC | 2022-09-12 | 1 | -5/+5 | |
| | | | | | This reverts commit 338fb1db6360fa3c1948d464412edeabe88a8236, reversing changes made to c2a1b37382efecc44400ea429d34bbb9ce8ebe9b. | |||||
* | Make prompt and negative prompt take same space | oobabooga | 2022-09-12 | 1 | -5/+1 | |
| | ||||||
* | Fix ugly img2img tab | oobabooga | 2022-09-12 | 1 | -0/+4 | |
| | ||||||
* | CLIP interrogator | AUTOMATIC | 2022-09-11 | 1 | -1/+5 | |
| | ||||||
* | Attempt to fix negative prompt UI for #238 | AUTOMATIC | 2022-09-10 | 1 | -0/+1 | |
| | ||||||
* | fix settings styling for #227 | AUTOMATIC | 2022-09-10 | 1 | -0/+4 | |
| | ||||||
* | enabled negative prompt by default | AUTOMATIC | 2022-09-10 | 1 | -0/+3 | |
| | | | | fixed broken empty directory when prompt does not start withl etter | |||||
* | split settings into three columns | AUTOMATIC | 2022-09-10 | 1 | -0/+9 | |
| | | | | | added a different workaround for gradio mask bug with info in UI switched to newer gradio version | |||||
* | support for prompt styles | AUTOMATIC | 2022-09-09 | 1 | -1/+16 | |
| | | | | fix broken prompt matrix | |||||
* | ability to upload mask for inpainting | AUTOMATIC | 2022-09-09 | 1 | -0/+4 | |
| | ||||||
* | added resize seeds and variation seeds features | AUTOMATIC | 2022-09-09 | 1 | -0/+9 | |
| | ||||||
* | add an option to show negative prompt | AUTOMATIC | 2022-09-09 | 1 | -1/+1 | |
| | ||||||
* | added preview option | AUTOMATIC | 2022-09-06 | 1 | -0/+15 | |
| | ||||||
* | added progressbar | AUTOMATIC | 2022-09-05 | 1 | -0/+25 | |
| | | | | | added an option to disable progressbar added interrupt support to DDIM/PLMS | |||||
* | added random artist button | AUTOMATIC | 2022-09-05 | 1 | -0/+5 | |
| | | | | added a setting for padding when doing inpaint at original resolution | |||||
* | support for scripts | AUTOMATIC | 2022-09-03 | 1 | -5/+7 | |
| | ||||||
* | split codebase into multiple files; to anyone this affects negatively: sorry | AUTOMATIC | 2022-09-03 | 1 | -5/+0 | |
| | ||||||
* | style changes related to the gradio update | AUTOMATIC | 2022-09-01 | 1 | -13/+21 | |
| | ||||||
* | fix for GPFGAN RGB/BGR (thanks deggua) | AUTOMATIC | 2022-08-31 | 1 | -0/+2 | |
| | | | | | | experimental support for negative prompts (without UI) option to do inpainting at full resolution Tooltips for UI elements | |||||
* | fix css for dark interface | AUTOMATIC | 2022-08-30 | 1 | -1/+1 | |
| | ||||||
* | updated interface to use Blocks | AUTOMATIC | 2022-08-30 | 1 | -0/+61 | |
added mode toggle for img2img added inpainting to readme |