Skip to content

Commit

Permalink
pin controlnet_aux version to 0.0.7 to fix Big Models Stable Diffusio…
Browse files Browse the repository at this point in the history
…n 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
  • Loading branch information
jywu-msft authored Apr 14, 2024
1 parent 01acc25 commit 7ec51f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ec51f0

Please sign in to comment.