Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set Navigate image viewer with gamepad option to false by default, by request | AUTOMATIC | 2023-05-18 | 1 | -1/+1 |
| | |||||
* | rework hires prompts/sampler code to among other things support different ↵ | AUTOMATIC | 2023-05-18 | 1 | -2/+4 |
| | | | | | | | extra networks in first/second pass rework quoting for infotext items that have commas in them to use json (should be backwards compatible except for cases where it didn't work previously) add some locals from processing function into the Processing class as fields | ||||
* | option to specify editor height for img2img | AUTOMATIC | 2023-05-17 | 1 | -0/+1 |
| | |||||
* | add option to reorder tabs | AUTOMATIC | 2023-05-17 | 1 | -1/+2 |
| | | | | fix Reload UI not working | ||||
* | add options to show/hide hidden files and dirs, and to not list models/files ↵ | AUTOMATIC | 2023-05-17 | 1 | -0/+6 |
| | | | | in hidden directories | ||||
* | move some settings to the new Optimization page | AUTOMATIC | 2023-05-17 | 1 | -2/+6 |
| | | | | | | add slider for token merging for img2img rework StableDiffusionProcessing to have the token_merging_ratio field fix a bug with applying png optimizations for live previews when they shouldn't be applied | ||||
* | Merge pull request #10458 from akx/graceful-stop | AUTOMATIC1111 | 2023-05-17 | 1 | -1/+41 |
|\ | | | | | Graceful server stopping | ||||
| * | Replace state.need_restart with state.server_command + replace poll loop ↵ | Aarni Koskela | 2023-05-17 | 1 | -1/+41 |
| | | | | | | | | with signal | ||||
* | | Merge branch 'dev' into taesd-a | AUTOMATIC1111 | 2023-05-17 | 1 | -61/+92 |
|\| | |||||
| * | add info link for Negative Guidance minimum sigma | AUTOMATIC | 2023-05-16 | 1 | -1/+1 |
| | | |||||
| * | remove auto live previews format option, fix slow PNG generation | AUTOMATIC | 2023-05-14 | 1 | -1/+1 |
| | | |||||
| * | add a bunch of descriptions and reword a lot of settings (sorry, localizers) | AUTOMATIC | 2023-05-14 | 1 | -45/+49 |
| | | |||||
| * | 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 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #9256 from papuSpartan/tomesd | AUTOMATIC1111 | 2023-05-14 | 1 | -0/+3 |
| |\ | | | | | | | Integrate optional speed and memory improvements by token merging (via dbolya/tomesd) | ||||
| | * | move to stable-diffusion tab | papuSpartan | 2023-05-13 | 1 | -10/+2 |
| | | | |||||
| | * | heavily simplify | papuSpartan | 2023-05-13 | 1 | -38/+4 |
| | | | |||||
| | * | Merge branch 'dev' of ↵ | papuSpartan | 2023-05-12 | 1 | -16/+41 |
| | |\ | | | | | | | | | | | | | 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 | 1 | -4/+1 |
| | | | | |||||
| | * | | resolve merge conflicts and swap to dev branch for now | papuSpartan | 2023-05-03 | 1 | -6/+73 |
| | |\ \ | |||||
| | * | | | 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 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | work again. Remove ratio flag. Remove warning about controlnet being incompatible | ||||
| | * | | | Transition to using settings through UI instead of cmd line args. Added ↵ | papuSpartan | 2023-04-02 | 1 | -0/+44 |
| | | | | | | | | | | | | | | | | | | | | feature to only apply to hr-fix. Install package using requirements_versions.txt | ||||
| * | | | | 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. | ||||
| * | | | Merge pull request #10290 from akx/smart-live-preview-format | AUTOMATIC1111 | 2023-05-11 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | 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 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix symlink scanning | catboxanon | 2023-05-11 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | put the star where it belongs | AUTOMATIC | 2023-05-11 | 1 | -1/+1 |
| | | | | |||||
| * | | | change live preview format to jpeg to prevent unreasonably slow previews for ↵ | AUTOMATIC | 2023-05-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | large images, and add an option to let user select the format | ||||
| * | | | suggestions and fixes from the PR | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | fixes for B007 | AUTOMATIC | 2023-05-10 | 1 | -3/+3 |
| | | | | |||||
| * | | | ruff auto fixes | AUTOMATIC | 2023-05-10 | 1 | -3/+3 |
| | | | | |||||
| * | | | F401 fixes for ruff | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | imports cleanup for ruff | AUTOMATIC | 2023-05-10 | 1 | -3/+0 |
| | | | | |||||
* | | | | return live preview defaults to how they were | AUTOMATIC | 2023-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | Add Tiny AE live preview | Sakura-Luna | 2023-05-14 | 1 | -1/+1 |
|/ / / | |||||
* | | | fix an issue preventing the program from starting if the user specifies a ↵ | AUTOMATIC | 2023-05-10 | 1 | -2/+2 |
| | | | | | | | | | | | | bad gradio theme | ||||
* | | | 1.1.1 quicksettings list migration | w-e-w | 2023-05-09 | 1 | -0/+4 |
| | | | |||||
* | | | use multiselect for quicksettings (this also resets the existing setting) | AUTOMATIC | 2023-05-08 | 1 | -2/+2 |
| | | | |||||
* | | | put infotext options into their own category in settings tab | AUTOMATIC | 2023-05-08 | 1 | -4/+7 |
| | | | |||||
* | | | add version to infotext, footer and console output when starting | AUTOMATIC | 2023-05-08 | 1 | -0/+1 |
| | | | |||||
* | | | directory hiding for extra networks: dirs starting with . will hide their ↵ | AUTOMATIC | 2023-05-08 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | cards on extra network tabs unless specifically searched for create HTML for extra network pages only on demand allow directories starting with . to still list their models for lora, checkpoints, etc keep "search" filter for extra networks when user refreshes the page | ||||
* | | | Merge pull request #10146 from missionfloyd/gamepad-option | AUTOMATIC1111 | 2023-05-08 | 1 | -0/+2 |
|\ \ \ | |_|/ |/| | | Fix gamepad navigation | ||||
| * | | gamepad repeat option | missionfloyd | 2023-05-07 | 1 | -0/+1 |
| | | | |||||
| * | | Fix spelling | missionfloyd | 2023-05-06 | 1 | -1/+1 |
| | | | |||||
| * | | Make gamepad navigation optional | missionfloyd | 2023-05-06 | 1 | -0/+1 |
| | | |