invoke-ai / InvokeAI

Invoke is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, and serves as the foundation for multiple commercial products.
https://invoke-ai.github.io/InvokeAI/
Apache License 2.0
23.77k stars 2.44k forks source link

XLabs FLUX IP-Adapter v2 #7338

Closed RyanJDick closed 1 week ago

RyanJDick commented 1 week ago

Summary

This PR adds support for the XLabs FLUX IP-Adapter v2 model (https://huggingface.co/XLabs-AI/flux-ip-adapter-v2).

Known v1 regression

The recommended inference configuration for XLabs IP v2 is different than that for v1:

This PR updates the Linear UI behavior to optimize for v2. As a result, the performance of v1 models in the Linear UI will be significantly degraded.

It is still possible to use the v1 models by manually constructing a workflow like the one shown on the original IP-Adapter v1 PR: https://github.com/invoke-ai/InvokeAI/pull/7157

Example 1:

Example 2:

QA Instructions

Checklist