aboutsummaryrefslogtreecommitdiffstats
path: root/script.js
Commit message (Collapse)AuthorAgeFilesLines
...
* split settings into three columnsAUTOMATIC2022-09-101-23/+1
| | | | | added a different workaround for gradio mask bug with info in UI switched to newer gradio version
* update for code that was supposed to be hiding mask for the gradio bug but ↵AUTOMATIC2022-09-101-7/+8
| | | | isn't.
* support for prompt stylesAUTOMATIC2022-09-091-0/+9
| | | | fix broken prompt matrix
* added resize seeds and variation seeds featuresAUTOMATIC2022-09-091-0/+5
|
* Fixed typos in JavaScript descriptionsJohannesGaessler2022-09-081-6/+6
|
* Turn the loopback denoise strength change factor into a parameter rather ↵rewbs2022-09-081-1/+2
| | | | than hardcoding to 0.95. Set the default to 1.
* Allow copy-pasting images into file inputsfuzzytent2022-09-071-0/+16
|
* FIX GRADIO CRASHING WHEN SWITCHING FROM TAB WITH MASK THANK YOUAUTOMATIC2022-09-071-2/+21
|
* added preview optionAUTOMATIC2022-09-061-0/+17
|
* added progressbarAUTOMATIC2022-09-051-1/+32
| | | | | added an option to disable progressbar added interrupt support to DDIM/PLMS
* added random artist buttonAUTOMATIC2022-09-051-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 ↵AUTOMATIC2022-09-051-0/+4
| | | | prevent errors people are getting with lacking C++ compilers
* scriptsAUTOMATIC2022-09-031-1/+1
|
* support for scriptsAUTOMATIC2022-09-031-2/+25
|
* this should send the currently selected image to other tabs instead of the firstAUTOMATIC2022-09-021-3/+28
|
* added interrupt buttonAUTOMATIC2022-09-011-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)AUTOMATIC2022-08-311-0/+53
experimental support for negative prompts (without UI) option to do inpainting at full resolution Tooltips for UI elements