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