Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add warning when meet emb name conflicting | Kohaku-Blueleaf | 2023-10-10 | 2 | -32/+81 |
| | | | | Choose standalone embedding (in /embeddings folder) first | ||||
* | Remove dev debug print | Kohaku-Blueleaf | 2023-10-10 | 1 | -1/+0 |
| | |||||
* | Support string_to_param nested dict | Kohaku-Blueleaf | 2023-10-10 | 1 | -1/+6 |
| | | | | | format: bundle_emb.EMBNAME.string_to_param.KEYNAME | ||||
* | add lora bundle system | Kohaku-Blueleaf | 2023-10-09 | 2 | -0/+49 |
| | |||||
* | case-insensitive search for settings | AUTOMATIC1111 | 2023-10-03 | 1 | -2/+2 |
| | |||||
* | Merge pull request #13475 from wkpark/regress-fix | AUTOMATIC1111 | 2023-10-03 | 1 | -1/+1 |
|\ | | | | | fix regression | ||||
| * | fix re_param_code (regression bug PR #13458) | Won-Kyu Park | 2023-10-02 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #13480 from AUTOMATIC1111/popup-fix | AUTOMATIC1111 | 2023-10-03 | 2 | -10/+13 |
|\ \ | |/ |/| | Fix accidentally closing popup dialogs | ||||
| * | Lint | missionfloyd | 2023-10-03 | 1 | -1/+1 |
| | | |||||
| * | Fix accidentally closing popup dialogs | missionfloyd | 2023-10-03 | 2 | -11/+14 |
| | | |||||
* | | Merge pull request #13466 from AUTOMATIC1111/denoising-none | AUTOMATIC1111 | 2023-10-02 | 1 | -1/+1 |
|\ \ | | | | | | | Change denoising_strength default to None. | ||||
| * | | Change denoising_strength default to None. | missionfloyd | 2023-10-02 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #13469 from PermissionDenied7335/master | AUTOMATIC1111 | 2023-10-02 | 1 | -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 venv | PermissionDenied7335 | 2023-10-02 | 1 | -6/+6 |
| |/ | |||||
* | | Merge pull request #13458 from wkpark/fieldname-regex | AUTOMATIC1111 | 2023-10-01 | 1 | -1/+1 |
|\ \ | | | | | | | fix fieldname regex | ||||
| * | | fix fieldname regex to accept additional [-/] chars | Won-Kyu Park | 2023-10-01 | 1 | -1/+1 |
| | | | |||||
* | | | add search field to settings | AUTOMATIC1111 | 2023-10-01 | 5 | -18/+63 |
| | | | |||||
* | | | add onEdit function for js and rework token-counter.js to use it | AUTOMATIC1111 | 2023-10-01 | 3 | -17/+27 |
|/ / | |||||
* | | Merge pull request #13444 from AUTOMATIC1111/edit-attn-delimiters | AUTOMATIC1111 | 2023-10-01 | 2 | -15/+10 |
|\ \ | | | | | | | edit-attention: Allow editing whitespace delimiters | ||||
| * | | Remove end parenthesis from weight | missionfloyd | 2023-10-01 | 1 | -1/+1 |
| | | | |||||
| * | | Remove unneeded code | missionfloyd | 2023-10-01 | 1 | -12/+1 |
| | | | |||||
| * | | Use checkboxes for whitespace delimiters | missionfloyd | 2023-10-01 | 2 | -3/+8 |
| | | | |||||
| * | | Allow editing whitespace delimiters | missionfloyd | 2023-09-30 | 2 | -2/+3 |
| |/ | |||||
* | | get #13121 to work without restart | AUTOMATIC1111 | 2023-09-30 | 1 | -8/+15 |
| | | |||||
* | | reword sd_checkpoint_dropdown_use_short setting and add explanation | AUTOMATIC1111 | 2023-09-30 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #13121 from ↵ | AUTOMATIC1111 | 2023-09-30 | 1 | -6/+7 |
|\ \ | | | | | | | | | | | | | AUTOMATIC1111/consolidated-allowed-preview-formats Consolidated allowed preview formats, Fix extra network `.gif` not woking as preview | ||||
| * | | consolidated allowed preview formats | w-e-w | 2023-09-07 | 1 | -6/+7 |
| | | | |||||
* | | | Merge pull request #13139 from AUTOMATIC1111/ckpt-dir-path-separator | AUTOMATIC1111 | 2023-09-30 | 3 | -5/+7 |
|\ \ \ | | | | | | | | | fix `--ckpt-dir` path separator and option use `short name` for checkpoint dropdown | ||||
| * | | | option use short name for checkpoint dropdown | w-e-w | 2023-09-08 | 2 | -3/+4 |
| | | | | |||||
| * | | | parsing string to path | w-e-w | 2023-09-08 | 1 | -2/+3 |
| |/ / | |||||
* | | | Merge pull request #13170 from ↵ | AUTOMATIC1111 | 2023-09-30 | 2 | -1/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | AUTOMATIC1111/re-fix-batch-img2img-output-dir-with-script Re fix batch img2img output dir with script | ||||
| * | | | prevent accessing non-existing keys | w-e-w | 2023-09-09 | 1 | -1/+1 |
| | | | | |||||
| * | | | Ensure not override images with script enabled | w-e-w | 2023-09-09 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge pull request #12877 from zixaphir/removeExtraNetworksFromPrompt_fix | AUTOMATIC1111 | 2023-09-30 | 1 | -4/+10 |
|\ \ \ \ | | | | | | | | | | | account for customizable extra network separators in remove code | ||||
| * | | | | Remove extra spaces | zixaphir | 2023-09-10 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Remove extra network separator without regex | zixaphir | 2023-09-10 | 1 | -10/+11 |
| | | | | | |||||
| * | | | | Account for edge case where user deleted leading separator. | zixaphir | 2023-08-31 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | account for customizable extra network separators in remove code | zixaphir | 2023-08-31 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | previous behavior only searched for leading spaces | ||||
* | | | | | Merge pull request #13178 from wpdong0727/fix-lora-bias-backup-reset | AUTOMATIC1111 | 2023-09-30 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | fix: lora-bias-backup don't reset cache | ||||
| * | | | | | fix: lora-bias-backup don't reset cache | dongwenpu | 2023-09-10 | 1 | -0/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #13077 from sdwebui-extensions/master | AUTOMATIC1111 | 2023-09-30 | 1 | -9/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | fix localization when there are multi same localization file in the extensions | ||||
| * | | | | | Update localization.py | liubo0902 | 2023-09-11 | 1 | -2/+0 |
| | | | | | | |||||
| * | | | | | Update localization.py | liubo0902 | 2023-09-05 | 1 | -2/+1 |
| | | | | | | |||||
| * | | | | | Update localization.py | liubo0902 | 2023-09-05 | 1 | -10/+16 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #13189 from ↵ | AUTOMATIC1111 | 2023-09-30 | 1 | -7/+15 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/make-InputAccordion-work-with-ui-config make InputAccordion work with ui-config | ||||
| * | | | | | make InputAccordion work with ui-config | w-e-w | 2023-09-11 | 1 | -7/+15 |
| | |/ / / | |/| | | | |||||
* | | | | | write infotext to gif image as comment | AUTOMATIC1111 | 2023-09-30 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Merge pull request #13068 from JaredTherriault/master | AUTOMATIC1111 | 2023-09-30 | 1 | -0/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Load comments from gif images to gather geninfo from gif outputs | ||||
| * | | | | | Load comments from gif images to gather geninfo from gif outputs | JaredTherriault | 2023-09-05 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Merge branch 'AUTOMATIC1111:master' into master | JaredTherriault | 2023-09-05 | 129 | -3747/+7098 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | |