aboutsummaryrefslogtreecommitdiffstats
path: root/script.js
Commit message (Collapse)AuthorAgeFilesLines
* split visibility method and sort insteadThottyottyotty2023-05-191-3/+7
| | | | split out the visibility method for pasting and use a sort inside the paste handler to prioritize on-screen fields rather than targeting ONLY on screen fields
* rewrite uiElementIsVisibleThottyottyotty2023-05-181-13/+11
| | | | rewrite visibility checking to be more generic/cleaner as well as add functionality to check if the element is scrolled on screen for more intuitive paste-target selection
* eslint related file editsAUTOMATIC2023-05-181-8/+8
|
* Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-171-34/+40
|
* Update script.jsGeorgLegato2023-04-031-1/+1
| | | updated how tabs are presented in DOM with Gradio 3.23.
* fix overriding getElementById on documentRemixer Dec2023-03-251-1/+1
|
* initial gradio 3.22 supportAUTOMATIC2023-03-251-2/+4
|
* extra networks UIAUTOMATIC2023-01-211-1/+12
| | | | rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
* load hashes from cache for checkpoints that have themAUTOMATIC2023-01-141-0/+4
| | | | add checkpoint hash to footer
* fix js errors when restarting UIAUTOMATIC2023-01-121-1/+2
|
* better targetting, class tabs was autoassignedGerschel2023-01-041-1/+1
| | | | | | | 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.
* No code repeatapolinario2022-12-101-2/+3
|
* style changeapolinario2022-12-061-1/+1
|
* Use shadowRoot if inside of an iframe and don't use it if outsideapolinario2022-12-061-1/+1
| | | This makes sure it will work everywhere
* Fix WebUI not working inside of iframesapolinario2022-12-051-2/+2
|
* localization supportAUTOMATIC2022-10-171-5/+5
|
* Add hint for `ctrl/alt enter`aoirusann2022-10-151-2/+2
| | | | And duplicate implementations are removed
* Make the ctrl+enter shortcut use the generate button on the current tabJairo Correa2022-10-111-2/+9
|
* Add ctrl+enter as a shortcut to quickly start a generation.Melan2022-10-101-0/+16
|
* refactored image paste handling to fill unset images successively, then ↵Connum2022-09-271-0/+21
| | | | replace last existing image (fixes #981)
* make callback queue handling reusable and implement onUiTabChange()Connum2022-09-241-9/+25
|
* add read access to settings for jsavascriptAUTOMATIC2022-09-181-1/+5
| | | | add an option to disable lightbox modal
* script.js split work - ui.jsAUTOMATIC2022-09-181-66/+0
|
* Split history script.js to javascript/ui.jsAndrey2022-09-181-0/+87
|
* Split history script.js to javascript/ui.jsAndrey2022-09-181-87/+0
|
* script.js split work - progress.jsAUTOMATIC2022-09-181-29/+0
|
* Split history script.js to javascript/progressbar.jsAndrey2022-09-181-0/+116
|
* Split history script.js to javascript/progressbar.jsAndrey2022-09-181-116/+0
|
* script.js split work - hints.jsAUTOMATIC2022-09-181-92/+0
|
* Split history script.js to javascript/hints.jsAndrey2022-09-181-0/+208
|
* Split history script.js to javascript/hints.jsAndrey2022-09-181-208/+0
|
* script.js split work - dragdrop.jsAUTOMATIC2022-09-181-57/+0
|
* Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-0/+265
|
* Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-265/+0
|
* script.js split workAUTOMATIC2022-09-181-133/+9
|
* Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-0/+389
|
* Split history script.js to javascript/dragdrop.jsAndrey2022-09-181-389/+0
|
* Replace existing images when pasting from clipboard or dropping a new one ↵Connum2022-09-171-4/+45
| | | | (fixes #573)
* typoDepFA2022-09-171-0/+27
|
* Add previous and next to modal with key shortcutsDepFA2022-09-171-19/+59
|
* Block event propagation when lightbox is triggeredDepFA2022-09-171-6/+10
|
* generalise to work on all non-masked images on all tabsDepFA2022-09-171-11/+12
|
* Add modal creation and functionsDepFA2022-09-171-0/+60
|
* X/Y plot support for switching checkpoints.AUTOMATIC2022-09-171-0/+2
|
* add a comment and some checks for the functionality of the last PRAUTOMATIC2022-09-171-1/+10
|
* Prevent uploading previous output from javascriptuservar2022-09-171-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.
* added a second style fieldAUTOMATIC2022-09-141-0/+6
| | | | | | added the ability to use {prompt} in styles added a button to apply style to textbox rearranged top row for UI
* loopback moved to scripts, added support for multiple batches, changed to ↵AUTOMATIC2022-09-141-1/+3
| | | | honor save grids and how grids in web setting
* Typo of promptAustere Grim2022-09-141-1/+1
|
* Ability to save images into a folder named after the date they were created #353AUTOMATIC2022-09-121-0/+5
|