aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use classList.toggle wherever possibleAarni Koskela2023-04-302-12/+4
|
* imageMaskFix.js: fix event listeners to not use anonymous trampolineAarni Koskela2023-04-301-5/+5
|
* hints: don't process elements that already have a titleAarni Koskela2023-04-301-1/+3
|
* attempt to fix broken github CIAUTOMATIC2023-04-291-1/+1
|
* add changelogAUTOMATIC2023-04-291-0/+58
|
* increase extra networks UI height to fit two rows of cards.AUTOMATIC2023-04-291-1/+1
|
* alternate restore progress button implementationAUTOMATIC2023-04-296-7/+99
|
* Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC2023-04-296-141/+18
| | | | | This reverts commit 80987c36f9bfa33092ac7c75624b25d839cb2a06, reversing changes made to 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727.
* Merge pull request #7595 from siutin/feature/restore-progressAUTOMATIC11112023-04-296-18/+141
|\ | | | | restore the progress from session lost / tab reload
| * Merge branch 'dev' into feature/restore-progressAUTOMATIC11112023-04-2963-334/+1394
| |\ | |/ |/|
* | Merge pull request #9907 from garrettsutula/masterAUTOMATIC11112023-04-292-0/+2
|\ \ | | | | | | Add disable_tls_verify arg for use with self-signed certs
| * \ Merge branch 'dev' into masterAUTOMATIC11112023-04-2962-333/+1390
| |\ \ | |/ / |/| |
* | | bump gradio to 3.28.1AUTOMATIC2023-04-293-3/+3
| | |
* | | do not fail all Loras if some have failed to load when making a pictureAUTOMATIC2023-04-291-1/+5
| | |
* | | Merge pull request #9933 from w-e-w/devAUTOMATIC11112023-04-291-2/+2
|\ \ \ | | | | | | | | add missing filename pattern hints
| * | | hints [batch_number] [generation_number]w-e-w2023-04-291-2/+2
| | | |
| * | | hints [clip_skip]w-e-w2023-04-291-2/+2
| | | |
* | | | Merge pull request #7632 from papuSpartan/gamepadAUTOMATIC11112023-04-291-0/+36
|\ \ \ \ | | | | | | | | | | Image viewer scrolling via analog stick
| * | | | remove redundant loadunknown2023-03-151-5/+0
| | | | |
| * | | | modularizeunknown2023-03-132-31/+40
| | | | |
| * | | | enable gallery scrolling functionality for horizontal scroll and gamepadsunknown2023-02-071-3/+22
| | | | |
| * | | | Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui ↵unknown2023-02-0519-129/+200
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into gamepad
| * \ \ \ \ Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui ↵unknown2023-02-046-57/+70
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into gamepad
| * \ \ \ \ \ Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui ↵unknown2023-01-313-2/+12
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into gamepad
| * \ \ \ \ \ \ Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui ↵unknown2023-01-3039-675/+1184
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into gamepad
| * \ \ \ \ \ \ \ Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui ↵unknown2023-01-28144-6469/+10910
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into gamepad
| * | | | | | | | | basic image next and prev control with joystickunknown2023-01-281-0/+13
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webuiunknown2022-12-2546-209/+628
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webuiunknown2022-12-1211-74/+80
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webuiunknown2022-12-105-78/+53
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webuiunknown2022-12-104-7/+8
| |\ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | change gradio callback from change to release in a bunch of places now that ↵AUTOMATIC2023-04-292-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it's fixed in gradio
* | | | | | | | | | | | | | remove unwanted changes from #8789AUTOMATIC2023-04-292-14/+5
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #8789 from Rucadi/masterAUTOMATIC11112023-04-292-1/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add polling and reload callback for extensions.
| * | | | | | | | | | | | | | Update script_callbacks.pyRucadi2023-03-211-1/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' of ↵rucadi2023-02-021-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/Rucadi/stable-diffusion-webui-polling
| | * | | | | | | | | | | | | | Add a callback called before reloading the serverrucadi2022-12-162-1/+13
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Add polling callbackrucadi2022-12-162-0/+13
| | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Add a callback called before reloading the serverrucadi2023-02-022-1/+13
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add polling callbackrucadi2023-02-022-0/+13
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #8924 from kurilee/masterAUTOMATIC11112023-04-292-3/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add option "keep original size" to textual inversion images preprocess
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'AUTOMATIC1111:master' into masterkurilee2023-03-252-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add option "keep original size" to textual inversion images preprocesskurilee2023-03-252-3/+9
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #9108 from AUTOMATIC1111/img2img-scale-byAUTOMATIC11112023-04-294-8/+79
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add "resize by" and "resize to" tabs to img2img
| * | | | | | | | | | | | | | | | Update modules/ui.pyAUTOMATIC11112023-04-291-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: missionfloyd <missionfloyd@users.noreply.github.com>
| * | | | | | | | | | | | | | | | add "resize by" and "resize to" tabs to img2imgAUTOMATIC2023-03-284-5/+75
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #8999 from Reibies/patch-1AUTOMATIC11112023-04-291-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed: extra network height css
| * | | | | | | | | | | | | | | | | Update style.cssReimoo2023-03-271-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Update style.cssReimoo2023-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: missionfloyd <missionfloyd@users.noreply.github.com>
| * | | | | | | | | | | | | | | | | Changed: extra network height cssReimoo2023-03-261-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed it so cards take up a set amount of vertical space but added the ability to scroll and resize.