aboutsummaryrefslogtreecommitdiff
path: root/script.js
AgeCommit message (Collapse)Author
2022-09-11Add support for saving styles with negative promptscryzed
2022-09-11CLIP interrogatorAUTOMATIC
2022-09-11Change "send to "Seki
2022-09-10extra info for de-noising strength tooltipAUTOMATIC
2022-09-10split settings into three columnsAUTOMATIC
added a different workaround for gradio mask bug with info in UI switched to newer gradio version
2022-09-10update for code that was supposed to be hiding mask for the gradio bug but ↵AUTOMATIC
isn't.
2022-09-09support for prompt stylesAUTOMATIC
fix broken prompt matrix
2022-09-09added resize seeds and variation seeds featuresAUTOMATIC
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