Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-17 | Merge pull request #10461 from akx/processed-s-min-uncond | AUTOMATIC1111 | |
Copy s_min_uncond to Processed | |||
2023-05-17 | simplify single_sample_to_image | AUTOMATIC | |
2023-05-17 | TAESD fix | Sakura-Luna | |
2023-05-17 | Copy s_min_uncond to Processed | Aarni Koskela | |
Should fix #10416 | |||
2023-05-17 | Merge branch 'dev' into taesd-a | AUTOMATIC1111 | |
2023-05-17 | return live preview defaults to how they were | AUTOMATIC | |
only download TAESD model when it's needed return calculations in single_sample_to_image to just if/elif/elif blocks keep taesd model in its own directory | |||
2023-05-17 | Merge pull request #10451 from dennissheng/master | AUTOMATIC1111 | |
not clear checkpoints cache when config changes | |||
2023-05-17 | not clear checkpoints cache when config changes | dennissheng | |
2023-05-16 | add info link for Negative Guidance minimum sigma | AUTOMATIC | |
2023-05-16 | restore nqsp in footer that was lost during linting | AUTOMATIC | |
2023-05-16 | add second_order field to sampler config | AUTOMATIC | |
2023-05-16 | suppress ENSD infotext for samplers that don't use it | AUTOMATIC | |
2023-05-16 | add visual progress for extension installation from URL | AUTOMATIC | |
2023-05-15 | update extensions table: show branch, show date in separate column, and show ↵ | AUTOMATIC | |
version from tags if available | |||
2023-05-15 | load extensions' git metadata in parallel to loading the main program to ↵ | AUTOMATIC | |
save a ton of time during startup | |||
2023-05-15 | Show "Loading..." for extra networks when displaying for the first time | AUTOMATIC | |
2023-05-15 | Minor changes | Sakura-Luna | |
2023-05-14 | fix model loading twice in some situations | AUTOMATIC | |
2023-05-14 | Merge branch 'dev' into find_vae | AUTOMATIC1111 | |
2023-05-14 | Merge pull request #10367 from AUTOMATIC1111/jpeg-extra-network-preview | AUTOMATIC1111 | |
allow jpeg for extra network preview | |||
2023-05-14 | remove auto live previews format option, fix slow PNG generation | AUTOMATIC | |
2023-05-14 | add a bunch of descriptions and reword a lot of settings (sorry, localizers) | AUTOMATIC | |
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 | Add live preview mode check | Sakura-Luna | |
2023-05-14 | Add Tiny AE live preview | Sakura-Luna | |
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 | 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 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 | 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 | 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 | 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 | Requested changes | catboxanon | |
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 | 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 | 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 | |