CoolFace
Apppublic

cmutluzkan/nvidia-ardy-text-to-motion

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
3likes
App README

๐Ÿƒ ARDY Motion Generator โ€” TheBuildAI

Free, always-on demo of NVIDIA ARDY (SIGGRAPH 2026) โ€” an autoregressive diffusion model for real-time, text-conditioned 3D human motion generation. Type a prompt (e.g. "A person walks forward and waves with the right hand.") and get back a short animated preview plus the raw motion data (.npz: posed joints, rotations, foot contacts).

This Space renders a lightweight joint-scatter animation for a quick preview. For the full interactive experience โ€” live Viser 3D viewer, kinematic constraints (paths, waypoints, keyframes), and dual-GPU setup โ€” run our free Kaggle notebook instead:

๐Ÿ‘‰ ARDY on Kaggle (Dual T4, free GPU)

Space owner setup

This Space needs a Hugging Face token with approved access to `meta-llama/Meta-Llama-3-8B-Instruct`:

  1. 1.Request access on the model page and wait for approval.
  2. 2.Create a read token in HF token settings.
  3. 3.In this Space: Settings โ†’ Repository secrets โ†’ New secret โ†’ name HF_TOKEN, value = your token.

First launch clones nv-tlabs/ardy and builds its C++ extension, then downloads Llama-3-8B (~16 GB) and the ARDY checkpoint on the first generation call โ€” the first request after a cold start can take several minutes. Subsequent requests are much faster.


<p align="center"> <a href="https://www.youtube.com/@thebuildai?sub_confirmation=1"><img src="https://img.shields.io/badge/YouTube-SUBSCRIBE-red?style=for-the-badge&logo=youtube&logoColor=white" /></a> <a href="https://www.instagram.com/thebuildai/"><img src="https://img.shields.io/badge/Instagram-FOLLOW-E4405F?style=for-the-badge&logo=instagram&logoColor=white" /></a> <a href="https://www.tiktok.com/@the.build.ai"><img src="https://img.shields.io/badge/TikTok-FOLLOW-000000?style=for-the-badge&logo=tiktok&logoColor=white" /></a> <a href="https://github.com/cafermutluozkan/free-ai-notebooks"><img src="https://img.shields.io/badge/GitHub-FOLLOW-181717?style=for-the-badge&logo=github&logoColor=white" /></a> </p>

<p align="center">Built by <a href="https://www.thebuildai.tech/">TheBuildAI</a> ๐ŸŒ</p>