This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
InvokeAI
Watch
1
Star
1
Fork
0
You've already forked InvokeAI
mirror of
https://github.com/invoke-ai/InvokeAI.git
synced
2026-01-24 19:18:04 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2630fe360831708d712ef760bb05b18b329bb538
InvokeAI
/
invokeai
/
backend
/
stable_diffusion
/
diffusion
History
Ryan Dick
91596d9527
Re-factor IPAdapter to patch UNet in a context manager.
2023-09-08 15:39:22 -04:00
..
__init__.py
Move ConditioningData and its field classes to their own file. This will allow new conditioning types to be added more cleanly without introducing circular dependencies.
2023-09-08 11:00:11 -04:00
conditioning_data.py
Pass IP-Adapter conditioning via cross_attention_kwargs instead of concatenating to the text embedding. This avoids interference with other features that manipulate the text embedding (e.g. long prompts).
2023-09-08 11:47:36 -04:00
cross_attention_control.py
Re-factor IPAdapter to patch UNet in a context manager.
2023-09-08 15:39:22 -04:00
cross_attention_map_saving.py
Resolving merge conflicts for flake8
2023-08-18 15:52:04 +10:00
shared_invokeai_diffusion.py
Re-factor IPAdapter to patch UNet in a context manager.
2023-09-08 15:39:22 -04:00