ComfyUI Extension: ComfyUI-WarperNodes

Authored by AIWarper

Created

Updated

5 stars

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) DWPose Scaler Example Image

    Installation

    1. Navigate to your ComfyUI custom_nodes directory.
    2. Clone this repository:
      git clone https://github.com/AIWarper/ComfyUI-WarperNodes.git
      
    3. Install any dependencies (if listed in requirements.txt):
      cd ComfyUI_WarperNodes
      pip install -r requirements.txt
      
      (If you use ComfyUI's portable version, you might need to use its embedded Python, e.g., path/to/ComfyUI/python_embeded/python.exe -m pip install -r requirements.txt)
    4. Restart ComfyUI.