Spaces:
No application file
No application file
File size: 1,176 Bytes
caa4e1b 735bb72 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | ---
title: Motion Diffusion Model
emoji: 🕺
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: 6.3.0
app_file: app.py
pinned: false
license: mit
---
# Motion Diffusion Model on Hugging Face
Official implementation of "Human Motion Diffusion Model" by Guy Tevet et al.
## Features
✅ Text-to-motion generation
✅ Action-to-motion generation
✅ Multiple model support
✅ 3D animation visualization
✅ Blender export (OBJ, SMPL parameters)
✅ Fast 50-step models (20x speed)
## Models Available
* **HumanML3D (50-steps)** - Fast text-to-motion
* **HumanML3D (Original)** - Higher quality
* **KIT-ML** - Text-to-motion
* **HumanAct12** - Action-to-motion
* **UESTC** - Action-to-motion
* **Unconstrained** - Free generation
## Usage
1. Select a model type
2. Enter text prompt or action name
3. Adjust parameters
4. Generate animation
5. Export to Blender if needed
## Blender Integration
Exported files can be used with:
* **SMPL add-on** (use JSON parameters)
* **OBJ sequence import** (direct mesh)
* **FBX format** (via conversion)
## Notes
- First run downloads models (~2GB)
- GPU required for optimal performance
- Generation takes 10-30 seconds |