cmutluzkan/nvidia-ardy-text-to-motion
๐ 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).
- Model: NVIDIA ARDY โ Core skeleton, 20 FPS, Horizon 8 (
core8) - Text encoder: LLM2Vec on
meta-llama/Meta-Llama-3-8B-Instruct - Paper: research.nvidia.com/labs/sil/projects/ardy
- Weights: huggingface.co/collections/nvidia/ardy
- License: inference code Apache 2.0; model weights under the NVIDIA Open Model License (commercial use permitted)
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`:
- Request access on the model page and wait for approval.
- Create a read token in HF token settings.
- 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>
