mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-04-21 22:21:28 +02:00
fix: Pin onnx versions to builds that don't require rare dlls
This commit is contained in:
parent
80360a8abb
commit
3da8076a2b
@ -43,8 +43,8 @@ dependencies = [
|
||||
"invisible-watermark==0.2.0", # needed to install SDXL base and refiner using their repo_ids
|
||||
"mediapipe>=0.10.7", # needed for "mediapipeface" controlnet model
|
||||
"numpy==1.26.4", # >1.24.0 is needed to use the 'strict' argument to np.testing.assert_array_equal()
|
||||
"onnx>=1.15.0",
|
||||
"onnxruntime>=1.16.3",
|
||||
"onnx==1.16.1",
|
||||
"onnxruntime==1.19.2",
|
||||
"opencv-python==4.9.0.80",
|
||||
"pytorch-lightning==2.1.3",
|
||||
"safetensors==0.4.3",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user