aboutsummaryrefslogtreecommitdiff
path: root/script.js
AgeCommit message (Collapse)Author
2023-01-03better targetting, class tabs was autoassignedGerschel
I moved a preset manager into quicksettings, this function was targeting my component instead of the tabs. This is because class tabs is autoassigned, while element id #tabs is not, this allows a tabbed component to live in the quicksettings.
2022-12-10No code repeatapolinario
2022-12-06style changeapolinario
2022-12-06Use shadowRoot if inside of an iframe and don't use it if outsideapolinario
This makes sure it will work everywhere
2022-12-05Fix WebUI not working inside of iframesapolinario
2022-10-17localization supportAUTOMATIC
2022-10-15Add hint for `ctrl/alt enter`aoirusann
And duplicate implementations are removed
2022-10-11Make the ctrl+enter shortcut use the generate button on the current tabJairo Correa
2022-10-10Add ctrl+enter as a shortcut to quickly start a generation.Melan
2022-09-27refactored image paste handling to fill unset images successively, then ↵Connum
replace last existing image (fixes #981)
2022-09-24make callback queue handling reusable and implement onUiTabChange()Connum
2022-09-18add read access to settings for jsavascriptAUTOMATIC
add an option to disable lightbox modal
2022-09-18script.js split work - ui.jsAUTOMATIC
2022-09-18Split history script.js to javascript/ui.jsAndrey
2022-09-18Split history script.js to javascript/ui.jsAndrey
2022-09-18script.js split work - progress.jsAUTOMATIC
2022-09-18Split history script.js to javascript/progressbar.jsAndrey
2022-09-18Split history script.js to javascript/progressbar.jsAndrey
2022-09-18script.js split work - hints.jsAUTOMATIC
2022-09-18Split history script.js to javascript/hints.jsAndrey
2022-09-18Split history script.js to javascript/hints.jsAndrey
2022-09-18script.js split work - dragdrop.jsAUTOMATIC
2022-09-18Split history script.js to javascript/dragdrop.jsAndrey
2022-09-18Split history script.js to javascript/dragdrop.jsAndrey
2022-09-18script.js split workAUTOMATIC
2022-09-18Split history script.js to javascript/dragdrop.jsAndrey
2022-09-18Split history script.js to javascript/dragdrop.jsAndrey
2022-09-17Replace existing images when pasting from clipboard or dropping a new one ↵Connum
(fixes #573)
2022-09-17typoDepFA
2022-09-17Add previous and next to modal with key shortcutsDepFA
2022-09-17Block event propagation when lightbox is triggeredDepFA
2022-09-17generalise to work on all non-masked images on all tabsDepFA
2022-09-17Add modal creation and functionsDepFA
2022-09-17X/Y plot support for switching checkpoints.AUTOMATIC
2022-09-17add a comment and some checks for the functionality of the last PRAUTOMATIC
2022-09-17Prevent uploading previous output from javascriptuservar
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
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
honor save grids and how grids in web setting
2022-09-14Typo of promptAustere Grim
2022-09-13Ability to save images into a folder named after the date they were created #353AUTOMATIC
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.