Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow jpeg for extra network preview | w-e-w | 2023-05-14 | 1 | -2/+2 |
| | |||||
* | set up a system to provide extra info for settings elements in python rather ↵ | AUTOMATIC | 2023-05-14 | 1 | -6/+27 |
| | | | | | | | than js add a bit of spacing/styling to settings elements add link info for token merging | ||||
* | updates for #9256 | AUTOMATIC | 2023-05-14 | 2 | -3/+3 |
| | |||||
* | Merge pull request #9256 from papuSpartan/tomesd | AUTOMATIC1111 | 2023-05-14 | 4 | -1/+62 |
|\ | | | | | Integrate optional speed and memory improvements by token merging (via dbolya/tomesd) | ||||
| * | fix for img2img | papuSpartan | 2023-05-13 | 1 | -2/+3 |
| | | |||||
| * | move to stable-diffusion tab | papuSpartan | 2023-05-13 | 1 | -10/+2 |
| | | |||||
| * | heavily simplify | papuSpartan | 2023-05-13 | 4 | -101/+23 |
| | | |||||
| * | remove command line option | papuSpartan | 2023-05-13 | 2 | -6/+5 |
| | | |||||
| * | Merge branch 'dev' of ↵ | papuSpartan | 2023-05-12 | 78 | -882/+1050 |
| |\ | | | | | | | | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui into tomesd | ||||
| * | | not being cast properly every time, swap to ints | papuSpartan | 2023-05-04 | 1 | -1/+1 |
| | | | |||||
| * | | fix maximum downsampling option | papuSpartan | 2023-05-03 | 3 | -5/+5 |
| | | | |||||
| * | | resolve merge conflicts and swap to dev branch for now | papuSpartan | 2023-05-03 | 33 | -147/+1013 |
| |\ \ | |||||
| * | | | Update sd_models.py | papuSpartan | 2023-04-10 | 1 | -1/+0 |
| | | | | |||||
| * | | | Update generation_parameters_copypaste.py | papuSpartan | 2023-04-10 | 1 | -1/+0 |
| | | | | |||||
| * | | | Update shared.py | papuSpartan | 2023-04-10 | 1 | -1/+1 |
| | | | | | | | | | | | | fix typo | ||||
| * | | | add token merging options to infotext when necessary. Bump tomesd | papuSpartan | 2023-04-10 | 3 | -5/+56 |
| | | | | | | | | | | | | | | | | version | ||||
| * | | | :p | papuSpartan | 2023-04-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | Allow different merge ratios to be used for each pass. Make toggle cmd flag ↵ | papuSpartan | 2023-04-04 | 4 | -33/+49 |
| | | | | | | | | | | | | | | | | work again. Remove ratio flag. Remove warning about controlnet being incompatible | ||||
| * | | | remove excess condition | papuSpartan | 2023-04-02 | 1 | -14/+15 |
| | | | | |||||
| * | | | Transition to using settings through UI instead of cmd line args. Added ↵ | papuSpartan | 2023-04-02 | 3 | -7/+79 |
| | | | | | | | | | | | | | | | | feature to only apply to hr-fix. Install package using requirements_versions.txt | ||||
| * | | | use pypi package for tomesd intead of manually cloning repo | papuSpartan | 2023-04-01 | 1 | -1/+0 |
| | | | | |||||
| * | | | delay import | papuSpartan | 2023-04-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | forgot to add reinstall arg back earlier since args moved out of shared | papuSpartan | 2023-04-01 | 1 | -0/+1 |
| | | | | |||||
| * | | | first | papuSpartan | 2023-04-01 | 2 | -0/+12 |
| | | | | |||||
* | | | | remove output_altered flag from AfterCFGCallbackParams | AUTOMATIC | 2023-05-14 | 2 | -5/+1 |
| | | | | |||||
* | | | | Update script_callbacks.py | Sakura-Luna | 2023-05-14 | 1 | -4/+4 |
| | | | | |||||
* | | | | Add/modify CFG callbacks | catboxanon | 2023-05-14 | 2 | -1/+42 |
| | | | | | | | | | | | | | | | | | | | | Required by self-attn guidance extension https://github.com/ashen-sensored/sd_webui_SAG | ||||
* | | | | Merge pull request #10339 from catboxanon/bf16 | AUTOMATIC1111 | 2023-05-13 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Allow bf16 in safe unpickler | ||||
| * | | | | Allow bf16 in safe unpickler | catboxanon | 2023-05-13 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #10335 from akx/l10n-dis-take-2 | AUTOMATIC1111 | 2023-05-13 | 2 | -8/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Localization fixes | ||||
| * | | | | | Move localization to its own script block and load it first | Aarni Koskela | 2023-05-13 | 2 | -8/+8 |
| |/ / / / | |||||
* | | | | | Requested changes | catboxanon | 2023-05-13 | 1 | -8/+7 |
| | | | | | |||||
* | | | | | Define default fonts for Gradio theme | catboxanon | 2023-05-12 | 1 | -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. | ||||
* | | / | fix --data-dir for COMMANDLINE_ARGS | w-e-w | 2023-05-12 | 1 | -0/+5 |
| |_|/ |/| | | | | | | | | move reading of COMMANDLINE_ARGS into paths_internal.py so --data-dir can be properly read | ||||
* | | | Merge pull request #10285 from akx/ruff-spacing | AUTOMATIC1111 | 2023-05-11 | 26 | -213/+215 |
|\ \ \ | | | | | | | | | Indentation + ruff whitespace fixes | ||||
| * | | | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | 2023-05-11 | 25 | -113/+113 |
| | | | | |||||
| * | | | Reindent autocrop with 4 spaces | Aarni Koskela | 2023-05-11 | 1 | -100/+102 |
| | | | | |||||
* | | | | Merge pull request #10290 from akx/smart-live-preview-format | AUTOMATIC1111 | 2023-05-11 | 2 | -3/+11 |
|\ \ \ \ | | | | | | | | | | | Make live previews use JPEG only for large images | ||||
| * | | | | Make live previews use JPEG only when the image is lorge enough | Aarni Koskela | 2023-05-11 | 2 | -3/+11 |
| |/ / / | |||||
* / / / | Fix symlink scanning | catboxanon | 2023-05-11 | 2 | -2/+2 |
|/ / / | |||||
* | | | put the star where it belongs | AUTOMATIC | 2023-05-11 | 1 | -1/+1 |
| | | | |||||
* | | | Drop fonts + font-roboto deps since we only use the single regular cut of Roboto | Aarni Koskela | 2023-05-11 | 3 | -3/+5 |
| | | | |||||
* | | | Deduplicate get_font code | Aarni Koskela | 2023-05-11 | 2 | -13/+9 |
| | | | |||||
* | | | paths_internal: deduplicate modules_path | Aarni Koskela | 2023-05-11 | 1 | -2/+3 |
| | | | |||||
* | | | Merge pull request #10268 from Sakura-Luna/pbar | AUTOMATIC1111 | 2023-05-11 | 1 | -33/+37 |
|\ \ \ | | | | | | | | | UniPC progress bar adjustment | ||||
| * | | | UniPC progress bar adjustment | Sakura-Luna | 2023-05-11 | 1 | -33/+37 |
| |/ / | |||||
* | | | change live preview format to jpeg to prevent unreasonably slow previews for ↵ | AUTOMATIC | 2023-05-11 | 2 | -2/+3 |
| | | | | | | | | | | | | large images, and add an option to let user select the format | ||||
* | | | repair #10266 | AUTOMATIC | 2023-05-11 | 1 | -13/+5 |
| | | | |||||
* | | | Update sub_quadratic_attention.py | Louis Del Valle | 2023-05-11 | 1 | -6/+15 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | add UI to edit defaults | AUTOMATIC | 2023-05-10 | 3 | -120/+237 |
| | | | | | | | | | | | | | | | | | | 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?) |