Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui): FLUX IP adapter clip vision model error #7292

Merged
merged 3 commits into from
Nov 7, 2024

Conversation

psychedelicious
Copy link
Collaborator

Summary

When creating a reference image (global or regional) we were not setting the CLIP vision model correctly. As a result, FLUX IP Adapters, which require the ViT-L model, were causing errors.

This situation is now handled.

Also, when graph building fails, we now display an error toast. Previously, there was no feedback at all, so it felt like the invoke button just did nothing.

Related Issues / Discussions

offline discussion

QA Instructions

This won't fix existing misconfigured IP Adapters, but it does prevent new ones from ending up with the wrong CLIP vision model selection.

Merge Plan

n/a

Checklist

  • The PR has a short but descriptive title, suitable for a changelog

@github-actions github-actions bot added the frontend PRs that change frontend files label Nov 7, 2024
@psychedelicious psychedelicious enabled auto-merge (rebase) November 7, 2024 23:00
@psychedelicious psychedelicious force-pushed the psyche/fix/ui/flux-ip-adapter-clip branch from bd45e2f to f3553ba Compare November 7, 2024 23:00
@psychedelicious psychedelicious merged commit a9db2ff into main Nov 7, 2024
14 checks passed
@psychedelicious psychedelicious deleted the psyche/fix/ui/flux-ip-adapter-clip branch November 7, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend PRs that change frontend files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants