This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
InvokeAI
Watch
1
Star
0
Fork
0
You've already forked InvokeAI
mirror of
https://github.com/invoke-ai/InvokeAI
synced
2024-08-30 20:32:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d114d0ba95
InvokeAI
/
invokeai
/
backend
/
ip_adapter
History
Ryan Dick
d114d0ba95
Remove need for the image_encoder param in IPAdapter.initialize().
2023-09-14 14:14:35 -04:00
..
__init__.py
chore: flake8 cleanup
2023-09-05 12:07:12 +12:00
attention_processor.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
ip_adapter.py
Remove need for the image_encoder param in IPAdapter.initialize().
2023-09-14 14:14:35 -04:00
resampler.py
Remove need for the image_encoder param in IPAdapter.initialize().
2023-09-14 14:14:35 -04:00