aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
AgeCommit message (Collapse)AuthorLines
2022-10-14add an ability to merge three checkpointsAUTOMATIC-1/+4
2022-10-14Update hints.jscrackfoo-1/+1
typo
2022-10-13emergency fix for broken send to buttonsAUTOMATIC-4/+4
2022-10-13Update hints.jsTaithrah-1/+1
typo
2022-10-13Correct img gen count in notificationKalle-1/+1
Display correct count of images generated in browser notification regardless of "Show grid in results for web" setting.
2022-10-13add option to change what's shown in quicksettings barAUTOMATIC-0/+2
2022-10-13Restore last generation paramsTrung Ngo-1/+1
2022-10-13add missing id propertyDepFA-1/+1
2022-10-12train: change filename processing to be more simple and configurableAUTOMATIC-0/+3
train: make it possible to make text files with prompts train: rework scheduler so that there's less repeating code in textual inversion and hypernets train: move epochs setting to options
2022-10-12Merge branch 'master' into feature/scale_toAUTOMATIC1111-35/+46
2022-10-12Typo fix in watermark hint.LunixWasTaken-1/+1
2022-10-12Prevent nans from failed float parsing from overwriting weightsDepFA-0/+1
2022-10-11triggers 'input' event when using arrow keys to edit attentionnai-degen-0/+3
2022-10-11context menus closureDepFA-40/+41
2022-10-11Correct list style, apply gen forever to both tabs, roll3 on both tabsDepFA-8/+16
2022-10-10Make cancel generate forever let the current gen complete (#2206)DepFA-4/+0
2022-10-10add an option to not add watermark to created imagesAUTOMATIC-0/+1
2022-10-10add eta noise seed delta optionAUTOMATIC-0/+1
2022-10-09Add "Scale to" option to ExtrasJustin Maier-1/+2
2022-10-09Update lightbox to change displayed image as soon as generation is complete ↵DepFA-75/+99
(#1933) * add updateOnBackgroundChange * typo fixes. * reindent to 4 spaces
2022-10-08chore: Fix typosAidan Holland-1/+1
2022-10-08Remove duplicate event listenersguaneec-0/+3
2022-10-08Add button to skip the current iterationTrung Ngo-6/+15
2022-10-08implement removalDepFA-3/+10
2022-10-08Context MenusDepFA-0/+165
2022-10-08edit-attention browser compatibility and readme typoJairo Correa-1/+1
2022-10-06added ctrl+up or ctrl+down hotkeys for attentionAUTOMATIC-0/+41
2022-10-06add check for progress in title settingDepFA-1/+1
2022-10-05Show generation progress in window titleDepFA-0/+15
2022-10-04add hint, refactor code for #1607AUTOMATIC-0/+1
2022-10-03Convert folder icon surrogate pair to valid utf8Hanusz Leszek-1/+1
2022-10-02Merge branch 'master' into 1404-script-reload-without-restartAUTOMATIC1111-6/+29
2022-10-02Merge branch 'master' into token_updatesliamkerr-0/+9
2022-10-02initial support for training textual inversionAUTOMATIC-0/+9
2022-10-02move JavaScript into ui.jsDepFA-0/+5
2022-09-30consolidated token counter functionsLiam-12/+9
2022-09-30token counters now update when roll artist and style buttons are pressed ↵Liam-6/+22
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1194#issuecomment-1261203893
2022-10-01fix #1405 submitting both tabsAUTOMATIC-1/+1
2022-09-30ALT + return will submit prompt when it's in focusTrung Ngo-0/+10
2022-09-30refined [styles] pattern and added [prompt_no_styles]RnDMonkey-2/+2
2022-09-29Add output folder iconsMichoko-0/+1
Adds icons on the first 3 tabs to directly open the corresponding images output directory
2022-09-28removed unused import; now using javascript to watch prompt textareaLiam-9/+11
2022-09-27switched the token counter to use hidden buttons instead of api callLiam-58/+15
2022-09-27Merge remote-tracking branch 'upstream/master' into token_countLiam-14/+22
2022-09-27added token counter next to txt2img and img2img promptsLiam-0/+60
2022-09-27Merge branch 'master' into notification-sound48DESIGN-12/+17
2022-09-27refactored image paste handling to fill unset images successively, then ↵Connum-9/+15
replace last existing image (fixes #981)
2022-09-27Solve issue #962Alexandre Simard-3/+2
Fix by @MrAcademy
2022-09-26adds support for a notification.mp3 in the root directory that will play ↵Connum-0/+3
upon completion (fixes #1013)
2022-09-26use strftime. update hints.jstateisu-2/+2