@vicky_grok: THIS IS INSANE NVIDIA's text-to-motion model now runs without NVIDIA's stack. Type a sentence. Get a human motion. On a…

X AI KOLs Timeline News

Summary

NVIDIA's text-to-motion model has been ported to run on CPU without requiring NVIDIA's stack through kimodo.cpp, a GGML/C++ implementation that is open-source and rapidly gaining traction.

THIS IS INSANE NVIDIA's text-to-motion model now runs without NVIDIA's stack. Type a sentence. Get a human motion. On a CPU. It's called kimodo.cpp — a GGML/C++ port of NVIDIA's Kimodo, four days old and already 470+ stars. Here's the wild part: 1. Text goes in, SMPL-X22 rotations + root translation come out 2. Runs on CPU or Vulkan — your call, your hardware 3. Weights ship as GGUF with SHA-256-verified manifests 4. DDIM sampling, the diffusion loop, rewritten in C++ 5. CPU/Vulkan parity tests prove both backends agree No CUDA. No Python. No NVIDIA account. The same numbers on a laptop CPU as on a Vulkan GPU — that's what the parity tests are for. It also ships: → C and C++ APIs (kimodo_generate takes your prompt) → a Go demo server with prompt history on :8094 → safetensors conversion tooling → fuzz + sanitizer presets And yes: four days old, Apache-2.0, pushed daily.
Original Article
View Cached Full Text

Cached at: 08/29/26, 08:03 AM

THIS IS INSANE

NVIDIA’s text-to-motion model now runs without NVIDIA’s stack.

Type a sentence. Get a human motion. On a CPU.

It’s called kimodo.cpp — a GGML/C++ port of NVIDIA’s Kimodo, four days old and already 470+ stars.

Here’s the wild part:

  1. Text goes in, SMPL-X22 rotations + root translation come out
  2. Runs on CPU or Vulkan — your call, your hardware
  3. Weights ship as GGUF with SHA-256-verified manifests
  4. DDIM sampling, the diffusion loop, rewritten in C++
  5. CPU/Vulkan parity tests prove both backends agree

No CUDA.

No Python.

No NVIDIA account.

The same numbers on a laptop CPU as on a Vulkan GPU — that’s what the parity tests are for.

It also ships:

→ C and C++ APIs (kimodo_generate takes your prompt)

→ a Go demo server with prompt history on :8094

→ safetensors conversion tooling

→ fuzz + sanitizer presets

And yes: four days old, Apache-2.0, pushed daily.

Vikas gupta (@vicky_grok): From LLMs to Agents

LLMs generate. Agents act.

Autonomous agents combine:

🧠 Reasoning 🗂️ Memory 🛠️ Tools 🔄 Planning 👀 Feedback

Together, they pursue goals—not just answer prompts.

Similar Articles