aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'AUTOMATIC1111:master' into master不会画画的中医不是好程序员2022-10-131-0/+3
|\
| * train: change filename processing to be more simple and configurableAUTOMATIC2022-10-121-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
* | images history delete a number of images consecutively nextyfszzx2022-10-131-9/+15
| |
* | images history improvementyfszzx2022-10-121-1/+1
| |
* | images history improvementyfszzx2022-10-121-60/+65
| |
* | testyfszzx2022-10-123-2/+7
|\|
| * Merge branch 'master' into feature/scale_toAUTOMATIC11112022-10-123-35/+46
| |\
| | * 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
| | |
| * | Add "Scale to" option to ExtrasJustin Maier2022-10-101-1/+2
| | |
* | | Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plusyfszzx2022-10-121-32/+41
|\ \ \
| * \ \ Merge branch 'master' into master不会画画的中医不是好程序员2022-10-111-32/+41
| |\ \ \ | | | |/ | | |/|
| | * | context menus closureDepFA2022-10-111-40/+41
| | | |
| | * | Correct list style, apply gen forever to both tabs, roll3 on both tabsDepFA2022-10-111-8/+16
| | | |
* | | | images history improvementyfszzx2022-10-121-76/+146
|/ / /
* | | images history improvementyfszzx2022-10-111-4/+2
| | |
* | | images history improvementyfszzx2022-10-112-4/+2
|\| |
| * | 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
| |/
* | images history improvementyfszzx2022-10-112-58/+114
| |
* | Merge branch 'AUTOMATIC1111:master' into master不会画画的中医不是好程序员2022-10-105-83/+291
|\|
| * 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
| |
* | images history overyfszzx2022-10-101-2/+2
| |
* | show image historyyfszzx2022-10-102-0/+68
|/
* 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
|\