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
1c8991a3df
InvokeAI
/
invokeai
/
backend
/
ip_adapter
History
Ryan Dick
1c8991a3df
Use CLIPVisionModel under model management for IP-Adapter.
2023-09-13 19:10:02 -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
Use CLIPVisionModel under model management for IP-Adapter.
2023-09-13 19:10:02 -04:00
resampler.py
cleanup: Some basic cleanup
2023-09-05 11:54:28 +12:00