aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-13update readmeAUTOMATIC
2023-05-13Merge pull request #10335 from akx/l10n-dis-take-2AUTOMATIC1111
Localization fixes
2023-05-13Merge branch 'release_candidate' into devAUTOMATIC
2023-05-13Merge branch 'v1.2.0-hotfix' into release_candidateAUTOMATIC
2023-05-13update readmeAUTOMATIC
2023-05-13Merge pull request #10324 from catboxanon/offlineAUTOMATIC1111
Allow web UI to be ran fully offline
2023-05-13Merge pull request #10339 from catboxanon/bf16AUTOMATIC1111
Allow bf16 in safe unpickler
2023-05-13fix upscalers disappearing after the user reloads UIAUTOMATIC
2023-05-13add an option to always refer to lora by filenamesAUTOMATIC
never refer to lora by an alias if multiple loras have same alias or the alias is called none
2023-05-13Merge pull request #10339 from catboxanon/bf16AUTOMATIC1111
Allow bf16 in safe unpickler
2023-05-13Merge pull request #10335 from akx/l10n-dis-take-2AUTOMATIC1111
Localization fixes
2023-05-13Merge pull request #10324 from catboxanon/offlineAUTOMATIC1111
Allow web UI to be ran fully offline
2023-05-13Make dump translations work againAarni Koskela
2023-05-13Move localization to its own script block and load it firstAarni Koskela
2023-05-13fix for img2imgpapuSpartan
2023-05-13move to stable-diffusion tabpapuSpartan
2023-05-13heavily simplifypapuSpartan
2023-05-13Allow bf16 in safe unpicklercatboxanon
2023-05-13remove command line optionpapuSpartan
2023-05-13minor fixcatboxanon
2023-05-13Requested changescatboxanon
2023-05-13Wait for DOMContentLoaded until checking whether localization should be disabledAarni Koskela
Refs https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/9955#issuecomment-1546587143
2023-05-13Merge branch 'master' into devAUTOMATIC
2023-05-13update changelog for releaseAUTOMATIC
2023-05-13fix broken prompts from fileAUTOMATIC
2023-05-13Merge branch 'release_candidate'AUTOMATIC
2023-05-13update changelog for releaseAUTOMATIC
2023-05-12Define default fonts for Gradio themecatboxanon
Allows web UI to (almost) be ran fully offline. The web UI will hang on load if offline when these fonts are not manually defined, as it will attempt (and fail) to pull from Google Fonts.
2023-05-12Redirect Gradio phone home requestcatboxanon
This request is sent regardless of Gradio analytics being enabled or not via the env var. Idea from text-generation-webui.
2023-05-12Merge pull request #10321 from akx/fix-launch-git-getAUTOMATIC1111
launch.py: fix git_tag() & fix commit_hash() & simplify
2023-05-12Merge pull request #10318 from brkirch/set-pytorch-201-macAUTOMATIC1111
Set PyTorch version to 2.0.1 for macOS
2023-05-12Get rid of check_run + run_pythonAarni Koskela
2023-05-12launch.py: make git_tag() and commit_hash() work even when ↵Aarni Koskela
WEBUI_LAUNCH_LIVE_OUTPUT
2023-05-12Set PyTorch version to 2.0.1 for macOSbrkirch
2023-05-12Merge pull request #10317 from AUTOMATIC1111/fix-COMMANDLINE_ARGS--data-dirAUTOMATIC1111
fix --data-dir ignored when launching via webui-user.bat COMMANDLINE_ARGS
2023-05-12fix --data-dir for COMMANDLINE_ARGSw-e-w
move reading of COMMANDLINE_ARGS into paths_internal.py so --data-dir can be properly read
2023-05-11Merge branch 'dev' of ↵papuSpartan
https://github.com/AUTOMATIC1111/stable-diffusion-webui into tomesd
2023-05-11Bump versions to avoid downgrading themAarni Koskela
2023-05-11Merge pull request #10285 from akx/ruff-spacingAUTOMATIC1111
Indentation + ruff whitespace fixes
2023-05-11Merge pull request #10290 from akx/smart-live-preview-formatAUTOMATIC1111
Make live previews use JPEG only for large images
2023-05-11Make live previews use JPEG only when the image is lorge enoughAarni Koskela
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela
2023-05-11Merge pull request #10286 from catboxanon/patch/extra-networks-symlinksAUTOMATIC1111
Fix symlink scanning for extra networks
2023-05-11Fix symlink scanningcatboxanon
2023-05-11Reindent utils_test with 4 spacesAarni Koskela
2023-05-11Reindent autocrop with 4 spacesAarni Koskela
2023-05-11fix broken prompts from fileAUTOMATIC
2023-05-11fix broken prompts from fileAUTOMATIC
2023-05-11put the star where it belongsAUTOMATIC
2023-05-11Merge pull request #10274 from akx/torch-cpu-for-testsAUTOMATIC1111
Use CPU Torch in CI, etc.