aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13762 from wkpark/nextjobAUTOMATIC11112023-11-031-2/+2
|\
| * call state.jobnext() before postproces*()Won-Kyu Park2023-10-251-2/+2
* | Merge pull request #13797 from Meerkov/masterAUTOMATIC11112023-11-031-1/+1
|\ \ | |/ |/|
| * Fix #13796Meerkov2023-10-291-1/+1
* | rework some of changes for emphasis editing keys, force conversion of old-sty...AUTOMATIC11112023-10-211-2/+1
* | Merge pull request #13533 from missionfloyd/edit-attention-fixAUTOMATIC11112023-10-151-2/+2
|\ \
| * | Make attention conversion optionalmissionfloyd2023-10-131-1/+1
| * | Add brackets, vertical bar to default delimitersmissionfloyd2023-10-071-1/+1
* | | repair unload sd checkpoint buttonAUTOMATIC11112023-10-153-25/+23
* | | add an option to not print stack traces on ctrl+c.AUTOMATIC11112023-10-152-1/+6
* | | Merge pull request #13568 from AUTOMATIC1111/lora_emb_bundleAUTOMATIC11112023-10-141-34/+40
|\ \ \
| * | | remove duplicated codeAUTOMATIC11112023-10-141-34/+40
| |/ /
* | | Merge pull request #13463 from FluttyProger/patch-1AUTOMATIC11112023-10-141-1/+2
|\ \ \
| * | | Ability for extensions to return custom data via api in response.imagesFluttyProger2023-10-011-1/+2
* | | | Merge pull request #13567 from LeonZhao28/bugfix_key_error_in_processingAUTOMATIC11112023-10-141-1/+1
|\ \ \ \
| * | | | fix the key error exception when adding an overwriting key which is defined i...Leon2023-10-091-1/+1
| | |/ / | |/| |
* | | | use shallow copy for #13535AUTOMATIC11112023-10-141-2/+1
* | | | Merge pull request #13535 from chu8129/devAUTOMATIC11112023-10-141-4/+5
|\ \ \ \
| * | | | reverstwangqiuwen2023-10-071-0/+2
| * | | | upwangqiuwen2023-10-071-6/+5
* | | | | more general case of adding an infotext when no images have been generatedAUTOMATIC11112023-10-141-1/+3
* | | | | Merge pull request #13630 from wkpark/indexerror-fixAUTOMATIC11112023-10-141-0/+1
|\ \ \ \ \
| * | | | | fix IndexError: list index out of range error interrupted while postprocessWon-Kyu Park2023-10-131-0/+1
| | |/ / / | |/| | |
* | | | | put notification.mp3 option at the end of the pageAUTOMATIC11112023-10-141-1/+2
* | | | | Merge pull request #13631 from galekseev/masterAUTOMATIC11112023-10-142-1/+2
|\ \ \ \ \
| * | | | | added option to play notification sound or notGleb Alekseev2023-10-132-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #13364 from superhero-7/masterAUTOMATIC11112023-10-143-3/+170
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix linter issuessuperhero-72023-10-013-10/+9
| * | | | support altdiffusion-m18superhero-72023-09-231-0/+2
| * | | | support m18superhero-72023-09-233-5/+171
| |/ / /
* | | | fix re_param_code (regression bug PR #13458)Won-Kyu Park2023-10-021-1/+1
* | | | Merge pull request #13466 from AUTOMATIC1111/denoising-noneAUTOMATIC11112023-10-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Change denoising_strength default to None.missionfloyd2023-10-021-1/+1
| |/ /
* | | Merge pull request #13458 from wkpark/fieldname-regexAUTOMATIC11112023-10-011-1/+1
|\ \ \
| * | | fix fieldname regex to accept additional [-/] charsWon-Kyu Park2023-10-011-1/+1
* | | | add search field to settingsAUTOMATIC11112023-10-011-2/+14
|/ / /
* | | Merge pull request #13444 from AUTOMATIC1111/edit-attn-delimitersAUTOMATIC11112023-10-011-1/+2
|\ \ \
| * | | Use checkboxes for whitespace delimitersmissionfloyd2023-10-011-1/+2
| * | | Allow editing whitespace delimitersmissionfloyd2023-09-301-1/+1
| |/ /
* | | get #13121 to work without restartAUTOMATIC11112023-09-301-8/+15
* | | reword sd_checkpoint_dropdown_use_short setting and add explanationAUTOMATIC11112023-09-301-1/+1
* | | Merge pull request #13121 from AUTOMATIC1111/consolidated-allowed-preview-for...AUTOMATIC11112023-09-301-6/+7
|\ \ \
| * | | consolidated allowed preview formatsw-e-w2023-09-071-6/+7
* | | | Merge pull request #13139 from AUTOMATIC1111/ckpt-dir-path-separatorAUTOMATIC11112023-09-303-5/+7
|\ \ \ \
| * | | | option use short name for checkpoint dropdownw-e-w2023-09-082-3/+4
| * | | | parsing string to pathw-e-w2023-09-081-2/+3
| |/ / /
* | | | Merge pull request #13170 from AUTOMATIC1111/re-fix-batch-img2img-output-dir-...AUTOMATIC11112023-09-302-1/+3
|\ \ \ \
| * | | | prevent accessing non-existing keysw-e-w2023-09-091-1/+1
| * | | | Ensure not override images with script enabledw-e-w2023-09-091-0/+2
* | | | | Merge pull request #13077 from sdwebui-extensions/masterAUTOMATIC11112023-09-301-9/+12
|\ \ \ \ \