Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-14 | allow jpeg for extra network preview | w-e-w | |
2023-05-14 | set up a system to provide extra info for settings elements in python rather ↵ | AUTOMATIC | |
than js add a bit of spacing/styling to settings elements add link info for token merging | |||
2023-05-14 | updates for #9256 | AUTOMATIC | |
2023-05-14 | Merge pull request #9256 from papuSpartan/tomesd | AUTOMATIC1111 | |
Integrate optional speed and memory improvements by token merging (via dbolya/tomesd) | |||
2023-05-14 | remove output_altered flag from AfterCFGCallbackParams | AUTOMATIC | |
2023-05-14 | Merge pull request #10357 from catboxanon/sag | AUTOMATIC1111 | |
Add/modify CFG callbacks for Self-Attention Guidance extension | |||
2023-05-14 | Merge pull request #10292 from akx/smol-bump | AUTOMATIC1111 | |
Bump some versions to avoid downgrading them | |||
2023-05-14 | Update script_callbacks.py | Sakura-Luna | |
2023-05-14 | Add/modify CFG callbacks | catboxanon | |
Required by self-attn guidance extension https://github.com/ashen-sensored/sd_webui_SAG | |||
2023-05-13 | Merge branch 'release_candidate' into dev | AUTOMATIC | |
2023-05-13 | Merge branch 'v1.2.0-hotfix' into release_candidate | AUTOMATIC | |
2023-05-13 | update readme | AUTOMATIC | |
2023-05-13 | Merge pull request #10324 from catboxanon/offline | AUTOMATIC1111 | |
Allow web UI to be ran fully offline | |||
2023-05-13 | Merge pull request #10339 from catboxanon/bf16 | AUTOMATIC1111 | |
Allow bf16 in safe unpickler | |||
2023-05-13 | fix upscalers disappearing after the user reloads UI | AUTOMATIC | |
2023-05-13 | add an option to always refer to lora by filenames | AUTOMATIC | |
never refer to lora by an alias if multiple loras have same alias or the alias is called none | |||
2023-05-13 | Merge pull request #10339 from catboxanon/bf16 | AUTOMATIC1111 | |
Allow bf16 in safe unpickler | |||
2023-05-13 | Merge pull request #10335 from akx/l10n-dis-take-2 | AUTOMATIC1111 | |
Localization fixes | |||
2023-05-13 | Merge pull request #10324 from catboxanon/offline | AUTOMATIC1111 | |
Allow web UI to be ran fully offline | |||
2023-05-13 | Make dump translations work again | Aarni Koskela | |
2023-05-13 | Move localization to its own script block and load it first | Aarni Koskela | |
2023-05-13 | fix for img2img | papuSpartan | |
2023-05-13 | move to stable-diffusion tab | papuSpartan | |
2023-05-13 | heavily simplify | papuSpartan | |
2023-05-13 | Allow bf16 in safe unpickler | catboxanon | |
2023-05-13 | remove command line option | papuSpartan | |
2023-05-13 | minor fix | catboxanon | |
2023-05-13 | Requested changes | catboxanon | |
2023-05-13 | Wait for DOMContentLoaded until checking whether localization should be disabled | Aarni Koskela | |
Refs https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/9955#issuecomment-1546587143 | |||
2023-05-13 | Merge branch 'master' into dev | AUTOMATIC | |
2023-05-13 | update changelog for release | AUTOMATIC | |
2023-05-13 | fix broken prompts from file | AUTOMATIC | |
2023-05-13 | Merge branch 'release_candidate' | AUTOMATIC | |
2023-05-13 | update changelog for release | AUTOMATIC | |
2023-05-12 | Define default fonts for Gradio theme | catboxanon | |
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-12 | Redirect Gradio phone home request | catboxanon | |
This request is sent regardless of Gradio analytics being enabled or not via the env var. Idea from text-generation-webui. | |||
2023-05-12 | Merge pull request #10321 from akx/fix-launch-git-get | AUTOMATIC1111 | |
launch.py: fix git_tag() & fix commit_hash() & simplify | |||
2023-05-12 | Merge pull request #10318 from brkirch/set-pytorch-201-mac | AUTOMATIC1111 | |
Set PyTorch version to 2.0.1 for macOS | |||
2023-05-12 | Get rid of check_run + run_python | Aarni Koskela | |
2023-05-12 | launch.py: make git_tag() and commit_hash() work even when ↵ | Aarni Koskela | |
WEBUI_LAUNCH_LIVE_OUTPUT | |||
2023-05-12 | Set PyTorch version to 2.0.1 for macOS | brkirch | |
2023-05-12 | Merge pull request #10317 from AUTOMATIC1111/fix-COMMANDLINE_ARGS--data-dir | AUTOMATIC1111 | |
fix --data-dir ignored when launching via webui-user.bat COMMANDLINE_ARGS | |||
2023-05-12 | fix --data-dir for COMMANDLINE_ARGS | w-e-w | |
move reading of COMMANDLINE_ARGS into paths_internal.py so --data-dir can be properly read | |||
2023-05-11 | Merge branch 'dev' of ↵ | papuSpartan | |
https://github.com/AUTOMATIC1111/stable-diffusion-webui into tomesd | |||
2023-05-11 | Bump versions to avoid downgrading them | Aarni Koskela | |
2023-05-11 | Merge pull request #10285 from akx/ruff-spacing | AUTOMATIC1111 | |
Indentation + ruff whitespace fixes | |||
2023-05-11 | Merge pull request #10290 from akx/smart-live-preview-format | AUTOMATIC1111 | |
Make live previews use JPEG only for large images | |||
2023-05-11 | Make live previews use JPEG only when the image is lorge enough | Aarni Koskela | |
2023-05-11 | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | |
2023-05-11 | Merge pull request #10286 from catboxanon/patch/extra-networks-symlinks | AUTOMATIC1111 | |
Fix symlink scanning for extra networks |