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

feat: support checkpoint bundles containing more than the transformer #6808

Merged
merged 6 commits into from
Sep 4, 2024

Conversation

brandonrising
Copy link
Collaborator

@brandonrising brandonrising commented Sep 3, 2024

Summary

This update is meant to update our model loader and probe to support flux checkpoint bundles containing the transformer along with other models. We will update out loaders to support pulling out the encoders and other models from these in a future update. This PR enables users to leverage flux checkpoints commonly found on civitAI

QA Instructions

Install checkpoint models such as this one and ensure you're able to successfully run the flux workflows with it.

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • Documentation added / updated (if applicable)

@github-actions github-actions bot added python PRs that change python files backend PRs that change backend files labels Sep 3, 2024
invokeai/backend/model_manager/probe.py Outdated Show resolved Hide resolved
invokeai/backend/model_manager/util/model_util.py Outdated Show resolved Hide resolved
invokeai/backend/model_manager/util/model_util.py Outdated Show resolved Hide resolved
@hipsterusername
Copy link
Member

As a note - this enables support for probing, but not inference, of emerging checkpoints in the ecosystem.

@brandonrising brandonrising merged commit 33edee1 into main Sep 4, 2024
14 checks passed
@brandonrising brandonrising deleted the brandon/support-flux-checkpoints branch September 4, 2024 13:36
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants