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",
|
"npyscreen",
|
||||||
"numpy<1.24",
|
"numpy<1.24",
|
||||||
"omegaconf",
|
"omegaconf",
|
||||||
|
"onnx",
|
||||||
"opencv-python",
|
"opencv-python",
|
||||||
"picklescan",
|
"picklescan",
|
||||||
"pillow",
|
"pillow",
|
||||||
@ -104,15 +105,12 @@ dependencies = [
|
|||||||
"triton; sys_platform=='linux'",
|
"triton; sys_platform=='linux'",
|
||||||
]
|
]
|
||||||
"onnx" = [
|
"onnx" = [
|
||||||
"onnx",
|
|
||||||
"onnxruntime",
|
"onnxruntime",
|
||||||
]
|
]
|
||||||
"onnx-cuda" = [
|
"onnx-cuda" = [
|
||||||
"onnx",
|
|
||||||
"onnxruntime-gpu",
|
"onnxruntime-gpu",
|
||||||
]
|
]
|
||||||
"onnx-directml" = [
|
"onnx-directml" = [
|
||||||
"onnx",
|
|
||||||
"onnxruntime-directml",
|
"onnxruntime-directml",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user