Nodes/Kimodo Motion Bridge/Kimodo Export FBX (Mixamo)
ComfyUI Node

Kimodo Export FBX (Mixamo)

The node that puts Kimodo motion on an actual Mixamo character

By GuardSkill·Created a day ago·Updated a day ago· 0
Kimodo Export FBX (Mixamo)
  • motion
  • file_path
custom_fbx_path
filename_prefixkimodo_fbx
sample_index0
yaw_offset0
scale0.00

A raw BVH of a skeleton is fine if you live in Blender, but most people want their generated motion on a character they can actually use. Kimodo Export FBX (Mixamo) is where Kimodo motion stops being abstract joint data and becomes an animated FBX of a real character: it retargets the generated motion onto a Mixamo-rigged FBX character of your choosing and writes an animated FBX out.

The inputs that matter

  • motion - from Kimodo Sampler.
  • custom_fbx_path - the one you have to get right. Point it at a Mixamo-rigged FBX character (download one from Mixamo - "Without Skin" or T-Pose rigs work best). It accepts input/3d/char.fbx, an absolute path, or a path relative to ComfyUI's input/ folder. No character, no output; this is the single biggest user error with the node.
  • filename_prefix and sample_index - output name and which batch sample to export.
  • yaw_offset (optional) - rotate the character around the Y axis, -180 to 180 degrees, to face the motion the right way.
  • scale (optional) - force a scale multiplier; 0 means auto height-based scaling, which is the sane default that matches the character to the motion's meters.

Output: one file_path string pointing at the exported .fbx in ComfyUI's output folder.

The mechanism - and its one real dependency

Retargeting works by mapping Kimodo's SOMA skeleton onto the Mixamo rig's bone names, so the character's mesh and weights stay intact while the bone animation gets the generated motion. Two things have to exist first:

  1. The Autodesk FBX SDK Python bindings. This is the fiddly install, because it doesn't live on PyPI:
pip install fbxsdkpy --extra-index-url https://gitlab.inria.fr/api/v4/projects/18692/packages/pypi/simple

The pack's tested setup is Linux with Python 3.12. If the node complains "FBX SDK not installed," this step is why - the pack loads fine without it; the export just refuses to run.

  1. A Mixamo-rigged FBX character file (see above). The pack deliberately doesn't ship one, because third-party character FBXs are licensed - you bring your own from Mixamo.

Install and usage

Whole pack, one install: ComfyUI Manager → search Kimodo Motion Bridge, or clone + pip install -r requirements.txt + python install.py, restart. Node under Kimodo.

Best loop: generate, chain Kimodo Post Process so feet don't slide, feed motion here, and confirm the pose with Kimodo Preview 3D before burning an export on a motion you hate.

Where people get burned

  • "No valid FBX path" - the character file isn't where the path says, or you left it blank. Watch the console: the node logs every location it tries.
  • Import errors on load - missing fbxsdkpy or a Windows/Python combo the prebuilt bindings don't cover. The README is explicit that Linux + Python 3.12 is the tested path; expect friction elsewhere.
  • Character faces the wrong way or wrong size - that's what yaw_offset and scale exist for. Try yaw_offset first; only touch scale if the character's proportions don't match the motion's.

The payoff is a file you can drag into Blender, Unity, or Unreal with the character already moving - which is exactly what most people actually wanted when they typed "a person walks forward."

CategoryKimodo

Inputs (6)

NameTypeDefaultDescription
motionKIMODO_MOTION
custom_fbx_pathSTRINGPath to Mixamo-rigged FBX character. Supports: 'input/3d/char.fbx', absolute path, or relative to ComfyUI input/ folder.
filename_prefixSTRINGkimodo_fbx
sample_indexINT00–15Which sample to export (0-indexed)
yaw_offsetoptFLOAT0-180–180Rotate character around Y-axis (degrees).
scaleoptFLOAT0.000–10Force scale multiplier (0 = auto height-based scaling).

Outputs (1)

NameTypeDescription
file_pathSTRING