Skip to content

fix(mm): show Anima Qwen3 0.6B encoders in Model Manager list#9173

Merged
lstein merged 3 commits into
invoke-ai:mainfrom
kappacommit:anima-qwen-mm-fix
May 15, 2026
Merged

fix(mm): show Anima Qwen3 0.6B encoders in Model Manager list#9173
lstein merged 3 commits into
invoke-ai:mainfrom
kappacommit:anima-qwen-mm-fix

Conversation

@kappacommit
Copy link
Copy Markdown
Contributor

Summary

The model manager list uses the Flux qwen encoders to filter what is shown. I cant just add Anima as a Flux qwen encoder because it would show up as a selectable encoder for Flux, which it is not compatible with.

So I expand the criteria of the model manager display to also include Anima's encoder.

Related Issues / Discussions

QA Instructions

Download the Anima starter pack, and verify the encoder shows up in the model manager
image

Merge Plan

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • ❗Changes to a redux slice have a corresponding migration
  • Documentation added / updated (if applicable)
  • Updated What's New copy (if doing a release after this PR)

The Model Manager qwen3_encoder category used isQwen3EncoderModelConfig
as its filter, which excludes variant=qwen3_06b (reserved for the Anima
picker). Anima Qwen3 0.6B encoders were therefore installed but
invisible in the Model Manager UI. Broaden the category filter to also
include isAnimaQwen3EncoderModelConfig; picker selectors are unchanged.
@github-actions github-actions Bot added the frontend PRs that change frontend files label May 14, 2026
@lstein lstein self-assigned this May 15, 2026
Copy link
Copy Markdown
Collaborator

@lstein lstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as advertised. Thank you for your contribution!

@lstein lstein enabled auto-merge (squash) May 15, 2026 01:49
@lstein lstein merged commit 064e1f7 into invoke-ai:main May 15, 2026
16 of 17 checks passed
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