mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Always install onnx
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user