aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-04Merge branch 'master' into gradient-clippingMuhammad Rizqi Nur
2022-11-04Merge pull request #4269 from 36DB/kr-localizationDynamic
Update ko_KR.json
2022-11-04Update ko_KR.jsonDynamic
Added new strings/Revamped edited strings
2022-11-04change process_one virtual function for script to process_batch, add extra ↵AUTOMATIC
args and docs
2022-11-04fix one of previous merges breaking the programAUTOMATIC
2022-11-04Merge pull request #4182 from macrosoft/process_oneAUTOMATIC1111
Process one
2022-11-04Merge pull request #4196 from cobryan05/extras_no_rehashAUTOMATIC1111
extras - skip unnecessary second hash of image
2022-11-04Merge pull request #4199 from Ju1-js/patch-1AUTOMATIC1111
Make extension manager remote links open a new tab
2022-11-04Merge pull request #4201 from aliencaocao/fix_nowebui_argAUTOMATIC1111
Fix nowebui arg being ignored
2022-11-04Merge pull request #4245 from 7flash/7flash/fix-api-compatibilityAUTOMATIC1111
fixed api compatibility with python 3.8
2022-11-04Merge branch 'master' into 7flash/fix-api-compatibilityAUTOMATIC1111
2022-11-04Merge pull request #4178 from HeyImKyu/PreviewOnBatchCompletionAUTOMATIC1111
Added option to preview Created images on batch completion.
2022-11-04Merge pull request #4036 from R-N/fix-ckpt-cacheAUTOMATIC1111
Fix 1 checkpoint cache count being useless #4035
2022-11-04Merge branch 'master' into fix-ckpt-cacheAUTOMATIC1111
2022-11-04Merge pull request #4210 from byzod/patch-1AUTOMATIC1111
Fix #3904 (hotkey to edit weight of tag is not working in (most) localizations)
2022-11-04Merge pull request #4218 from bamarillo/utils-endpointsAUTOMATIC1111
[API][Feature] Utils endpoints
2022-11-04bugfix: save image for hires fix BEFORE upscaling latent spaceAUTOMATIC
2022-11-04produce a readable error message when setting an option fails on the ↵AUTOMATIC
settings screen
2022-11-04add an option to enable installing extensions with --listen or --shareAUTOMATIC
2022-11-04shut down gradio's "everything allowed" CORS policy; I checked the main ↵AUTOMATIC
functionality to work with this, but if this breaks some exotic workflow, I'm sorry.
2022-11-04move option access checking to options class out of various places scattered ↵AUTOMATIC
through code
2022-11-04Merge pull request #3698 from guaneec/hn-activationAUTOMATIC1111
Remove activation from final layer of Hypernetworks
2022-11-04Merge branch 'master' into hn-activationAUTOMATIC1111
2022-11-04Merge pull request #3923 from random-thoughtss/masterAUTOMATIC1111
Fix weighted mask for highres fix
2022-11-04Merge pull request #4249 from digburn/fix-cache-vaeAUTOMATIC1111
Fix loading a model without a VAE from the cache
2022-11-04Merge pull request #4191 from digburn/fix-api-upscalingAUTOMATIC1111
Fix API Upscaling: Add required parameter to API extras route
2022-11-04Merge pull request #4260 from timntorres/4246-lift-extras-generate-buttonAUTOMATIC1111
Lift extras "Generate" button.
2022-11-04do not mess with components' visibility for scripts; instead create group ↵AUTOMATIC
components and show/hide those; this will break scripts that create invisible components and rely on UI but the earlier i make this change the better
2022-11-03Lift extras generate button a la #4246.timntorres
2022-11-04Merge pull request #4248 from dtlnor/masterdtlnor
Update zh_CN.json
2022-11-04Merge pull request #4250 from benlisquare/masterbenlisquare
Apply missing translations to Traditional Chinese (zh_TW) localisation JSON
2022-11-04fix: loading models without vae from cachedigburn
2022-11-04Apply missing translations to Traditional Chinese (zh_TW) localisation JSONbenlisquare
2022-11-04fix: correct default val of upscale_first to Falsedigburn
2022-11-03Merge branch 'AUTOMATIC1111:master' into masterrandom-thoughtss
2022-11-04fixed api compatibility with python 3.8Gur
2022-11-04Update zh_CN.jsondtlnor
- update new content - polish some translation
2022-11-04Merge pull request #3915 from batvbs/localizationsdtlnor
[Finish] Update zh_CN.json localizations. 简体中文
2022-11-04Merge pull request #4228 from benlisquare/masterbenlisquare
Update Traditional Chinese (zh_TW) localisation JSON
2022-11-04Update Traditional Chinese (zh_TW) localisation JSONbenlisquare
2022-11-03更新 zh_CN.jsonbatvbs
2022-11-03Add testsBruno Seoane
2022-11-03Merge pull request #4193 from Harvester62/ItalianEugenio Buffo
Italian localization - Additions and Updates (fix typos)
2022-11-03Fixed misspelled wordEugenio Buffo
2022-11-03 部分无法本地化内容的替代方案batvbs
2022-11-03Delete it_IT.jsonEugenio Buffo
2022-11-03Merge branch 'master' into fix-ckpt-cacheMuhammad Rizqi Nur
2022-11-03Merge branch 'master' into gradient-clippingMuhammad Rizqi Nur
2022-11-03将无法本地化的内容移到底部batvbs
2022-11-03Update edit-attention.jsbyzod
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)