Closed akx closed 8 months ago
Attention: Patch coverage is 40.00000%
with 6 lines
in your changes are missing coverage. Please review.
Project coverage is 97.26%. Comparing base (
e377980
) to head (aae0bc3
). Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
tests/generators/test_magicprompt.py | 40.00% | 6 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Refs https://github.com/adieyal/sd-dynamic-prompts/issues/743.
We don't want the transitive
torch
dependency from an older version oftransformers
to try and install an older Torch.I tested that magicprompts works fine with
transformers==4.39.0
– hopefully HF won't break things before version 5 of Transformers.