aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2022-10-06fix bad output for error when updating a git repoAUTOMATIC-1/+1
2022-10-06integrate the new samplers PRAUTOMATIC-87/+36
2022-10-06update k-diff once againC43H66N12O12S2-1/+1
2022-10-06add variant settingC43H66N12O12S2-0/+1
2022-10-06add karras scheduling variantsC43H66N12O12S2-0/+13
2022-10-06Create alternate_sampler_noise_schedules.pyC43H66N12O12S2-0/+53
2022-10-06update k-diffusionC43H66N12O12S2-1/+1
2022-10-06reorder imports to fix the bug with k-diffusion on some versionAUTOMATIC-2/+3
2022-10-06workaround for a mysterious bug where prompt weights can't be matchedAUTOMATIC-1/+3
2022-10-06option to let users select which samplers they want to hideAUTOMATIC-16/+35
2022-10-06support for downloading new commit hash for git reposAUTOMATIC-0/+9
2022-10-06Outpainting mk2, prevent generation of a completely random image every time ↵Jocke-1/+4
even when global seed is static
2022-10-06removed unused import, fixed typoRaphael Stoeckli-2/+1
2022-10-06Add sanitizer for captions in Textual inversionRaphael Stoeckli-0/+28
2022-10-06Merge pull request #1755 from AUTOMATIC1111/use-typing-listAUTOMATIC1111-5/+4
use typing.list in prompt_parser.py for wider python version support
2022-10-06Set gradio-img2img-tool default to 'editor'DepFA-1/+1
2022-10-05Merge branch 'master' into use-typing-listDepFA-1/+0
2022-10-05use typing.list in prompt_parser.py for wider python version supportDepFA-4/+4
2022-10-06remove type annotations in new code because presumably they don't work in 3.7AUTOMATIC-3/+3
2022-10-05fix various float parsing errorsAUTOMATIC-2/+1
2022-10-05removing underscores and colonsGreendayle-1/+1
2022-10-05added support for AND from ↵AUTOMATIC-19/+138
https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/
2022-10-05better model searchGreendayle-2/+9
2022-10-05removing problematic tagGreendayle-3/+2
2022-10-05deepdanbooru interrogatorGreendayle-6/+91
2022-10-05Show generation progress in window titleDepFA-0/+15
2022-10-05shared.state.interrupt when restart is requestedDepFA-0/+1
2022-10-04Removing parts no longer needed to fix vramJairo Correa-15/+9
2022-10-04Merge branch 'master' into fix-vramJairo Correa-176/+324
2022-10-04Display time taken in mins, secs when relevantxpscyho-1/+6
Fixes #1656
2022-10-04add editor to img2imgAUTOMATIC-1/+6
2022-10-04prompt_parser: allow spaces in schedules, add test, log/ignore errorsRae Fu-54/+95
Only build the parser once (at import time) instead of for each step. doctest is run by simply executing modules/prompt_parser.py
2022-10-04remove functools.cache as some people are having issues with itAUTOMATIC-2/+6
2022-10-04do not touch p.seed/p.subseed during processing #1181AUTOMATIC-9/+17
2022-10-04option to not show images in web uiAUTOMATIC-0/+7
2022-10-04emergency fix for img2imgAUTOMATIC-1/+2
2022-10-04Merge pull request #1550 from RnDMonkey/#1484_fix_empty_styles_patternAUTOMATIC1111-1/+1
#1484 fix empty styles pattern
2022-10-04Apply prompt pattern lastMilly-19/+20
2022-10-04Remove pycharm note, fix typoJustin Riddiough-2/+2
2022-10-04Explain how to use second progress bar in pycharmJustin Riddiough-1/+1
2022-10-04Merge pull request #1616 from brkirch/cpu-cmdline-optAUTOMATIC1111-19/+22
Add --use-cpu command line option
2022-10-04Merge branch 'master' into cpu-cmdline-optbrkirch-80/+109
2022-10-04ignore errors in parse for purposes of token counting for #1564AUTOMATIC-2/+10
2022-10-04Merge remote-tracking branch 'origin/master'AUTOMATIC-66/+55
2022-10-04support interrupting after the previous changeAUTOMATIC-1/+3
2022-10-04Allow nested structures inside schedulesdan-66/+55
2022-10-04send all three of GFPGAN's and codeformer's models to CPU memory instead of ↵AUTOMATIC-11/+41
just one for #1283
2022-10-04Modify --add-cpu descriptionbrkirch-1/+1
2022-10-04Add BSRGAN to --add-cpubrkirch-7/+7
2022-10-04Merge branch 'cpu-cmdline-opt' of ↵brkirch-4/+50
https://github.com/brkirch/stable-diffusion-webui into cpu-cmdline-opt