├── README.md ├── __init__.py ├── __pycache__ ├── __init__.cpython-311.pyc └── nodes.cpython-311.pyc ├── js ├── fabric.js └── openPoseEditorPlus.js ├── nodes.py └── pyproject.toml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whmc76/ComfyUI-Openpose-Editor-Plus/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whmc76/ComfyUI-Openpose-Editor-Plus/HEAD/__init__.py -------------------------------------------------------------------------------- /__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whmc76/ComfyUI-Openpose-Editor-Plus/HEAD/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /__pycache__/nodes.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whmc76/ComfyUI-Openpose-Editor-Plus/HEAD/__pycache__/nodes.cpython-311.pyc -------------------------------------------------------------------------------- /js/fabric.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whmc76/ComfyUI-Openpose-Editor-Plus/HEAD/js/fabric.js -------------------------------------------------------------------------------- /js/openPoseEditorPlus.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whmc76/ComfyUI-Openpose-Editor-Plus/HEAD/js/openPoseEditorPlus.js -------------------------------------------------------------------------------- /nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whmc76/ComfyUI-Openpose-Editor-Plus/HEAD/nodes.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/whmc76/ComfyUI-Openpose-Editor-Plus/HEAD/pyproject.toml --------------------------------------------------------------------------------