aboutsummaryrefslogtreecommitdiffstats
path: root/script.js
AgeCommit message (Collapse)AuthorLines
2022-09-17Prevent uploading previous output from javascriptuservar-1/+1
As it is currently, txt2img and img2img send back the previous output args (txt2img_gallery, generation_info, html_info) whenever you generate a new image. This can lead to uploading a huge gallery of previously generated images, which leads to an unnecessary delay between submitting and beginning to generate.
2022-09-14added a second style fieldAUTOMATIC-0/+6
added the ability to use {prompt} in styles added a button to apply style to textbox rearranged top row for UI
2022-09-14loopback moved to scripts, added support for multiple batches, changed to ↵AUTOMATIC-1/+3
honor save grids and how grids in web setting
2022-09-14Typo of promptAustere Grim-1/+1
2022-09-13Ability to save images into a folder named after the date they were created #353AUTOMATIC-0/+5
2022-09-11Add support for saving styles with negative promptscryzed-7/+3
2022-09-11CLIP interrogatorAUTOMATIC-0/+2
2022-09-11Change "send to "Seki-0/+10
2022-09-10extra info for de-noising strength tooltipAUTOMATIC-1/+1
2022-09-10split settings into three columnsAUTOMATIC-23/+1
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-7/+8
isn't.
2022-09-09support for prompt stylesAUTOMATIC-0/+9
fix broken prompt matrix
2022-09-09added resize seeds and variation seeds featuresAUTOMATIC-0/+5
2022-09-08Fixed typos in JavaScript descriptionsJohannesGaessler-6/+6
2022-09-08Turn the loopback denoise strength change factor into a parameter rather ↵rewbs-1/+2
than hardcoding to 0.95. Set the default to 1.
2022-09-07Allow copy-pasting images into file inputsfuzzytent-0/+16
2022-09-07FIX GRADIO CRASHING WHEN SWITCHING FROM TAB WITH MASK THANK YOUAUTOMATIC-2/+21
2022-09-06added preview optionAUTOMATIC-0/+17
2022-09-06added progressbarAUTOMATIC-1/+32
added an option to disable progressbar added interrupt support to DDIM/PLMS
2022-09-05added random artist buttonAUTOMATIC-0/+1
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-0/+4
prevent errors people are getting with lacking C++ compilers
2022-09-03scriptsAUTOMATIC-1/+1
2022-09-03support for scriptsAUTOMATIC-2/+25
2022-09-02this should send the currently selected image to other tabs instead of the firstAUTOMATIC-3/+28
2022-09-01added interrupt buttonAUTOMATIC-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
2022-08-31fix for GPFGAN RGB/BGR (thanks deggua)AUTOMATIC-0/+53
experimental support for negative prompts (without UI) option to do inpainting at full resolution Tooltips for UI elements