ComfyUI Extension: ComfyUI-WarperNodes
NODES: DWPose Scaler (Warper)
Custom Nodes (0)
README
ComfyUI Warper Nodes
A collection of general-purpose nodes for ComfyUI.
Current Nodes
- DWPose Scaler (Warper): Provides advanced scaling and adjustment options for DWPose keypoints. (Category:
Warper Tools
)
Installation
- Navigate to your ComfyUI
custom_nodes
directory. - Clone this repository:
git clone https://github.com/AIWarper/ComfyUI-WarperNodes.git
- Install any dependencies (if listed in
requirements.txt
):
(If you use ComfyUI's portable version, you might need to use its embedded Python, e.g.,cd ComfyUI_WarperNodes pip install -r requirements.txt
path/to/ComfyUI/python_embeded/python.exe -m pip install -r requirements.txt
) - Restart ComfyUI.