InvokeAI/invokeai/backend/stable_diffusion
user1 378689a519 Changes to _apply_standard_conditioning_sequentially() and _apply_cross_attention_controlled_conditioning() to reflect changes to T2I-Adapter implementation to allow usage of T2I-Adapter and ControlNet at the same time.
Also, the PREVIOUS commit (@8d3885d, which was already pushed to github repo) was wrongly commented, but too late to fix without a force push or other mucking that I'm reluctant to do. That commit is actually the one that has all the changes to diffusers_pipeline.py to use additional arg down_intrablock_additional_residuals (introduced in diffusers PR https://github.com/huggingface/diffusers/pull/5362) to detangle T2I-Adapter from ControlNet inputs to main UNet.
2023-10-17 19:42:06 +11:00
..
diffusion Changes to _apply_standard_conditioning_sequentially() and _apply_cross_attention_controlled_conditioning() to reflect changes to T2I-Adapter implementation to allow usage of T2I-Adapter and ControlNet at the same time. 2023-10-17 19:42:06 +11:00
schedulers isort wip 2 2023-09-12 13:01:58 -04:00
__init__.py Merge branch 'main' into feat/ip-adapter 2023-09-15 13:15:25 -04:00
diffusers_pipeline.py Fixing some var and arg names. 2023-10-17 19:42:06 +11:00