Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-14 | add a bunch of descriptions and reword a lot of settings (sorry, localizers) | AUTOMATIC | |
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 | 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 #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 | |
2023-05-11 | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | |
2023-05-11 | Fix symlink scanning | catboxanon | |
2023-05-11 | Reindent autocrop with 4 spaces | Aarni Koskela | |
2023-05-11 | put the star where it belongs | AUTOMATIC | |
2023-05-11 | Drop fonts + font-roboto deps since we only use the single regular cut of Roboto | Aarni Koskela | |
2023-05-11 | Deduplicate get_font code | Aarni Koskela | |
2023-05-11 | paths_internal: deduplicate modules_path | Aarni Koskela | |
2023-05-11 | Merge pull request #10268 from Sakura-Luna/pbar | AUTOMATIC1111 | |
UniPC progress bar adjustment | |||
2023-05-11 | change live preview format to jpeg to prevent unreasonably slow previews for ↵ | AUTOMATIC | |
large images, and add an option to let user select the format | |||
2023-05-11 | repair #10266 | AUTOMATIC | |
2023-05-11 | UniPC progress bar adjustment | Sakura-Luna | |
2023-05-10 | Update sub_quadratic_attention.py | Louis Del Valle | |
1. Determine the number of query chunks. 2. Calculate the final shape of the res tensor. 3. Initialize the tensor with the calculated shape and dtype, (same dtype as the input tensors, usually) Can initialize the tensor as a zero-filled tensor with the correct shape and dtype, then compute the attention scores for each query chunk and fill the corresponding slice of tensor. | |||
2023-05-10 | add UI to edit defaults | AUTOMATIC | |
allow setting defaults for elements in extensions' tabs fix a problem with ESRGAN upscalers disappearing after UI reload implicit change: HTML element id for train tab from tab_ti to tab_train (will this break things?) | |||
2023-05-10 | suggestions and fixes from the PR | AUTOMATIC | |
2023-05-10 | manual fixes for some C408 | AUTOMATIC | |
2023-05-10 | fixes for B007 | AUTOMATIC | |
2023-05-10 | ruff manual fixes | AUTOMATIC | |
2023-05-10 | ruff auto fixes | AUTOMATIC | |
2023-05-10 | F401 fixes for ruff | AUTOMATIC | |
2023-05-10 | imports cleanup for ruff | AUTOMATIC | |
2023-05-10 | manual fixes for ruff | AUTOMATIC | |
2023-05-10 | autofixes from ruff | AUTOMATIC | |
2023-05-10 | fix an issue preventing the program from starting if the user specifies a ↵ | AUTOMATIC | |
bad gradio theme | |||
2023-05-09 | Merge pull request #10232 from akx/eff | AUTOMATIC1111 | |
Fix up string formatting/concatenation to f-strings where feasible | |||
2023-05-09 | Merge pull request #10209 from AUTOMATIC1111/quicksettings-migration | AUTOMATIC1111 | |
1.1.1 quicksettings list migration | |||
2023-05-09 | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | |
2023-05-09 | refresh fix | Sakura-Luna | |
2023-05-09 | 1.1.1 quicksettings list migration | w-e-w | |