mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-04-07 00:56:45 +08:00
feat: add ComfyUI VRM Pose Editor 3D
Interactive 3D pose editor node supporting VRM/GLB/GLTF models. All Three.js dependencies are bundled locally (no CDN required). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
04e12f4b3b
commit
9e5436cdc6
@ -45174,6 +45174,15 @@
|
||||
"files": ["https://github.com/ketle-man/comfyui-2dpose-editor"],
|
||||
"install_type": "git-clone",
|
||||
"description": "Interactive 2D rigging pose editor embedded inside a ComfyUI node. Drag joints to pose a figure, control eye direction, and export as IMAGE."
|
||||
},
|
||||
{
|
||||
"author": "ketle-man",
|
||||
"title": "ComfyUI VRM Pose Editor 3D",
|
||||
"id": "comfyui-vrm-pose-editor",
|
||||
"reference": "https://github.com/ketle-man/comfyui-vrm-pose-editor",
|
||||
"files": ["https://github.com/ketle-man/comfyui-vrm-pose-editor"],
|
||||
"install_type": "git-clone",
|
||||
"description": "Interactive 3D pose editor inside ComfyUI. Load VRM/GLB/GLTF models, drag bones to pose, control shape keys/expressions, and capture as IMAGE. All Three.js dependencies are bundled locally (no CDN required)."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user