mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
Remove easy-dwpose from the default requierments
This commit is contained in:
@@ -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]))
|
||||
|
||||
Reference in New Issue
Block a user