mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Always install onnx
This commit is contained in:
parent
a491e326c5
commit
918a0dedc0
@ -62,6 +62,7 @@ dependencies = [
|
||||
"npyscreen",
|
||||
"numpy<1.24",
|
||||
"omegaconf",
|
||||
"onnx",
|
||||
"opencv-python",
|
||||
"picklescan",
|
||||
"pillow",
|
||||
@ -104,15 +105,12 @@ dependencies = [
|
||||
"triton; sys_platform=='linux'",
|
||||
]
|
||||
"onnx" = [
|
||||
"onnx",
|
||||
"onnxruntime",
|
||||
]
|
||||
"onnx-cuda" = [
|
||||
"onnx",
|
||||
"onnxruntime-gpu",
|
||||
]
|
||||
"onnx-directml" = [
|
||||
"onnx",
|
||||
"onnxruntime-directml",
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user