Skip to content

fix(mm): Fix Anima model identification for ComfyUI checkpoint format#9113

Open
kappacommit wants to merge 1 commit intoinvoke-ai:mainfrom
kappacommit:anima-fixes
Open

fix(mm): Fix Anima model identification for ComfyUI checkpoint format#9113
kappacommit wants to merge 1 commit intoinvoke-ai:mainfrom
kappacommit:anima-fixes

Conversation

@kappacommit
Copy link
Copy Markdown
Contributor

Summary

Anima finetunes packaged in the ComfyUI bundled checkpoint format (e.g. from CivitAI) failed to install with "Could not identify model" errors. This adds support for the model.diffusion_model.* key prefix used by that format, matching how FLUX and Z-Image already handle it.

Related Issues / Discussions

Reported in discord: https://discord.com/channels/1020123559063990373/1149506274971631688/1499965910193274901

QA Instructions

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)

…entification

Anima finetunes packaged in ComfyUI format use `model.diffusion_model.*`
prefixed keys instead of bare or `net.*` prefixed keys. Update the probe
and loader to recognize and handle this format.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions github-actions Bot added python PRs that change python files backend PRs that change backend files python-tests PRs that change python tests labels May 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend PRs that change backend files python PRs that change python files python-tests PRs that change python tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant