aboutsummaryrefslogtreecommitdiffstats
path: root/modules
AgeCommit message (Collapse)AuthorLines
2022-10-08default to split attention if cuda is available and xformers is notC43H66N12O12S2-2/+2
2022-10-08use new attnblock for xformers pathC43H66N12O12S2-1/+1
2022-10-08Update sd_hijack_optimizations.pyC43H66N12O12S2-1/+1
2022-10-08add xformers attnblock and hypernetwork supportC43H66N12O12S2-2/+18
2022-10-08delete broken and unnecessary aliasesC43H66N12O12S2-6/+4
2022-10-08switch to the proper way of calling xformersC43H66N12O12S2-25/+3
2022-10-07Update sd_hijack.pyC43H66N12O12S2-1/+1
2022-10-07Update sd_hijack.pyC43H66N12O12S2-2/+2
2022-10-07Update sd_hijack.pyC43H66N12O12S2-2/+1
2022-10-07Update shared.pyC43H66N12O12S2-0/+1
2022-10-07Update sd_hijack.pyC43H66N12O12S2-4/+9
2022-10-07add xformers attentionC43H66N12O12S2-1/+38
2022-10-06karras samplers for img2img?AUTOMATIC-2/+4
2022-10-06Prefer using `Processed.sd_model_hash` attribute when filename patternMilly-1/+1
2022-10-06Added job_timestamp to ProcessedMilly-1/+3
So `[job_timestamp]` pattern can use in saving image UI.
2022-10-06Added styles to ProcessedMilly-6/+3
So `[styles]` pattern can use in saving image UI.
2022-10-06Removed duplicate defined models_pathMilly-10/+9
Use `modules.paths.models_path` instead `modules.shared.model_path`.
2022-10-06add generation parameters to images shown in web uiAUTOMATIC-2/+6
2022-10-06Removed duplicate image saving codesMilly-39/+14
Use `modules.images.save_image()` instead.
2022-10-06Merge branch 'master' into fix-vramJairo Correa-52/+234
2022-10-06Default window title progress updates onDepFA-1/+1
2022-10-06Update shared.pyDepFA-0/+1
2022-10-06integrate the new samplers PRAUTOMATIC-32/+35
2022-10-06add variant settingC43H66N12O12S2-0/+1
2022-10-06add karras scheduling variantsC43H66N12O12S2-0/+13
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-15/+32
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-05added support for AND from ↵AUTOMATIC-19/+138
https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/
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-174/+275
2022-10-04Display time taken in mins, secs when relevantxpscyho-1/+6
Fixes #1656
2022-10-04add editor to img2imgAUTOMATIC-1/+2
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