mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
pin controlnet_aux version to 0.0.7 to fix Big Models Stable Diffusion pipeline failure (#20302)
conflict in cv2 causes " LayerId = cv2.dnn.DictValue AttributeError: module 'cv2.dnn' has no attribute 'DictValue' " controlnet_aux 0.0.8 pulls in a conflicting version of opencv-python pin to 0.0.7 failing pipeline passes with this change: https://dev.azure.com/onnxruntime/onnxruntime/_build/results?buildId=1348876&view=results
This commit is contained in:
parent
01acc25d9d
commit
7ec51f0a13
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ packaging
|
|||
protobuf==3.20.3
|
||||
psutil
|
||||
sympy
|
||||
controlnet_aux
|
||||
controlnet_aux==0.0.7
|
||||
# The following are for SDXL
|
||||
optimum==1.14.1
|
||||
safetensors
|
||||
|
|
|
|||
Loading…
Reference in a new issue