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

@@ -1,6 +1,5 @@
torchao==0.10.0
safetensors
git+https://github.com/jaretburkett/easy_dwpose.git
git+https://github.com/huggingface/diffusers@6bf668c4d217ebc96065e673d8a257fd79950d34
transformers==4.57.3
lycoris-lora==1.8.3

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]))