aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13463 from FluttyProger/patch-1AUTOMATIC11112023-10-141-1/+2
|\ | | | | Ability for extensions to return custom data via api in response.images
| * Ability for extensions to return custom data via api in response.imagesFluttyProger2023-10-011-1/+2
| |
* | Merge pull request #12991 from AUTOMATIC1111/but-report-templateAUTOMATIC11112023-10-141-18/+49
|\ \ | | | | | | Update bug_report.yml
| * | Less placeholder bug_report templatew-e-w2023-10-031-36/+8
| | |
| * | Update bug_report.ymlw-e-w2023-09-071-2/+3
| | |
| * | Grammar fixescatboxanon2023-09-061-31/+31
| | |
| * | Update bug_report.ymlw-e-w2023-09-021-16/+74
| | |
* | | Merge pull request #13567 from LeonZhao28/bugfix_key_error_in_processingAUTOMATIC11112023-10-141-1/+1
|\ \ \ | | | | | | | | fix the key error exception when processing override_settings keys
| * | | fix the key error exception when adding an overwriting key which is defined ↵Leon2023-10-091-1/+1
| | | | | | | | | | | | | | | | in the extensions
* | | | Merge pull request #13459 from wkpark/preview-fixAUTOMATIC11112023-10-141-2/+5
|\ \ \ \ | | | | | | | | | | show the preview image in the modalview if available
| * | | | show the preview image in the modalview if availableWon-Kyu Park2023-10-111-2/+5
| |/ / /
* | | | use shallow copy for #13535AUTOMATIC11112023-10-141-2/+1
| | | |
* | | | Merge pull request #13535 from chu8129/devAUTOMATIC11112023-10-141-4/+5
|\ \ \ \ | | | | | | | | | | fix: checkpoints_loaded:{checkpoint:state_dict}, model.load_state_dict issue in dict value empty
| * | | | reverstwangqiuwen2023-10-071-0/+2
| | | | |
| * | | | upwangqiuwen2023-10-071-6/+5
| | | | |
* | | | | Merge pull request #13610 from v0xie/network-gloraAUTOMATIC11112023-10-142-0/+35
|\ \ \ \ \ | | | | | | | | | | | | Support inference with LyCORIS GLora networks
| * | | | | support inference with LyCORIS GLora networksv0xie2023-10-122-0/+35
| | |/ / / | |/| | |
* | | | | 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
| * | | | | 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 not
| * | | | | added option to play notification sound or notGleb Alekseev2023-10-132-1/+2
| | | | | |
* | | | | | Merge pull request #13364 from superhero-7/masterAUTOMATIC11112023-10-144-3/+243
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add altdiffusion-m18 support
| * | | | | fix linter issuessuperhero-72023-10-013-10/+9
| | | | | |
| * | | | | support altdiffusion-m18superhero-72023-09-231-0/+2
| | | | | |
| * | | | | support m18superhero-72023-09-234-5/+244
| |/ / / /
* | | | | case-insensitive search for settingsAUTOMATIC11112023-10-031-2/+2
| | | | |
* | | | | Merge pull request #13475 from wkpark/regress-fixAUTOMATIC11112023-10-031-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fix regression
| * | | | | fix re_param_code (regression bug PR #13458)Won-Kyu Park2023-10-021-1/+1
| | | | | |
* | | | | | Merge pull request #13480 from AUTOMATIC1111/popup-fixAUTOMATIC11112023-10-032-10/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix accidentally closing popup dialogs
| * | | | | Lintmissionfloyd2023-10-031-1/+1
| | | | | |
| * | | | | Fix accidentally closing popup dialogsmissionfloyd2023-10-032-11/+14
| |/ / / /
* | | | | Merge pull request #13466 from AUTOMATIC1111/denoising-noneAUTOMATIC11112023-10-021-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Change denoising_strength default to None.
| * | | | | Change denoising_strength default to None.missionfloyd2023-10-021-1/+1
| |/ / / /
* | | | | Merge pull request #13469 from PermissionDenied7335/masterAUTOMATIC11112023-10-021-6/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | | I found a code snippet in webui.sh that disables python venv and moved it to the appropriate location
| * | | | Added an option not to enable venvPermissionDenied73352023-10-021-6/+6
| |/ / /
* | | | Merge pull request #13458 from wkpark/fieldname-regexAUTOMATIC11112023-10-011-1/+1
|\ \ \ \ | | | | | | | | | | fix fieldname regex
| * | | | fix fieldname regex to accept additional [-/] charsWon-Kyu Park2023-10-011-1/+1
| | | | |
* | | | | add search field to settingsAUTOMATIC11112023-10-015-18/+63
| | | | |
* | | | | add onEdit function for js and rework token-counter.js to use itAUTOMATIC11112023-10-013-17/+27
|/ / / /
* | | | Merge pull request #13444 from AUTOMATIC1111/edit-attn-delimitersAUTOMATIC11112023-10-012-15/+10
|\ \ \ \ | | | | | | | | | | edit-attention: Allow editing whitespace delimiters
| * | | | Remove end parenthesis from weightmissionfloyd2023-10-011-1/+1
| | | | |
| * | | | Remove unneeded codemissionfloyd2023-10-011-12/+1
| | | | |
| * | | | Use checkboxes for whitespace delimitersmissionfloyd2023-10-012-3/+8
| | | | |
| * | | | Allow editing whitespace delimitersmissionfloyd2023-09-302-2/+3
| |/ / /
* | | | 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 ↵AUTOMATIC11112023-09-301-6/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/consolidated-allowed-preview-formats Consolidated allowed preview formats, Fix extra network `.gif` not woking as preview
| * | | | consolidated allowed preview formatsw-e-w2023-09-071-6/+7
| | |_|/ | |/| |