End-to-end generation
Go from text prompt to rigged GLB in a single CLI command.
Text/Image → Mesh → Rig
Remesher is a practical ComfyUI-powered agent harness that takes a prompt or image and outputs a rigged GLB ready for animation, testing, and iteration.
Repository: https://github.com/remesher/remesher
Go from text prompt to rigged GLB in a single CLI command.
Edit source character concepts and keep style/pose constraints.
Generate meshes and run rigging workflows for downstream animation.
git clone https://github.com/remesher/remesher.git
cd remesheruv syncconfig.json:{
"server_url": "http://localhost:8188/"
}Run these from the project root after uv sync.
--out-dir <path> # where outputs are saved
--mesh-seed <int> # mesh generation seed
--texture-seed <int> # texture generation seed
--target-face-num <int> # target mesh face countuv run comfy-prompt-cli healthuv run comfy-prompt-cli text-to-image \
--prompt "A stylized game character concept"uv run comfy-prompt-cli image-text-to-image \
--image path/to/input.png \
--prompt "Add a large beard while keeping pose/style"uv run comfy-prompt-cli image-to-glb \
--image path/to/input.png \
--mesh-seed 12345 \
--target-face-num 800000 \
--texture-seed 67890uv run comfy-prompt-cli rig-glb \
--mesh path/to/mesh.glb \
--glb-name rigged_outputuv run comfy-prompt-cli text-to-rigged-glb \
--prompt "A stylized game-ready character" \
--out-dir downloads/smokeSource, issues, and updates live at github.com/remesher/remesher.
If this helps your workflow, click Star in the top-right of the repo page.