Skip to content

Conversation

@sayakpaul
Copy link
Member

@sayakpaul sayakpaul commented Dec 19, 2024

What does this PR do?

  • Removes test_lora_fuse_nan() from the LTX LoRA test suite as that is handled in tests/lora/utils.py.
  • Moves test_lora_B_bias and test_correct_lora_configs_with_different_ranks to utils.py from the Control LoRA tests for Flux. This is because the corresponding features apply generally.
  • Other misc things.

@sayakpaul sayakpaul requested review from DN6 and a-r-r-o-w December 19, 2024 12:57
Copy link
Contributor

@a-r-r-o-w a-r-r-o-w left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! The test for lora_B bias is moved under utils.py which means it will be run with every model now, no? This is okay, but maybe good to make note that it only matters for Flux currently as there are no other lora checkpoints with lora B bias yet I think

@sayakpaul
Copy link
Member Author

LGTM! The test for lora_B bias is moved under utils.py which means it will be run with every model now, no? This is okay, but maybe good to make note that it only matters for Flux currently as there are no other lora checkpoints with lora B bias yet I think

Note added.

@sayakpaul sayakpaul merged commit c34fc34 into main Dec 23, 2024
11 checks passed
@sayakpaul sayakpaul deleted the lora-tests-misc branch December 23, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants