Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prevent Reload UI button/link from reloading the page when it's not yet ready | AUTOMATIC | 2023-05-09 | 1 | -1/+10 |
| | |||||
* | make it so that custom context menu from contextMenu.js only disappears ↵ | AUTOMATIC | 2023-05-09 | 1 | -2/+1 |
| | | | | after user's click, ignoring non-user click events | ||||
* | add links to wiki for filename pattern settings | AUTOMATIC | 2023-05-08 | 1 | -0/+41 |
| | | | | add extended info for quicksettings setting | ||||
* | do not show licenses page when user selects Show all pages in settings | AUTOMATIC | 2023-05-08 | 1 | -0/+3 |
| | |||||
* | directory hiding for extra networks: dirs starting with . will hide their ↵ | AUTOMATIC | 2023-05-08 | 1 | -4/+21 |
| | | | | | | | | cards on extra network tabs unless specifically searched for create HTML for extra network pages only on demand allow directories starting with . to still list their models for lora, checkpoints, etc keep "search" filter for extra networks when user refreshes the page | ||||
* | Merge branch 'dev' into tooltip | AUTOMATIC1111 | 2023-05-08 | 16 | -156/+311 |
|\ | |||||
| * | Merge pull request #9955 from akx/noop-localization-unless-required | AUTOMATIC1111 | 2023-05-08 | 1 | -31/+37 |
| |\ | | | | | | | Make localization.js do nothing if there's no localization to do | ||||
| | * | Make localization.js do nothing if there's no localization to do | Aarni Koskela | 2023-05-04 | 1 | -31/+37 |
| | | | |||||
| * | | Merge pull request #10146 from missionfloyd/gamepad-option | AUTOMATIC1111 | 2023-05-08 | 1 | -32/+53 |
| |\ \ | | | | | | | | | Fix gamepad navigation | ||||
| | * | | Work with multiple gamepads | missionfloyd | 2023-05-07 | 1 | -3/+4 |
| | | | | |||||
| | * | | gamepad repeat option | missionfloyd | 2023-05-07 | 1 | -3/+2 |
| | | | | |||||
| | * | | Improve joypad performance | missionfloyd | 2023-05-07 | 1 | -6/+30 |
| | | | | |||||
| | * | | Make gamepad navigation optional | missionfloyd | 2023-05-06 | 1 | -32/+29 |
| | | | | |||||
| * | | | add denoising strength filename pattern | w-e-w | 2023-05-05 | 1 | -2/+2 |
| | |/ | |/| | |||||
| * | | Merge branch 'dev' into js-misc-fixes | AUTOMATIC1111 | 2023-05-01 | 1 | -2/+8 |
| |\| | |||||
| | * | Merge pull request #9969 from AUTOMATIC1111/restore_progress_fix | AUTOMATIC1111 | 2023-05-01 | 1 | -2/+2 |
| | |\ | | | | | | | | | restore_progress fix | ||||
| | | * | restore_progress fix | w-e-w | 2023-05-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | id wrong type | ||||
| | * | | make it impossible to press the restore progress button after pressing it once | AUTOMATIC | 2023-05-01 | 1 | -0/+4 |
| | |/ | |||||
| * | | Use substring instead of deprecated substr | Aarni Koskela | 2023-04-30 | 3 | -5/+5 |
| | | | |||||
| * | | Remove redundant return | Aarni Koskela | 2023-04-30 | 1 | -1/+0 |
| | | | |||||
| * | | Mark Notification.requestPermission's retval as purposely ignored | Aarni Koskela | 2023-04-30 | 1 | -1/+1 |
| | | | |||||
| * | | Fix unused variables | Aarni Koskela | 2023-04-30 | 9 | -21/+14 |
| | | | |||||
| * | | Fix a whole bunch of implicit globals | Aarni Koskela | 2023-04-30 | 13 | -62/+60 |
| | | | |||||
| * | | Use classList.toggle wherever possible | Aarni Koskela | 2023-04-30 | 2 | -12/+4 |
| | | | |||||
| * | | imageMaskFix.js: fix event listeners to not use anonymous trampoline | Aarni Koskela | 2023-04-30 | 1 | -5/+5 |
| | | | |||||
| * | | hints: don't process elements that already have a title | Aarni Koskela | 2023-04-30 | 1 | -1/+3 |
| |/ | |||||
| * | alternate restore progress button implementation | AUTOMATIC | 2023-04-29 | 3 | -3/+48 |
| | | |||||
| * | Revert "Merge pull request #7595 from siutin/feature/restore-progress" | AUTOMATIC | 2023-04-29 | 2 | -28/+1 |
| | | | | | | | | | | This reverts commit 80987c36f9bfa33092ac7c75624b25d839cb2a06, reversing changes made to 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727. | ||||
| * | Merge branch 'dev' into feature/restore-progress | AUTOMATIC1111 | 2023-04-29 | 9 | -26/+120 |
| |\ | |||||
| | * | Merge pull request #9933 from w-e-w/dev | AUTOMATIC1111 | 2023-04-29 | 1 | -2/+2 |
| | |\ | | | | | | | | | add missing filename pattern hints | ||||
| | | * | hints [batch_number] [generation_number] | w-e-w | 2023-04-29 | 1 | -2/+2 |
| | | | | |||||
| | | * | hints [clip_skip] | w-e-w | 2023-04-29 | 1 | -2/+2 |
| | | | | |||||
| | * | | Merge pull request #7632 from papuSpartan/gamepad | AUTOMATIC1111 | 2023-04-29 | 1 | -0/+36 |
| | |\ \ | | | | | | | | | | | Image viewer scrolling via analog stick | ||||
| | | * | | remove redundant load | unknown | 2023-03-15 | 1 | -5/+0 |
| | | | | | |||||
| | | * | | modularize | unknown | 2023-03-13 | 2 | -31/+40 |
| | | | | | |||||
| | | * | | enable gallery scrolling functionality for horizontal scroll and gamepads | unknown | 2023-02-07 | 1 | -3/+22 |
| | | | | | |||||
| | | * | | Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui ↵ | unknown | 2023-02-05 | 1 | -2/+2 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | into gamepad | ||||
| | | * \ \ | Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui ↵ | unknown | 2023-02-04 | 1 | -1/+1 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | into gamepad | ||||
| | | * \ \ \ | Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui ↵ | unknown | 2023-01-30 | 3 | -13/+92 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | into gamepad | ||||
| | | * \ \ \ \ | Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui ↵ | unknown | 2023-01-28 | 12 | -199/+533 |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into gamepad | ||||
| | | * | | | | | | basic image next and prev control with joystick | unknown | 2023-01-28 | 1 | -0/+13 |
| | | | | | | | | | |||||
| | * | | | | | | | change gradio callback from change to release in a bunch of places now that ↵ | AUTOMATIC | 2023-04-29 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it's fixed in gradio | ||||
| | * | | | | | | | Merge pull request #9108 from AUTOMATIC1111/img2img-scale-by | AUTOMATIC1111 | 2023-04-29 | 1 | -0/+5 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | add "resize by" and "resize to" tabs to img2img | ||||
| | | * | | | | | | | add "resize by" and "resize to" tabs to img2img | AUTOMATIC | 2023-03-28 | 1 | -0/+5 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Merge branch 'dev' into extension-settings-backup | AUTOMATIC1111 | 2023-04-29 | 6 | -25/+44 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ | Merge branch 'dev' into remove-watermark-option | AUTOMATIC1111 | 2023-04-29 | 7 | -27/+47 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | rework Negative Guidance minimum sigma to work with AND, add infotext and ↵ | AUTOMATIC | 2023-04-29 | 1 | -1/+2 |
| | | | | |_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | copypaste parameters support | ||||
| | | | * | | | | | | | Merge branch 'dev' into generation_params_fix | AUTOMATIC1111 | 2023-04-29 | 5 | -20/+39 |
| | | | |\ \ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ | Merge branch 'dev' into Branch_AddNewFilenameGen | AUTOMATIC1111 | 2023-04-29 | 11 | -185/+179 |
| | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | * \ \ \ \ \ \ | Merge pull request #9750 from TFWol/patch-1 | AUTOMATIC1111 | 2023-04-29 | 1 | -8/+0 |
| | | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove old code roll random artists |