aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
AgeCommit message (Collapse)AuthorLines
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-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
2022-09-25Changed job_id to timestampEyrie-4/+2
2022-09-25Added hints for file & dir patternsEyrie-2/+2
2022-09-25Added job_id pattern for directoriesEyrie-0/+1
2022-09-24added [styles] filename patternRnDMonkey-2/+2
2022-09-23Only switch between visible gallery entriesDepFA-2/+14
Since the other tabs are kept in the dom now filtering is needed.
2022-09-23delete unwanted console.logAUTOMATIC-1/+0
2022-09-23add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ↵AUTOMATIC-4/+48
tabs fixed some [send to..] buttons to work properly with all tabs
2022-09-23upgrade to gradio==3.4b3 t fixthe inpain bugsAUTOMATIC-31/+30
rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab
2022-09-23Show interrupt button without progress barinnovaciones-2/+2
2022-09-22resize mask canvases to fit underlying image (fixes #668)Connum-0/+45
2022-09-22Fixed directory name generation process.Prof-Cheese-0/+1
'Max prompt words' has been added to config and modified to be used in the directory name generation process.
2022-09-22Update selectors after ui and core overhaulDepFA-9/+4
2022-09-22move Notification.requestPermission() entirely to javascript to possibly fix ↵AUTOMATIC-0/+12
problem with secure context people are having on non-localhost
2022-09-22A big rework, just what you were secretly hoping for!AUTOMATIC-5/+47
SD upscale moved to scripts Batch processing script removed Batch processing added to main img2img and now works with scripts img2img page UI reworked to use tabs