Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |