-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
update flake #7032
update flake #7032
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for sorting this out!
There are some minor dependency changes, we'll need do some testing on this after the v5.1.0 release to ensure this doesn't introduce any regressions. |
Did some testing - no issues. DetailsThe dep changes are First I uninstalled these packages: ...
Successfully uninstalled mediapipe-0.10.7
...
Successfully uninstalled onnx-1.15.0
...
Successfully uninstalled onnxruntime-1.16.3
... Then I reinstalled my local ...
Successfully installed InvokeAI-5.1.0 jax-0.4.34 jaxlib-0.4.34 mediapipe-0.10.15 ml-dtypes-0.5.0 onnx-1.17.0 onnxruntime-1.19.2 opt-einsum-3.4.0 protobuf-4.25.5 We use We use We have the remnants of ONNX SD inference support hanging around in the app, but we don't really support that any more anyways, so no worries there. I also did a couple normal SDXL generations and they all worked fine. |
Summary
Updates
flake.{nix,lock}
and makes minor tweaks necessary to build usingnix
or on a NixOS system.Related Issues / Discussions
#7011
QA Instructions
Tested locally on a NixOS system.
Merge Plan
Checklist