From e625c44c73816b8afe5c922977791e5fdb87bee3 Mon Sep 17 00:00:00 2001 From: user1 <gregghelt@gmail.com> Date: Wed, 27 Sep 2023 11:52:58 -0700 Subject: [PATCH] Bumped controlnet-aux to v0.7, and added openmim package (both required for DWPose ControlNet preprocessor). --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21cda5eebd..c29c1df55c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",