-
Couldn't load subscription status.
- Fork 6.5k
[LoRA] Add LoRA support to AuraFlow #10216
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
Merged
Merged
Changes from 56 commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
e50a108
Add AuraFlowLoraLoaderMixin
Warlord-K 658d058
Add comments, remove qkv fusion
Warlord-K 4208d09
Add Tests
Warlord-K 98b19f6
Add AuraFlowLoraLoaderMixin to documentation
Warlord-K 71f8bac
Add Suggested changes
Warlord-K 0eee03e
Change attention_kwargs->joint_attention_kwargs
Warlord-K 4e4f780
Rebasing derp.
hameerabbasi c07d1f5
fix
hlky 1b7f99f
fix
hlky 875a3e0
Quality fixes.
hameerabbasi a242d7a
make style
hlky a73df6b
`make fix-copies`
hameerabbasi 894eac0
`ruff check --fix`
hameerabbasi 2b36416
Attept 1 to fix tests.
hameerabbasi 6b762b8
Attept 2 to fix tests.
hameerabbasi bc2a466
Attept 3 to fix tests.
hameerabbasi 1c79095
Address review comments.
hameerabbasi 9454e84
Rebasing derp.
hameerabbasi 5700e52
Merge branch 'main' into auraflow-lora
hameerabbasi 6da81f8
Merge branch 'main' into auraflow-lora
sayakpaul 28a4918
Get more tests passing by copying from Flux. Address review comments.
hameerabbasi d6028cd
`joint_attention_kwargs`->`attention_kwargs`
hameerabbasi 6e899a3
Merge branch 'main' into auraflow-lora
hameerabbasi 2d02c2c
Add `lora_scale` property for te LoRAs.
hameerabbasi 2b934b4
Make test better.
hameerabbasi 532013f
Remove useless property.
hameerabbasi 0ea9ecd
Merge branch 'main' into auraflow-lora
hlky e06d8eb
Skip TE-only tests for AuraFlow.
hameerabbasi 2b35909
Support LoRA for non-CLIP TEs.
hameerabbasi 1ec07a1
Merge remote-tracking branch 'upstream/main' into auraflow-lora
hameerabbasi 077a452
Merge branch 'main' into auraflow-lora
hlky 3095644
Merge branch 'main' into auraflow-lora
hameerabbasi df28362
Merge remote-tracking branch 'upstream/main' into auraflow-lora
hameerabbasi 7e63330
Restore LoRA tests.
hameerabbasi 5620384
Undo adding LoRA support for non-CLIP TEs.
hameerabbasi cd691d3
Undo support for TE in AuraFlow LoRA.
hameerabbasi 0fa5cd5
`make fix-copies`
hameerabbasi 83e0825
Sync with upstream changes.
hameerabbasi 12fbd11
Remove unneeded stuff.
hameerabbasi c602749
Merge branch 'main' into auraflow-lora
hameerabbasi cdd184d
Mirror `Lumina2`.
hameerabbasi ce1939b
Skip for MPS.
hameerabbasi 3b9e655
Address review comments.
hameerabbasi c11b14d
Remove duplicated code.
hameerabbasi 636f01c
Remove unnecessary code.
hameerabbasi 75ba7da
Remove repeated docs.
hameerabbasi c2daa8a
Propagate attention.
hameerabbasi 8aa2d69
Fix TE target modules.
hameerabbasi b19942f
MPS fix for LoRA tests.
hameerabbasi 5091757
Unrelated TE LoRA tests fix.
hameerabbasi dee9074
Fix AuraFlow LoRA tests by applying to the right denoiser layers.
hameerabbasi 6241109
Merge remote-tracking branch 'upstream/main' into auraflow-lora
hameerabbasi ed33194
Merge branch 'main' into auraflow-lora
sayakpaul 65a3bf5
Apply style fixes
github-actions[bot] 147a356
empty commit
sayakpaul 0c91c1a
Fix the repo consistency issues.
hameerabbasi e97a83e
Remove unrelated changes.
hameerabbasi a5b78d1
Style.
hameerabbasi dbc8427
Fix `test_lora_fuse_nan`.
hameerabbasi 22fc9d9
Merge branch 'main' into auraflow-lora
sayakpaul ea14465
fix quality issues.
sayakpaul a20d03d
`pytest.xfail` -> `ValueError`.
hameerabbasi fb5f5f7
Add back `skip_mps`.
hameerabbasi f88503b
Merge branch 'main' into auraflow-lora
sayakpaul 12dc911
Apply style fixes
github-actions[bot] fd9ed52
Merge branch 'main' into auraflow-lora
sayakpaul e418c2f
Merge branch 'main' into auraflow-lora
sayakpaul 5e537d1
Merge remote-tracking branch 'upstream/main' into auraflow-lora
hameerabbasi bc93160
`make fix-copies`
hameerabbasi 2880ba4
Merge branch 'main' into auraflow-lora
sayakpaul File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.