aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2023-05-14set up a system to provide extra info for settings elements in python rather ↵AUTOMATIC-42/+103
than js add a bit of spacing/styling to settings elements add link info for token merging
2023-05-14Add live preview mode checkSakura-Luna-2/+2
2023-05-14Add Tiny AE live previewSakura-Luna-9/+101
2023-05-14updates for #9256AUTOMATIC-4/+5
2023-05-14Merge pull request #9256 from papuSpartan/tomesdAUTOMATIC1111-1/+63
Integrate optional speed and memory improvements by token merging (via dbolya/tomesd)
2023-05-14remove output_altered flag from AfterCFGCallbackParamsAUTOMATIC-5/+1
2023-05-14Merge pull request #10357 from catboxanon/sagAUTOMATIC1111-1/+42
Add/modify CFG callbacks for Self-Attention Guidance extension
2023-05-14Merge pull request #10292 from akx/smol-bumpAUTOMATIC1111-2/+2
Bump some versions to avoid downgrading them
2023-05-14Update script_callbacks.pySakura-Luna-4/+4
2023-05-14Add/modify CFG callbackscatboxanon-1/+42
Required by self-attn guidance extension https://github.com/ashen-sensored/sd_webui_SAG
2023-05-13update readmeAUTOMATIC-0/+1
2023-05-13Merge pull request #10335 from akx/l10n-dis-take-2AUTOMATIC1111-35/+41
Localization fixes
2023-05-13Merge branch 'release_candidate' into devAUTOMATIC-1/+25
2023-05-13Merge branch 'v1.2.0-hotfix' into release_candidateAUTOMATIC-26/+47
2023-05-13update readmeAUTOMATIC-0/+11
2023-05-13Merge pull request #10324 from catboxanon/offlineAUTOMATIC1111-2/+10
Allow web UI to be ran fully offline
2023-05-13Merge pull request #10339 from catboxanon/bf16AUTOMATIC1111-1/+1
Allow bf16 in safe unpickler
2023-05-13fix upscalers disappearing after the user reloads UIAUTOMATIC-22/+11
2023-05-13add an option to always refer to lora by filenamesAUTOMATIC-1/+14
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-1/+1
Allow bf16 in safe unpickler
2023-05-13Merge pull request #10335 from akx/l10n-dis-take-2AUTOMATIC1111-35/+41
Localization fixes
2023-05-13Merge pull request #10324 from catboxanon/offlineAUTOMATIC1111-2/+10
Allow web UI to be ran fully offline
2023-05-13Make dump translations work againAarni Koskela-7/+12
2023-05-13Move localization to its own script block and load it firstAarni Koskela-8/+8
2023-05-13fix for img2imgpapuSpartan-2/+3
2023-05-13move to stable-diffusion tabpapuSpartan-10/+2
2023-05-13heavily simplifypapuSpartan-101/+23
2023-05-13Allow bf16 in safe unpicklercatboxanon-1/+1
2023-05-13remove command line optionpapuSpartan-6/+5
2023-05-13minor fixcatboxanon-2/+0
2023-05-13Requested changescatboxanon-16/+11
2023-05-13Wait for DOMContentLoaded until checking whether localization should be disabledAarni Koskela-20/+21
Refs https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/9955#issuecomment-1546587143
2023-05-13Merge branch 'master' into devAUTOMATIC-0/+0
2023-05-13update changelog for releaseAUTOMATIC-2/+2
2023-05-13fix broken prompts from fileAUTOMATIC-2/+1
2023-05-13Merge branch 'release_candidate'AUTOMATIC-421/+864
2023-05-13update changelog for releaseAUTOMATIC-2/+2
2023-05-12Define default fonts for Gradio themecatboxanon-2/+8
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-0/+9
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-33/+15
launch.py: fix git_tag() & fix commit_hash() & simplify
2023-05-12Merge pull request #10318 from brkirch/set-pytorch-201-macAUTOMATIC1111-1/+1
Set PyTorch version to 2.0.1 for macOS
2023-05-12Get rid of check_run + run_pythonAarni Koskela-13/+8
2023-05-12launch.py: make git_tag() and commit_hash() work even when ↵Aarni Koskela-20/+7
WEBUI_LAUNCH_LIVE_OUTPUT
2023-05-12Set PyTorch version to 2.0.1 for macOSbrkirch-1/+1
2023-05-12Merge pull request #10317 from AUTOMATIC1111/fix-COMMANDLINE_ARGS--data-dirAUTOMATIC1111-4/+5
fix --data-dir ignored when launching via webui-user.bat COMMANDLINE_ARGS
2023-05-12fix --data-dir for COMMANDLINE_ARGSw-e-w-4/+5
move reading of COMMANDLINE_ARGS into paths_internal.py so --data-dir can be properly read
2023-05-11Merge branch 'dev' of ↵papuSpartan-1243/+1753
https://github.com/AUTOMATIC1111/stable-diffusion-webui into tomesd
2023-05-11Bump versions to avoid downgrading themAarni Koskela-2/+2
2023-05-11Merge pull request #10285 from akx/ruff-spacingAUTOMATIC1111-308/+313
Indentation + ruff whitespace fixes
2023-05-11Merge pull request #10290 from akx/smart-live-preview-formatAUTOMATIC1111-3/+11
Make live previews use JPEG only for large images