aboutsummaryrefslogtreecommitdiff
path: root/javascript/ui.js
AgeCommit message (Collapse)Author
2023-12-13Allow pasting in WIDTHxHEIGHT strings into the width/height fieldsAarni Koskela
2023-12-02remove Train/Preprocessing tab and put all its functionality into extras ↵AUTOMATIC1111
batch images mode
2023-10-01add search field to settingsAUTOMATIC1111
2023-10-01add onEdit function for js and rework token-counter.js to use itAUTOMATIC1111
2023-08-19Merge pull request #12662 from bluelovers/bluelovers-patch-1-1AUTOMATIC1111
refactor: Update ui.js
2023-08-19refactor: Update ui.jsbluelovers
2023-08-05put localStorage stuff into its own fileAUTOMATIC1111
2023-07-31Don't crash if out of local storage quotaAarni Koskela
Fixes #12206 (works around it)
2023-05-25Use onAfterUiUpdate where possibleAarni Koskela
2023-05-21Move token counters to separate JS file, fix namesAarni Koskela
2023-05-19get_tab_index(): use a for loop with early-exit for performanceAarni Koskela
2023-05-19Replace args_to_array (and facsimiles) with Array.fromAarni Koskela
2023-05-18eslint the merged codeAUTOMATIC
2023-05-18Merge branch 'eslint' into devAUTOMATIC
2023-05-18eslint related file editsAUTOMATIC
2023-05-17remove some code duplication from #9348AUTOMATIC
2023-05-17Merge branch 'dev' into improve-frontend-responsivenessAUTOMATIC1111
2023-05-17Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela
2023-05-09prevent Reload UI button/link from reloading the page when it's not yet readyAUTOMATIC
2023-05-08do not show licenses page when user selects Show all pages in settingsAUTOMATIC
2023-05-01Merge branch 'dev' into js-misc-fixesAUTOMATIC1111
2023-05-01Merge pull request #9969 from AUTOMATIC1111/restore_progress_fixAUTOMATIC1111
restore_progress fix
2023-05-01restore_progress fixw-e-w
id wrong type
2023-05-01make it impossible to press the restore progress button after pressing it onceAUTOMATIC
2023-04-30Use substring instead of deprecated substrAarni Koskela
2023-04-30Fix unused variablesAarni Koskela
2023-04-30Fix a whole bunch of implicit globalsAarni Koskela
2023-04-29alternate restore progress button implementationAUTOMATIC
2023-04-29Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC
This reverts commit 80987c36f9bfa33092ac7c75624b25d839cb2a06, reversing changes made to 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727.
2023-04-29Merge branch 'dev' into feature/restore-progressAUTOMATIC1111
2023-04-29change gradio callback from change to release in a bunch of places now that ↵AUTOMATIC
it's fixed in gradio
2023-04-03Improve frontend responsiveness for some buttonsspace-nuko
2023-03-30keep randomId simplersiutin
2023-03-30add a button to restore the current progresssiutin
2023-03-28add "resize by" and "resize to" tabs to img2imgAUTOMATIC
2023-03-28Revert "Merge pull request #7931 from space-nuko/img2img-enhance"AUTOMATIC
This reverts commit 426875937048e21305ac24bea53df06523bdaa81, reversing changes made to 1b63afbedc7789c0eb9a4742b780ab304d7a9caf.
2023-03-28Merge branch 'master' into img2img-enhancespace-nuko
2023-03-25Fix Send to img2img buttonsspace-nuko
2023-03-25Use .success() callback on img2img preview inputs changespace-nuko
2023-03-25img2img resolution preview should use currently selected tab's imagespace-nuko
2023-03-25Add upscale slider to img2imgspace-nuko
2023-03-25initial gradio 3.22 supportAUTOMATIC
2023-01-30update prompt token counts after using the paste params buttonAUTOMATIC
2023-01-28add checkpoints tab for extra networks UIAUTOMATIC
2023-01-23rework extras tab to use script systemAUTOMATIC
2023-01-21relocate tool buttons next to generate buttonAUTOMATIC
prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt
2023-01-21extra networks UIAUTOMATIC
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
2023-01-20move token counter to the location of the prompt, add token counting for the ↵AUTOMATIC
negative prompt
2023-01-19allow baking in VAE in checkpoint merger tabAUTOMATIC
do not save config if it's the default for checkpoint merger tab change file naming scheme for checkpoint merger tab allow just saving A without any merging for checkpoint merger tab some stylistic changes for UI in checkpoint merger tab
2023-01-19add progress bar to modelmergerAUTOMATIC