aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | Fix extra networks save preview image geninfoKeith2023-05-151-3/+13
| | | | |_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | Merge pull request #10483 from Iheuzio/syntax-searchAUTOMATIC11112023-05-171-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in syntax
| | | * | | | | | | | | | | | Fix typo in syntaxIheuzio2023-05-171-2/+2
| | | |/ / / / / / / / / / /
| | * | | | | | | | | | | | move some settings to the new Optimization pageAUTOMATIC2023-05-174-46/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-stopAUTOMATIC11112023-05-174-11/+45
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Graceful server stopping
| | | * | | | | | | | | | | | Add option for /_stop route (for graceful shutdown)Aarni Koskela2023-05-171-0/+1
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Replace state.need_restart with state.server_command + replace poll loop ↵Aarni Koskela2023-05-173-11/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with signal
| | * | | | | | | | | | | | | use a local variable instead of dictionary entry for sd_merge_models in ↵AUTOMATIC2023-05-171-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge model metadata code
| | * | | | | | | | | | | | | Merge pull request #10473 from dongweiming/fix-10460AUTOMATIC11112023-05-171-1/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #10460
| | | * | | | | | | | | | | | | Fixed: #10460Weiming2023-05-171-1/+2
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge pull request #10461 from akx/processed-s-min-uncondAUTOMATIC11112023-05-171-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy s_min_uncond to Processed
| | | * | | | | | | | | | | | | | Copy s_min_uncond to ProcessedAarni Koskela2023-05-171-0/+1
| | | | |/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should fix #10416
| | * | | | | | | | | | | | | | simplify single_sample_to_imageAUTOMATIC2023-05-171-6/+3
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | TAESD fixSakura-Luna2023-05-172-5/+6
| | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'dev' into taesd-aAUTOMATIC11112023-05-1776-851/+1116
| | |\| | | | | | | | | | | |
| | | * | | | | | | | | | | | Merge pull request #10451 from dennissheng/masterAUTOMATIC11112023-05-171-1/+0
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not clear checkpoints cache when config changes
| | | | * | | | | | | | | | | | not clear checkpoints cache when config changesdennissheng2023-05-171-1/+0
| | | | |/ / / / / / / / / / /
| | | * | | | | | | | | | | | add info link for Negative Guidance minimum sigmaAUTOMATIC2023-05-161-1/+1
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | restore nqsp in footer that was lost during lintingAUTOMATIC2023-05-161-5/+5
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | add second_order field to sampler configAUTOMATIC2023-05-162-13/+9
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | suppress ENSD infotext for samplers that don't use itAUTOMATIC2023-05-165-16/+48
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | add visual progress for extension installation from URLAUTOMATIC2023-05-162-3/+2
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | update extensions table: show branch, show date in separate column, and show ↵AUTOMATIC2023-05-152-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version from tags if available
| | | * | | | | | | | | | | | load extensions' git metadata in parallel to loading the main program to ↵AUTOMATIC2023-05-153-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | save a ton of time during startup
| | | * | | | | | | | | | | | Show "Loading..." for extra networks when displaying for the first timeAUTOMATIC2023-05-151-4/+15
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | fix model loading twice in some situationsAUTOMATIC2023-05-142-0/+6
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | Merge branch 'dev' into find_vaeAUTOMATIC11112023-05-1479-965/+1314
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #10367 from AUTOMATIC1111/jpeg-extra-network-previewAUTOMATIC11112023-05-141-2/+2
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allow jpeg for extra network preview
| | | | | * | | | | | | | | | | | allow jpeg for extra network previeww-e-w2023-05-141-2/+2
| | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | remove auto live previews format option, fix slow PNG generationAUTOMATIC2023-05-142-11/+10
| | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | add a bunch of descriptions and reword a lot of settings (sorry, localizers)AUTOMATIC2023-05-141-45/+49
| | | | |/ / / / / / / / / / / /
| | | | * | | | | | | | | | | | set up a system to provide extra info for settings elements in python rather ↵AUTOMATIC2023-05-141-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | than js add a bit of spacing/styling to settings elements add link info for token merging
| | | | * | | | | | | | | | | | updates for #9256AUTOMATIC2023-05-142-3/+3
| | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | Merge pull request #9256 from papuSpartan/tomesdAUTOMATIC11112023-05-144-1/+62
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrate optional speed and memory improvements by token merging (via dbolya/tomesd)
| | | | | * | | | | | | | | | | | fix for img2imgpapuSpartan2023-05-131-2/+3
| | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | move to stable-diffusion tabpapuSpartan2023-05-131-10/+2
| | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | heavily simplifypapuSpartan2023-05-134-101/+23
| | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | remove command line optionpapuSpartan2023-05-132-6/+5
| | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | Merge branch 'dev' of ↵papuSpartan2023-05-1278-882/+1050
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui into tomesd
| | | | | * | | | | | | | | | | | | not being cast properly every time, swap to intspapuSpartan2023-05-041-1/+1
| | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | fix maximum downsampling optionpapuSpartan2023-05-033-5/+5
| | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | resolve merge conflicts and swap to dev branch for nowpapuSpartan2023-05-0333-147/+1013
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | Update sd_models.pypapuSpartan2023-04-101-1/+0
| | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | Update generation_parameters_copypaste.pypapuSpartan2023-04-101-1/+0
| | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | Update shared.pypapuSpartan2023-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix typo
| | | | | * | | | | | | | | | | | | | add token merging options to infotext when necessary. Bump tomesdpapuSpartan2023-04-103-5/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version
| | | | | * | | | | | | | | | | | | | :ppapuSpartan2023-04-041-1/+1
| | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | Allow different merge ratios to be used for each pass. Make toggle cmd flag ↵papuSpartan2023-04-044-33/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | work again. Remove ratio flag. Remove warning about controlnet being incompatible
| | | | | * | | | | | | | | | | | | | remove excess conditionpapuSpartan2023-04-021-14/+15
| | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | Transition to using settings through UI instead of cmd line args. Added ↵papuSpartan2023-04-023-7/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature to only apply to hr-fix. Install package using requirements_versions.txt