fix(mm): show Anima Qwen3 0.6B encoders in Model Manager list#9173
Merged
Conversation
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.
lstein
approved these changes
May 15, 2026
Collaborator
lstein
left a comment
There was a problem hiding this comment.
Works as advertised. Thank you for your contribution!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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

Merge Plan
Checklist
What's Newcopy (if doing a release after this PR)