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:
George Wu 2024-04-14 09:09:15 -07:00 committed by GitHub
parent 01acc25d9d
commit 7ec51f0a13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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