InvokeAI/invokeai/backend/ip_adapter
2023-09-08 16:00:58 -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 Tidy IPAdapter. Add types, improve field/method naming. 2023-09-08 16:00:58 -04:00
resampler.py cleanup: Some basic cleanup 2023-09-05 11:54:28 +12:00
utils.py fix(ip_adapter): add None to types 2023-09-05 12:30:00 +10:00