Uh oh!
There was an error while loading. Please reload this page.
[LoRA] Add LoRA support to AuraFlow - #10216
Conversation
HuggingFaceDocBuilderDev
commented
Dec 13, 2024
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
da41f32 to
c8364bcComparehameerabbasi
commented
Dec 13, 2024
Thanks for the helping hand, @hlky! |
hlky
commented
Dec 13, 2024
See https://github.com/huggingface/diffusers/blob/main/tests/lora/test_lora_layers_flux.pyhttps://github.com/huggingface/diffusers/blob/main/tests/lora/test_lora_layers_mochi.py etc as an example for tests. Seems to be missing |
20b5f2d to
80ac0d4Compare@sayakpaul Okay; I'm at a point where I've got actual, valid test failures but have no idea where to look. |
912fb8d to
f5b9f90Comparehameerabbasi
commented
Dec 15, 2024
Here's the log after the latest commit: pytest.log |
sayakpaul
left a comment
There was a problem hiding this comment.
Thanks for the PR. I have left some comments to fix a couple of things. LMK if they're unclear.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
f5b9f90 to
1c79095Comparehameerabbasi
commented
Dec 19, 2024
Latest test log. |
hameerabbasi
commented
Apr 8, 2025
@sayakpaul Last CI ping. 😅 |
sayakpaul
commented
Apr 8, 2025
Code styling issues need to be fixed. |
sayakpaul
commented
Apr 8, 2025
@bot /style |
Style fixes have been applied. View the workflow run here. |
hameerabbasi
commented
Apr 8, 2025
@sayakpaul CI blocked again. 🥹 |
hameerabbasi
commented
Apr 9, 2025
@sayakpaul CI needs approval. 😅 |
hameerabbasi
commented
Apr 10, 2025
@sayakpaul CI ping. 🥹 |
hameerabbasi
commented
Apr 11, 2025
@sayakpaul Since I'm a first-time contributor, you'll need to approve the workflows on GitHub, opening/closing the PR or pushing commits doesn't seem to work. GitHub shows me the following notice on desktop, but the corresponding notice is invisible on mobile: |
hameerabbasi
commented
Apr 11, 2025
@sayakpaul Another approval on CI please. |
hameerabbasi
commented
Apr 11, 2025
@sayakpaul Merge before other issues pop up? 😛 |
AstraliteHeart
commented
Apr 15, 2025
@sayakpaul can we please get this merged? very excited about getting AF ecosystem up to speed. |
@sayakpaul The CI failures seem unrelated: EDIT: This seems to be the cause: |
sayakpaul
commented
Apr 15, 2025
Thanks for your contributions. |
hameerabbasi
commented
Apr 15, 2025
Thanks so much for the reviews and patience! |

What does this PR do?
This PR is a simple rebase of #9017
cc @sayakpaul for review.
Fixes # (issue)
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.