aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2022-11-04Merge pull request #3915 from batvbs/localizationsdtlnor-135/+259
[Finish] Update zh_CN.json localizations. 简体中文
2022-11-04Merge pull request #4228 from benlisquare/masterbenlisquare-86/+194
Update Traditional Chinese (zh_TW) localisation JSON
2022-11-04Update Traditional Chinese (zh_TW) localisation JSONbenlisquare-86/+194
2022-11-03更新 zh_CN.jsonbatvbs-3/+17
2022-11-03Add testsBruno Seoane-0/+63
2022-11-03Merge pull request #4193 from Harvester62/ItalianEugenio Buffo-6/+22
Italian localization - Additions and Updates (fix typos)
2022-11-03Fixed misspelled wordEugenio Buffo-2/+2
2022-11-03 部分无法本地化内容的替代方案batvbs-7/+8
2022-11-03Delete it_IT.jsonEugenio Buffo-1233/+0
2022-11-03Merge branch 'master' into fix-ckpt-cacheMuhammad Rizqi Nur-77/+351
2022-11-03将无法本地化的内容移到底部batvbs-32/+38
2022-11-03Update edit-attention.jsbyzod-2/+1
Fix https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/3904 (Some sort of a workaround, the best way is to add unique id or class name to those prompt boxes)
2022-11-03Update localizations/zh_CN.jsonbatvbs-1/+1
Co-authored-by: dtlnor <dtlnor@hotmail.com>
2022-11-03Update localizations/zh_CN.jsonbatvbs-1/+1
Co-authored-by: dtlnor <dtlnor@hotmail.com>
2022-11-03Merge pull request #4 from dtlnor/add-updated-content-3batvbs-39/+60
Add updated content 3
2022-11-03polish translation contentdtlnor-17/+17
2022-11-03Merge branch 'pr/3915' into add-updated-content-3dtlnor-2/+20
2022-11-03Merge branch 'AUTOMATIC1111:master' into fix_nowebui_argBilly Cao-1315/+2672
2022-11-03Fix --nowebui argument being ineffectiveBilly Cao-4/+7
2022-11-03更新 zh_CN.jsonbatvbs-2/+21
2022-11-02Make extension manager Remote links open a new tabJu1-js-1/+1
2022-11-03Remove unused endpointBruno Seoane-12/+0
2022-11-03Add config and lists endpointsBruno Seoane-8/+159
2022-11-03polish translation contentdtlnor-5/+4
2022-11-03Update zh_CN.jsondtlnor-4/+11
- re-order some element - update new content
2022-11-02extras - skip unnecessary second hash of imageChris OBryan-2/+3
There is no need to re-hash the input image each iteration of the loop. This also reverts PR #4026 as it was determined the cache hits it avoids were actually valid.
2022-11-03unify translation styledtlnor-12/+12
2022-11-03Merge branch 'pr/3915' into add-updated-content-3dtlnor-4/+4
2022-11-03Inpaint at full resolutionbatvbs-2/+2
2022-11-02Merge pull request #4192 from AUTOMATIC1111/innovaciones-spanish-updatesinnovaciones-74/+348
Spanish localization, new strings, some tweaks and fixes
2022-11-02Italian localization - Additions and Updates (fix typos)Riccardo Giovanetti-0/+1233
Updated localization with the latest version of these Scripts/Extensions: unprompted (new) img2tiles random random grid Some new options in the Extras and Settings have been translated too. P.S.: I fixed a couple of typos. By mistake I uploaded this file also in the main branch of my fork and didn't know how to revert the commit. Sorry for the mess.
2022-11-02New strings, some tweaks and fixesinnovaciones-74/+348
2022-11-02fix: Add required parameter to API extras routedigburn-0/+1
2022-11-02Italian localization - Additions and UpdatesRiccardo Giovanetti-8/+24
Updated localization with the latest version of these Scripts/Extensions: unprompted (new script) img2tiles random random grid Some new options in the Extras and Settings have been translated too.
2022-11-02add number of itterArtem Zagidulin-4/+4
2022-11-02Merge pull request #4180 from AUTOMATIC1111/M-art-ucci-patch-2Martucci-3/+3
pt_BR minor issue with lat comma
2022-11-02pt_BR minor issue with lat commaMartucci-3/+3
and a few translation tweaks
2022-11-02Convert callbacks into a private map, add utility functions for removing ↵DepFA-27/+41
callbacks
2022-11-02Added option to preview Created images on batch completion.Kyu♥-10/+17
2022-11-02process_oneArtem Zagidulin-0/+19
2022-11-02Merge branch 'master' into fix-ckpt-cacheMuhammad Rizqi Nur-1228/+2312
2022-11-02Merge pull request #4166 from 36DB/kr-localizationDynamic-1/+4
Update ko_KR.json
2022-11-02Update ko_KR.jsonDynamic-1/+4
Fix some changed setting strings and added new ones
2022-11-02fix #3986 breaking --no-half-vaeAUTOMATIC-0/+9
2022-11-02Merge pull request #3986 from R-N/vae-pickerAUTOMATIC1111-28/+233
VAE Selector
2022-11-02Merge pull request #3976 from victorca25/esrgan_feaAUTOMATIC1111-6/+33
multiple trivial changes for "extras" models
2022-11-02Merge pull request #3715 from shwang95/masterAUTOMATIC1111-1/+2
Fix error caused by EXIF transpose when using custom scripts
2022-11-02Merge pull request #4155 from MaikoTan/fix/register-api-in-api-only-modeAUTOMATIC1111-1/+4
fix: should invoke callback as well in api only mode
2022-11-02do not unnecessarily run VAE one more time when saving intermediate image ↵AUTOMATIC-22/+23
with hires fix
2022-11-02Allow saving "before-highres-fix. (#4150)timntorres-5/+18
* Save image/s before doing highres fix.