aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/ui.js
Commit message (Expand)AuthorAgeFilesLines
* Use onAfterUiUpdate where possibleAarni Koskela2023-05-251-1/+1
* Move token counters to separate JS file, fix namesAarni Koskela2023-05-211-70/+1
* get_tab_index(): use a for loop with early-exit for performanceAarni Koskela2023-05-191-8/+6
* Replace args_to_array (and facsimiles) with Array.fromAarni Koskela2023-05-191-26/+12
* eslint the merged codeAUTOMATIC2023-05-181-1/+1
* Merge branch 'eslint' into devAUTOMATIC2023-05-181-208/+213
|\
| * eslint related file editsAUTOMATIC2023-05-181-14/+8
| * Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-171-202/+213
* | remove some code duplication from #9348AUTOMATIC2023-05-171-39/+15
* | Merge branch 'dev' into improve-frontend-responsivenessAUTOMATIC11112023-05-171-14/+94
|\|
| * prevent Reload UI button/link from reloading the page when it's not yet readyAUTOMATIC2023-05-091-1/+10
| * do not show licenses page when user selects Show all pages in settingsAUTOMATIC2023-05-081-0/+3
| * Merge branch 'dev' into js-misc-fixesAUTOMATIC11112023-05-011-2/+8
| |\
| | * Merge pull request #9969 from AUTOMATIC1111/restore_progress_fixAUTOMATIC11112023-05-011-2/+2
| | |\
| | | * restore_progress fixw-e-w2023-05-011-2/+2
| | * | make it impossible to press the restore progress button after pressing it onceAUTOMATIC2023-05-011-0/+4
| | |/
| * | Use substring instead of deprecated substrAarni Koskela2023-04-301-1/+1
| * | Fix unused variablesAarni Koskela2023-04-301-2/+2
| * | Fix a whole bunch of implicit globalsAarni Koskela2023-04-301-15/+15
| |/
| * alternate restore progress button implementationAUTOMATIC2023-04-291-1/+45
| * Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC2023-04-291-27/+0
| * Merge branch 'dev' into feature/restore-progressAUTOMATIC11112023-04-291-1/+18
| |\
| | * change gradio callback from change to release in a bunch of places now that i...AUTOMATIC2023-04-291-0/+11
| | * add "resize by" and "resize to" tabs to img2imgAUTOMATIC2023-03-281-0/+5
| * | keep randomId simplersiutin2023-03-301-8/+2
| * | add a button to restore the current progresssiutin2023-03-301-2/+34
| |/
* / Improve frontend responsiveness for some buttonsspace-nuko2023-04-041-0/+48
|/
* Revert "Merge pull request #7931 from space-nuko/img2img-enhance"AUTOMATIC2023-03-281-21/+1
* Merge branch 'master' into img2img-enhancespace-nuko2023-03-281-5/+31
|\
| * Fix Send to img2img buttonsspace-nuko2023-03-251-5/+31
* | Use .success() callback on img2img preview inputs changespace-nuko2023-03-251-8/+0
* | img2img resolution preview should use currently selected tab's imagespace-nuko2023-03-251-3/+10
* | Add upscale slider to img2imgspace-nuko2023-03-251-2/+23
|/
* initial gradio 3.22 supportAUTOMATIC2023-03-251-2/+1
* update prompt token counts after using the paste params buttonAUTOMATIC2023-01-291-8/+28
* add checkpoints tab for extra networks UIAUTOMATIC2023-01-281-0/+7
* rework extras tab to use script systemAUTOMATIC2023-01-231-5/+0
* relocate tool buttons next to generate buttonAUTOMATIC2023-01-211-2/+2
* extra networks UIAUTOMATIC2023-01-211-5/+4
* move token counter to the location of the prompt, add token counting for the ...AUTOMATIC2023-01-201-8/+21
* allow baking in VAE in checkpoint merger tabAUTOMATIC2023-01-191-2/+0
* add progress bar to modelmergerAUTOMATIC2023-01-191-0/+11
* Process interrogation on all img2img subtabsVladimir Repin2023-01-181-0/+7
* update sending input event in java script to not cause exception in browser h...AUTOMATIC2023-01-171-0/+8
* big rework of progressbar/preview system to allow multiple users to prompts a...AUTOMATIC2023-01-151-5/+28
* add buttons to copy images between img2img tabsAUTOMATIC2023-01-141-2/+19
* load hashes from cache for checkpoints that have themAUTOMATIC2023-01-141-9/+16
* fix send to inpaint sending you to wrong placeAUTOMATIC2023-01-121-1/+1
* Merge pull request #4177 from eltociear/patch-2AUTOMATIC11112023-01-041-1/+1
|\
| * Fix typo in ui.jsIkko Ashimine2022-11-021-1/+1