aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | Merge pull request #13139 from AUTOMATIC1111/ckpt-dir-path-separatorAUTOMATIC11112023-09-303-5/+7
|\ \ \ | | | | | | | | fix `--ckpt-dir` path separator and option use `short name` for checkpoint dropdown
| * | | 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 ↵AUTOMATIC11112023-09-302-1/+3
|\ \ \ | | | | | | | | | | | | | | | | AUTOMATIC1111/re-fix-batch-img2img-output-dir-with-script Re fix batch img2img output dir with script
| * | | 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 #12877 from zixaphir/removeExtraNetworksFromPrompt_fixAUTOMATIC11112023-09-301-4/+10
|\ \ \ \ | | | | | | | | | | account for customizable extra network separators in remove code
| * | | | Remove extra spaceszixaphir2023-09-101-1/+1
| | | | |
| * | | | Remove extra network separator without regexzixaphir2023-09-101-10/+11
| | | | |
| * | | | Account for edge case where user deleted leading separator.zixaphir2023-08-311-1/+1
| | | | |
| * | | | account for customizable extra network separators in remove codezixaphir2023-08-311-2/+7
| | | | | | | | | | | | | | | | | | | | previous behavior only searched for leading spaces
* | | | | Merge pull request #13178 from wpdong0727/fix-lora-bias-backup-resetAUTOMATIC11112023-09-301-0/+1
|\ \ \ \ \ | | | | | | | | | | | | fix: lora-bias-backup don't reset cache
| * | | | | fix: lora-bias-backup don't reset cachedongwenpu2023-09-101-0/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #13077 from sdwebui-extensions/masterAUTOMATIC11112023-09-301-9/+12
|\ \ \ \ \ | | | | | | | | | | | | fix localization when there are multi same localization file in the extensions
| * | | | | Update localization.pyliubo09022023-09-111-2/+0
| | | | | |
| * | | | | Update localization.pyliubo09022023-09-051-2/+1
| | | | | |
| * | | | | Update localization.pyliubo09022023-09-051-10/+16
| | |_|_|/ | |/| | |
* | | | | Merge pull request #13189 from ↵AUTOMATIC11112023-09-301-7/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/make-InputAccordion-work-with-ui-config make InputAccordion work with ui-config
| * | | | | make InputAccordion work with ui-configw-e-w2023-09-111-7/+15
| | |/ / / | |/| | |
* | | | | write infotext to gif image as commentAUTOMATIC11112023-09-301-0/+2
| | | | |
* | | | | Merge pull request #13068 from JaredTherriault/masterAUTOMATIC11112023-09-301-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Load comments from gif images to gather geninfo from gif outputs
| * | | | | Load comments from gif images to gather geninfo from gif outputsJaredTherriault2023-09-051-0/+2
| | | | | |
| * | | | | Merge branch 'AUTOMATIC1111:master' into masterJaredTherriault2023-09-05129-3747/+7098
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Revert "Offloading custom work"JaredTherriault2023-09-033-39/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f3d1631aab82d559294126a9230c979ef4c4e1d6. This work has been offloaded now into an extension called Prompt Control.
| * | | | | Offloading custom workJaredTherriault2023-08-283-2/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -custom_statics works to do mass replace strings, intended for copy-pasting gen info from internet generations and replacing unsavory prompts with safer prompts for my own sanity -tried to implement this into generation_parameters_copypaste but it didn't work out this iteration, presumably because we return a string and the calling method is looking for an object type -updated webui-user.bat to set a custom temp directory (for disk space concerns) and to apply xformers (for generation speed) I probably won't be merging any of this work into the main repo since I don't want to mess with anyone else's prompts, this is just intended to keep my workspace safe from anything I don't want to see. Eventually this should be done in an extension which I could then publish, but I need to learn a lot more about the extension and callback systems in the main repo first. just uploading this to my fork for now so i don't lose the current progress.
* | | | | | Merge pull request #13210 from ↵AUTOMATIC11112023-09-304-6/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/fetch-version-info-when-webui_dir-is-not-work_dir- fix issues when webui_dir is not work_dir
| * | | | | | correct webpath when webui_dir is not work_dirw-e-w2023-09-133-4/+5
| | | | | | |
| * | | | | | fetch version info when webui_dir is not work_dirw-e-w2023-09-121-2/+2
| | | | | | |
* | | | | | | Merge pull request #13229 from ↵AUTOMATIC11112023-09-301-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/initialize-state.time_start-befroe-state.job_count initialize state.time_start befroe state.job_count
| * | | | | | | initialize state.time_start befroe state.job_countw-e-w2023-09-131-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #13231 from der3318/better-support-for-portable-gitAUTOMATIC11112023-09-302-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Better Support for Portable Git
| * | | | | | | | 20230913 setup GIT_PYTHON_GIT_EXECUTABLE for GitPythonDer Chien2023-09-132-0/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #13266 from wkpark/xyz-prepareAUTOMATIC11112023-09-301-1/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | xyz_grid: add prepare
| * | | | | | | | xyz_grid: add prepare option to AxisOptionWon-Kyu Park2023-09-151-1/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | add missing import, simplify code, use patches module for #13276AUTOMATIC11112023-09-301-7/+12
| | | | | | | |