aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2022-10-08Add hypernetwork support to split cross attention v1brkirch
* Add hypernetwork support to split_cross_attention_forward_v1 * Fix device check in esrgan_model.py to use devices.device_esrgan instead of shared.device
2022-10-08delete broken and unnecessary aliasesC43H66N12O12S2
2022-10-08switch to the proper way of calling xformersC43H66N12O12S2
2022-10-07linux testGreendayle
2022-10-07even more powerfull fixGreendayle
2022-10-07loading tf only in interrogation processGreendayle
2022-10-07Merge branch 'master' into dev/deepdanbooruGreendayle
2022-10-07make it possible to use hypernetworks without opt split attentionAUTOMATIC
2022-10-07do not stop working on failed hypernetwork loadAUTOMATIC
2022-10-07support loading VAEAUTOMATIC
2022-10-07added support for hypernetworks (???)AUTOMATIC
2022-10-07Update sd_hijack.pyC43H66N12O12S2
2022-10-07Update sd_hijack.pyC43H66N12O12S2
2022-10-07Update sd_hijack.pyC43H66N12O12S2
2022-10-07Update shared.pyC43H66N12O12S2
2022-10-07Update sd_hijack.pyC43H66N12O12S2
2022-10-07add xformers attentionC43H66N12O12S2
2022-10-06karras samplers for img2img?AUTOMATIC
2022-10-06Prefer using `Processed.sd_model_hash` attribute when filename patternMilly
2022-10-06Added job_timestamp to ProcessedMilly
So `[job_timestamp]` pattern can use in saving image UI.
2022-10-06Added styles to ProcessedMilly
So `[styles]` pattern can use in saving image UI.
2022-10-06Removed duplicate defined models_pathMilly
Use `modules.paths.models_path` instead `modules.shared.model_path`.
2022-10-06add generation parameters to images shown in web uiAUTOMATIC
2022-10-06Removed duplicate image saving codesMilly
Use `modules.images.save_image()` instead.
2022-10-06Merge branch 'master' into fix-vramJairo Correa
2022-10-06Default window title progress updates onDepFA
2022-10-06Update shared.pyDepFA
2022-10-06integrate the new samplers PRAUTOMATIC
2022-10-06add variant settingC43H66N12O12S2
2022-10-06add karras scheduling variantsC43H66N12O12S2
2022-10-06workaround for a mysterious bug where prompt weights can't be matchedAUTOMATIC
2022-10-06option to let users select which samplers they want to hideAUTOMATIC
2022-10-06removed unused import, fixed typoRaphael Stoeckli
2022-10-06Add sanitizer for captions in Textual inversionRaphael Stoeckli
2022-10-06Merge pull request #1755 from AUTOMATIC1111/use-typing-listAUTOMATIC1111
use typing.list in prompt_parser.py for wider python version support
2022-10-06Set gradio-img2img-tool default to 'editor'DepFA
2022-10-05Merge branch 'master' into use-typing-listDepFA
2022-10-05use typing.list in prompt_parser.py for wider python version supportDepFA
2022-10-06remove type annotations in new code because presumably they don't work in 3.7AUTOMATIC
2022-10-05fix various float parsing errorsAUTOMATIC
2022-10-05removing underscores and colonsGreendayle
2022-10-05added support for AND from ↵AUTOMATIC
https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/
2022-10-05better model searchGreendayle
2022-10-05removing problematic tagGreendayle
2022-10-05deepdanbooru interrogatorGreendayle
2022-10-05shared.state.interrupt when restart is requestedDepFA
2022-10-04Removing parts no longer needed to fix vramJairo Correa
2022-10-04Merge branch 'master' into fix-vramJairo Correa
2022-10-04Display time taken in mins, secs when relevantxpscyho
Fixes #1656
2022-10-04add editor to img2imgAUTOMATIC