aboutsummaryrefslogtreecommitdiff
path: root/script.js
AgeCommit message (Collapse)Author
2022-09-08Fixed typos in JavaScript descriptionsJohannesGaessler
2022-09-08Turn the loopback denoise strength change factor into a parameter rather ↵rewbs
than hardcoding to 0.95. Set the default to 1.
2022-09-07Allow copy-pasting images into file inputsfuzzytent
2022-09-07FIX GRADIO CRASHING WHEN SWITCHING FROM TAB WITH MASK THANK YOUAUTOMATIC
2022-09-06added preview optionAUTOMATIC
2022-09-06added progressbarAUTOMATIC
added an option to disable progressbar added interrupt support to DDIM/PLMS
2022-09-05added random artist buttonAUTOMATIC
added a setting for padding when doing inpaint at original resolution
2022-09-05Update webui.py to instruct python to install binary packages; this should ↵AUTOMATIC
prevent errors people are getting with lacking C++ compilers
2022-09-03scriptsAUTOMATIC
2022-09-03support for scriptsAUTOMATIC
2022-09-02this should send the currently selected image to other tabs instead of the firstAUTOMATIC
2022-09-01added interrupt buttonAUTOMATIC
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
2022-08-31fix for GPFGAN RGB/BGR (thanks deggua)AUTOMATIC
experimental support for negative prompts (without UI) option to do inpainting at full resolution Tooltips for UI elements