Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow copy-pasting images into file inputs | fuzzytent | 2022-09-07 | 1 | -0/+16 |
| | |||||
* | FIX GRADIO CRASHING WHEN SWITCHING FROM TAB WITH MASK THANK YOU | AUTOMATIC | 2022-09-07 | 1 | -2/+21 |
| | |||||
* | added preview option | AUTOMATIC | 2022-09-06 | 1 | -0/+17 |
| | |||||
* | added progressbar | AUTOMATIC | 2022-09-05 | 1 | -1/+32 |
| | | | | | added an option to disable progressbar added interrupt support to DDIM/PLMS | ||||
* | added random artist button | AUTOMATIC | 2022-09-05 | 1 | -0/+1 |
| | | | | added a setting for padding when doing inpaint at original resolution | ||||
* | Update webui.py to instruct python to install binary packages; this should ↵ | AUTOMATIC | 2022-09-05 | 1 | -0/+4 |
| | | | | prevent errors people are getting with lacking C++ compilers | ||||
* | scripts | AUTOMATIC | 2022-09-03 | 1 | -1/+1 |
| | |||||
* | support for scripts | AUTOMATIC | 2022-09-03 | 1 | -2/+25 |
| | |||||
* | this should send the currently selected image to other tabs instead of the first | AUTOMATIC | 2022-09-02 | 1 | -3/+28 |
| | |||||
* | added interrupt button | AUTOMATIC | 2022-09-01 | 1 | -3/+4 |
| | | | | | | added save button --always-batch-cond-uncond as a workaround for performance regression option for low memory users specify gradio version as 3.1.5 because of what looks like a bug | ||||
* | fix for GPFGAN RGB/BGR (thanks deggua) | AUTOMATIC | 2022-08-31 | 1 | -0/+53 |
experimental support for negative prompts (without UI) option to do inpainting at full resolution Tooltips for UI elements |