aboutsummaryrefslogtreecommitdiffstats
path: root/script.js
AgeCommit message (Expand)AuthorLines
2023-03-25initial gradio 3.22 supportAUTOMATIC-2/+4
2023-01-21extra networks UIAUTOMATIC-1/+12
2023-01-14load hashes from cache for checkpoints that have themAUTOMATIC-0/+4
2023-01-12fix js errors when restarting UIAUTOMATIC-1/+2
2023-01-03better targetting, class tabs was autoassignedGerschel-1/+1
2022-12-10No code repeatapolinario-2/+3
2022-12-06style changeapolinario-1/+1
2022-12-06Use shadowRoot if inside of an iframe and don't use it if outsideapolinario-1/+1
2022-12-05Fix WebUI not working inside of iframesapolinario-2/+2
2022-10-17localization supportAUTOMATIC-5/+5
2022-10-15Add hint for `ctrl/alt enter`aoirusann-2/+2
2022-10-11Make the ctrl+enter shortcut use the generate button on the current tabJairo Correa-2/+9
2022-10-10Add ctrl+enter as a shortcut to quickly start a generation.Melan-0/+16
2022-09-27refactored image paste handling to fill unset images successively, then repla...Connum-0/+21
2022-09-24make callback queue handling reusable and implement onUiTabChange()Connum-9/+25
2022-09-18add read access to settings for jsavascriptAUTOMATIC-1/+5
2022-09-18script.js split work - ui.jsAUTOMATIC-66/+0
2022-09-18Split history script.js to javascript/ui.jsAndrey-0/+87
2022-09-18Split history script.js to javascript/ui.jsAndrey-87/+0
2022-09-18script.js split work - progress.jsAUTOMATIC-29/+0
2022-09-18Split history script.js to javascript/progressbar.jsAndrey-0/+116
2022-09-18Split history script.js to javascript/progressbar.jsAndrey-116/+0
2022-09-18script.js split work - hints.jsAUTOMATIC-92/+0
2022-09-18Split history script.js to javascript/hints.jsAndrey-0/+208
2022-09-18Split history script.js to javascript/hints.jsAndrey-208/+0
2022-09-18script.js split work - dragdrop.jsAUTOMATIC-57/+0
2022-09-18Split history script.js to javascript/dragdrop.jsAndrey-0/+265
2022-09-18Split history script.js to javascript/dragdrop.jsAndrey-265/+0
2022-09-18script.js split workAUTOMATIC-133/+9
2022-09-18Split history script.js to javascript/dragdrop.jsAndrey-0/+389
2022-09-18Split history script.js to javascript/dragdrop.jsAndrey-389/+0
2022-09-17Replace existing images when pasting from clipboard or dropping a new one (fi...Connum-4/+45
2022-09-17typoDepFA-0/+27
2022-09-17Add previous and next to modal with key shortcutsDepFA-19/+59
2022-09-17Block event propagation when lightbox is triggeredDepFA-6/+10
2022-09-17generalise to work on all non-masked images on all tabsDepFA-11/+12
2022-09-17Add modal creation and functionsDepFA-0/+60
2022-09-17X/Y plot support for switching checkpoints.AUTOMATIC-0/+2
2022-09-17add a comment and some checks for the functionality of the last PRAUTOMATIC-1/+10
2022-09-17Prevent uploading previous output from javascriptuservar-1/+1
2022-09-14added a second style fieldAUTOMATIC-0/+6
2022-09-14loopback moved to scripts, added support for multiple batches, changed to hon...AUTOMATIC-1/+3
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
2022-09-10update for code that was supposed to be hiding mask for the gradio bug but is...AUTOMATIC-7/+8