From 7e40019d777479445bdebfd0448792b2b2e2bc5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2ED=2ET=C3=A0i?= Date: Thu, 17 Oct 2024 21:51:39 +0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b584940..2736ee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui_controlnet_aux" description = "Plug-and-play ComfyUI node sets for making ControlNet hint images" -version = "1.0.4-alpha.9" +version = "1.0.5" dependencies = ["torch", "importlib_metadata", "huggingface_hub", "scipy", "opencv-python>=4.7.0.72", "filelock", "numpy", "Pillow", "einops", "torchvision", "pyyaml", "scikit-image", "python-dateutil", "mediapipe", "svglib", "fvcore", "yapf", "omegaconf", "ftfy", "addict", "yacs", "trimesh[easy]", "albumentations", "scikit-learn", "matplotlib"] [project.urls]