Bumped controlnet-aux to v0.7, and added openmim package (both required for DWPose ControlNet preprocessor).

This commit is contained in:
user1 2023-09-27 11:52:58 -07:00
parent c764e34883
commit e625c44c73

View File

@ -37,7 +37,7 @@ dependencies = [
"click",
"clip_anytorch", # replacing "clip @ https://github.com/openai/CLIP/archive/eaa22acb90a5876642d0507623e859909230a52d.zip",
"compel~=2.0.2",
"controlnet-aux>=0.0.6",
"controlnet-aux>=0.0.7",
"timm==0.6.13", # needed to override timm latest in controlnet_aux, see https://github.com/isl-org/ZoeDepth/issues/26
"datasets",
"diffusers[torch]~=0.21.0",
@ -58,6 +58,7 @@ dependencies = [
"onnx",
"onnxruntime",
"opencv-python",
"openmim",
"pydantic==1.*",
"picklescan",
"pillow",