InvokeAI/invokeai/backend/ip_adapter
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