InvokeAI/invokeai/backend/stable_diffusion/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
..
__init__.py isort wip 2 2023-09-12 13:01:58 -04:00
conditioning_data.py WIP - Accept a list of IPAdapterFields in DenoiseLatents. 2023-10-06 20:43:43 -04:00
cross_attention_control.py Merge branch 'main' into feat/ip-adapter 2023-09-15 13:15:25 -04:00
cross_attention_map_saving.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
shared_invokeai_diffusion.py 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