aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
Commit message (Collapse)AuthorAgeFilesLines
* Typo fix in watermark hint.LunixWasTaken2022-10-121-1/+1
|
* Prevent nans from failed float parsing from overwriting weightsDepFA2022-10-111-0/+1
|
* triggers 'input' event when using arrow keys to edit attentionnai-degen2022-10-111-0/+3
|
* context menus closureDepFA2022-10-111-40/+41
|
* Correct list style, apply gen forever to both tabs, roll3 on both tabsDepFA2022-10-111-8/+16
|
* Make cancel generate forever let the current gen complete (#2206)DepFA2022-10-101-4/+0
|
* add an option to not add watermark to created imagesAUTOMATIC2022-10-101-0/+1
|
* add eta noise seed delta optionAUTOMATIC2022-10-101-0/+1
|
* Update lightbox to change displayed image as soon as generation is complete ↵DepFA2022-10-091-75/+99
| | | | | | | (#1933) * add updateOnBackgroundChange * typo fixes. * reindent to 4 spaces
* chore: Fix typosAidan Holland2022-10-081-1/+1
|
* Remove duplicate event listenersguaneec2022-10-081-0/+3
|
* Add button to skip the current iterationTrung Ngo2022-10-082-6/+15
|
* implement removalDepFA2022-10-081-3/+10
|
* Context MenusDepFA2022-10-081-0/+165
|
* edit-attention browser compatibility and readme typoJairo Correa2022-10-081-1/+1
|
* added ctrl+up or ctrl+down hotkeys for attentionAUTOMATIC2022-10-061-0/+41
|
* add check for progress in title settingDepFA2022-10-061-1/+1
|
* Show generation progress in window titleDepFA2022-10-051-0/+15
|
* add hint, refactor code for #1607AUTOMATIC2022-10-041-0/+1
|
* Convert folder icon surrogate pair to valid utf8Hanusz Leszek2022-10-031-1/+1
|
* Merge branch 'master' into 1404-script-reload-without-restartAUTOMATIC11112022-10-023-6/+29
|\
| * Merge branch 'master' into token_updatesliamkerr2022-10-022-0/+9
| |\
| | * initial support for training textual inversionAUTOMATIC2022-10-022-0/+9
| | |
| * | consolidated token counter functionsLiam2022-09-301-12/+9
| | |
| * | token counters now update when roll artist and style buttons are pressed ↵Liam2022-09-301-6/+22
| |/ | | | | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1194#issuecomment-1261203893
* / move JavaScript into ui.jsDepFA2022-10-011-0/+5
|/
* fix #1405 submitting both tabsAUTOMATIC2022-09-301-1/+1
|
* ALT + return will submit prompt when it's in focusTrung Ngo2022-09-301-0/+10
|
* refined [styles] pattern and added [prompt_no_styles]RnDMonkey2022-09-301-2/+2
|
* Add output folder iconsMichoko2022-09-291-0/+1
| | | | Adds icons on the first 3 tabs to directly open the corresponding images output directory
* removed unused import; now using javascript to watch prompt textareaLiam2022-09-281-9/+11
|
* switched the token counter to use hidden buttons instead of api callLiam2022-09-272-58/+15
|
* Merge remote-tracking branch 'upstream/master' into token_countLiam2022-09-274-14/+22
|\
| * Merge branch 'master' into notification-sound48DESIGN2022-09-272-12/+17
| |\
| | * refactored image paste handling to fill unset images successively, then ↵Connum2022-09-271-9/+15
| | | | | | | | | | | | replace last existing image (fixes #981)
| | * Solve issue #962Alexandre Simard2022-09-271-3/+2
| | | | | | | | | | | | Fix by @MrAcademy
| * | adds support for a notification.mp3 in the root directory that will play ↵Connum2022-09-261-0/+3
| |/ | | | | | | upon completion (fixes #1013)
| * use strftime. update hints.jstateisu2022-09-261-2/+2
| |
* | added token counter next to txt2img and img2img promptsLiam2022-09-272-0/+60
|/
* Changed job_id to timestampEyrie2022-09-251-4/+2
|
* Added hints for file & dir patternsEyrie2022-09-251-2/+2
|
* Added job_id pattern for directoriesEyrie2022-09-251-0/+1
|
* added [styles] filename patternRnDMonkey2022-09-241-2/+2
|
* Only switch between visible gallery entriesDepFA2022-09-231-2/+14
| | | Since the other tabs are kept in the dom now filtering is needed.
* delete unwanted console.logAUTOMATIC2022-09-231-1/+0
|
* add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ↵AUTOMATIC2022-09-232-4/+48
| | | | | | tabs fixed some [send to..] buttons to work properly with all tabs
* upgrade to gradio==3.4b3 t fixthe inpain bugsAUTOMATIC2022-09-232-31/+30
| | | | | | rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab
* Show interrupt button without progress barinnovaciones2022-09-231-2/+2
|
* resize mask canvases to fit underlying image (fixes #668)Connum2022-09-221-0/+45
|
* Fixed directory name generation process.Prof-Cheese2022-09-221-0/+1
| | | | 'Max prompt words' has been added to config and modified to be used in the directory name generation process.