Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes generation restart not working for some users when 'Ctrl+Enter' is pressed | kaalibro | 2023-11-13 | 1 | -3/+12 |
| | |||||
* | Add files via upload | Khachatur Avanesian | 2023-10-15 | 1 | -167/+167 |
| | | | LF | ||||
* | Update script.js | Khachatur Avanesian | 2023-10-15 | 1 | -67/+61 |
| | |||||
* | Update script.js | Khachatur Avanesian | 2023-10-15 | 1 | -62/+68 |
| | | | LF instead CRLF | ||||
* | Update script.js | Khachatur Avanesian | 2023-10-15 | 1 | -10/+12 |
| | | | Exclude lambda | ||||
* | Start / Restart generation by Ctrl (Alt) + Enter | Khachatur Avanesian | 2023-10-14 | 1 | -163/+165 |
| | | | Add ability to interrupt current generation and start generation again by Ctrl (Alt) + Enter | ||||
* | Frontend: only look at top-level tabs, not nested tabs | Aarni Koskela | 2023-05-30 | 1 | -2/+8 |
| | | | | Refs https://github.com/adieyal/sd-dynamic-prompts/issues/459#issuecomment-1568543926 | ||||
* | Add onAfterUiUpdate callback | Aarni Koskela | 2023-05-25 | 1 | -0/+27 |
| | |||||
* | Document on* handlers (for extension authors' sake) | Aarni Koskela | 2023-05-25 | 1 | -0/+20 |
| | |||||
* | Merge executeCallbacks and runCallback, simplify + optimize | Aarni Koskela | 2023-05-25 | 1 | -9/+7 |
| | |||||
* | Just use console.error, it's in all browsers | Aarni Koskela | 2023-05-25 | 1 | -1/+1 |
| | |||||
* | split visibility method and sort instead | Thottyottyotty | 2023-05-19 | 1 | -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 uiElementIsVisible | Thottyottyotty | 2023-05-18 | 1 | -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 edits | AUTOMATIC | 2023-05-18 | 1 | -8/+8 |
| | |||||
* | Run `eslint --fix` (and normalize tabs to spaces) | Aarni Koskela | 2023-05-17 | 1 | -34/+40 |
| | |||||
* | 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 |
| |