Remove easy-dwpose from the default requierments

This commit is contained in:
Jaret Burkett
2025-12-20 07:16:20 -07:00
parent 113bbd0e3e
commit 8864ba915e
2 changed files with 1 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ class ControlGenerator:
device=str(device))
except ImportError:
raise ImportError(
"easy-dwpose is not installed. Please install it with pip install easy-dwpose")
"easy-dwpose is not installed. Please install it with pip install git+https://github.com/jaretburkett/easy_dwpose.git")
img = image.copy()
detect_res = int(math.sqrt(img.size[0] * img.size[1]))