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 FLUX diffusers LoRA models with no .proj_mlp layers #7313

Merged
merged 4 commits into from
Nov 14, 2024

Conversation

RyanJDick
Copy link
Collaborator

Summary

Add support for FLUX diffusers LoRA models without .proj_mlp layers.

Related Issues / Discussions

Closes #7129

QA Instructions

  • FLUX diffusers LoRA without .proj_mlp layers
  • FLUX diffusers LoRA with .proj_mlp layers
  • FLUX diffusers LoRA without .proj_mlp layers, quantized base model
  • FLUX diffusers LoRA with .proj_mlp layers, quantized base model

Checklist

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

@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 Nov 13, 2024
@RyanJDick RyanJDick force-pushed the ryan/fix-flux-lora-no-proj-mlp branch from 71deb96 to 68c3b06 Compare November 14, 2024 16:53
@RyanJDick RyanJDick enabled auto-merge November 14, 2024 16:54
@RyanJDick RyanJDick merged commit 4f9d12b into main Nov 14, 2024
14 checks passed
@RyanJDick RyanJDick deleted the ryan/fix-flux-lora-no-proj-mlp branch November 14, 2024 17:09
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.

[bug]: FLUX diffusers LoRA models without .proj_mlp fail
2 participants