Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update script.js | GeorgLegato | 2023-04-03 | 1 | -1/+1 |
| | | | updated how tabs are presented in DOM with Gradio 3.23. | ||||
* | fix overriding getElementById on document | Remixer Dec | 2023-03-25 | 1 | -1/+1 |
| | |||||
* | initial gradio 3.22 support | AUTOMATIC | 2023-03-25 | 1 | -2/+4 |
| | |||||
* | extra networks UI | AUTOMATIC | 2023-01-21 | 1 | -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 them | AUTOMATIC | 2023-01-14 | 1 | -0/+4 |
| | | | | add checkpoint hash to footer | ||||
* | fix js errors when restarting UI | AUTOMATIC | 2023-01-12 | 1 | -1/+2 |
| | |||||
* | better targetting, class tabs was autoassigned | Gerschel | 2023-01-04 | 1 | -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 repeat | apolinario | 2022-12-10 | 1 | -2/+3 |
| | |||||
* | style change | apolinario | 2022-12-06 | 1 | -1/+1 |
| | |||||
* | Use shadowRoot if inside of an iframe and don't use it if outside | apolinario | 2022-12-06 | 1 | -1/+1 |
| | | | This makes sure it will work everywhere | ||||
* | Fix WebUI not working inside of iframes | apolinario | 2022-12-05 | 1 | -2/+2 |
| | |||||
* | localization support | AUTOMATIC | 2022-10-17 | 1 | -5/+5 |
| | |||||
* | Add hint for `ctrl/alt enter` | aoirusann | 2022-10-15 | 1 | -2/+2 |
| | | | | And duplicate implementations are removed | ||||
* | Make the ctrl+enter shortcut use the generate button on the current tab | Jairo Correa | 2022-10-11 | 1 | -2/+9 |
| | |||||
* | Add ctrl+enter as a shortcut to quickly start a generation. | Melan | 2022-10-10 | 1 | -0/+16 |
| | |||||
* | refactored image paste handling to fill unset images successively, then ↵ | Connum | 2022-09-27 | 1 | -0/+21 |
| | | | | replace last existing image (fixes #981) | ||||
* | make callback queue handling reusable and implement onUiTabChange() | Connum | 2022-09-24 | 1 | -9/+25 |
| | |||||
* | add read access to settings for jsavascript | AUTOMATIC | 2022-09-18 | 1 | -1/+5 |
| | | | | add an option to disable lightbox modal | ||||
* | script.js split work - ui.js | AUTOMATIC | 2022-09-18 | 1 | -66/+0 |
| | |||||
* | Split history script.js to javascript/ui.js | Andrey | 2022-09-18 | 1 | -0/+87 |
| | |||||
* | Split history script.js to javascript/ui.js | Andrey | 2022-09-18 | 1 | -87/+0 |
| | |||||
* | script.js split work - progress.js | AUTOMATIC | 2022-09-18 | 1 | -29/+0 |
| | |||||
* | Split history script.js to javascript/progressbar.js | Andrey | 2022-09-18 | 1 | -0/+116 |
| | |||||
* | Split history script.js to javascript/progressbar.js | Andrey | 2022-09-18 | 1 | -116/+0 |
| | |||||
* | script.js split work - hints.js | AUTOMATIC | 2022-09-18 | 1 | -92/+0 |
| | |||||
* | Split history script.js to javascript/hints.js | Andrey | 2022-09-18 | 1 | -0/+208 |
| | |||||
* | Split history script.js to javascript/hints.js | Andrey | 2022-09-18 | 1 | -208/+0 |
| | |||||
* | script.js split work - dragdrop.js | AUTOMATIC | 2022-09-18 | 1 | -57/+0 |
| | |||||
* | Split history script.js to javascript/dragdrop.js | Andrey | 2022-09-18 | 1 | -0/+265 |
| | |||||
* | Split history script.js to javascript/dragdrop.js | Andrey | 2022-09-18 | 1 | -265/+0 |
| | |||||
* | script.js split work | AUTOMATIC | 2022-09-18 | 1 | -133/+9 |
| | |||||
* | Split history script.js to javascript/dragdrop.js | Andrey | 2022-09-18 | 1 | -0/+389 |
| | |||||
* | Split history script.js to javascript/dragdrop.js | Andrey | 2022-09-18 | 1 | -389/+0 |
| | |||||
* | Replace existing images when pasting from clipboard or dropping a new one ↵ | Connum | 2022-09-17 | 1 | -4/+45 |
| | | | | (fixes #573) | ||||
* | typo | DepFA | 2022-09-17 | 1 | -0/+27 |
| | |||||
* | Add previous and next to modal with key shortcuts | DepFA | 2022-09-17 | 1 | -19/+59 |
| | |||||
* | Block event propagation when lightbox is triggered | DepFA | 2022-09-17 | 1 | -6/+10 |
| | |||||
* | generalise to work on all non-masked images on all tabs | DepFA | 2022-09-17 | 1 | -11/+12 |
| | |||||
* | Add modal creation and functions | DepFA | 2022-09-17 | 1 | -0/+60 |
| | |||||
* | X/Y plot support for switching checkpoints. | AUTOMATIC | 2022-09-17 | 1 | -0/+2 |
| | |||||
* | add a comment and some checks for the functionality of the last PR | AUTOMATIC | 2022-09-17 | 1 | -1/+10 |
| | |||||
* | Prevent uploading previous output from javascript | uservar | 2022-09-17 | 1 | -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 field | AUTOMATIC | 2022-09-14 | 1 | -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 ↵ | AUTOMATIC | 2022-09-14 | 1 | -1/+3 |
| | | | | honor save grids and how grids in web setting | ||||
* | Typo of prompt | Austere Grim | 2022-09-14 | 1 | -1/+1 |
| | |||||
* | Ability to save images into a folder named after the date they were created #353 | AUTOMATIC | 2022-09-12 | 1 | -0/+5 |
| | |||||
* | Add support for saving styles with negative prompts | cryzed | 2022-09-11 | 1 | -7/+3 |
| | |||||
* | CLIP interrogator | AUTOMATIC | 2022-09-11 | 1 | -0/+2 |
| | |||||
* | Change "send to " | Seki | 2022-09-11 | 1 | -0/+10 |
| | |||||
* | extra info for de-noising strength tooltip | AUTOMATIC | 2022-09-10 | 1 | -1/+1 |
| |