awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
GuyTevet avatar

GuyTevet/motion-diffusion-model

0
View on GitHub↗
4,054 stars·460 forks·Python·MIT·7 views

Motion Diffusion Model

This is a PyTorch deep learning framework and tool for human motion synthesis that generates 3D character animations from text prompts or action descriptions. It functions as a text-to-motion generator that converts natural language and categorical labels into temporally consistent 3D skeletal movement sequences.

The system utilizes a transformer-based diffusion model to iteratively denoise motion data. It includes capabilities for action-conditioned generation, monocular-to-3D motion lifting, and motion sequence editing using text constraints.

The framework incorporates geometric motion constraint enforcement to ensure physical plausibility through joint-location and velocity losses. It further covers the full animation pipeline, including motion model training, performance evaluation against benchmark datasets, 3D mesh rendering, and physics-based simulation control for environmental interaction.

Features

  • Text-to-Motion Generators - Implements a transformer-based diffusion model to generate natural and expressive 3D human animations from text prompts.
  • Diffusion Transformers - Implements a transformer-based diffusion architecture to iteratively denoise 3D motion sequences.
  • 3D Parametric Human Animation Models - Generates high-quality human movement sequences using 3D parametric models.
  • Action-to-Motion Mappings - Implements latent mapping to associate discrete action categories with continuous 3D motion representations.
  • Cross-Attention Conditioning - Employs cross-attention mechanisms to condition the diffusion process on natural language embeddings.
  • Diffusion Model Frameworks - Ships a PyTorch-based framework specifically for training and sampling from diffusion models for motion.
  • Text-to-Motion Generators - Converts natural language prompts into temporally consistent 3D skeletal movement sequences.
  • Human Motion Analysis - Provides a toolset for creating and editing physically plausible human animations from learned datasets.
  • Iterative Noise Removal - Utilizes an iterative denoising process to refine random noise into structured 3D motion data.
  • Human Motion Synthesis - Generates physically plausible human movements conditioned on action labels or monocular data.
  • Diffusion Model Training - Provides training workflows for diffusion models to learn mappings between text, actions, and human movement.
  • Kinematic Plausibility Constraints - Enforces physical plausibility through joint-location and velocity loss constraints during synthesis.
  • 2D-to-3D Mesh Lifting - Translates 2D monocular motion data into 3D skeletal structures using learned diffusion priors.
  • Animation Pipelines - Provides a full workflow for generating motion data and rendering 3D meshes for animation software.
  • Motion Sequence Editors - Provides capabilities to modify specific parts of movement sequences using text constraints and markers to refine 3D animations.
  • Kinematic Constraint Enforcement - Applies losses to joint locations and velocities to ensure generated movements remain physically plausible.
  • Motion Generation - Provides a foundational diffusion-based framework for human motion synthesis.

Star history

Star history chart for guytevet/motion-diffusion-modelStar history chart for guytevet/motion-diffusion-model

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Motion Diffusion Model

Similar open-source projects, ranked by how many features they share with Motion Diffusion Model.
  • hojonathanho/diffusionhojonathanho avatar

    hojonathanho/diffusion

    5,053View on GitHub↗

    This project is a diffusion model training framework and image synthesis pipeline. It provides the tools necessary to train generative models to learn image data distributions through an iterative denoising process. The framework includes a generative model evaluation tool consisting of automated scripts used to measure the quality and accuracy of produced samples. The system covers model training pipelines and performance evaluation for generative diffusion models.

    Python
    View on GitHub↗5,053
  • facebookresearch/ditfacebookresearch avatar

    facebookresearch/DiT

    8,642View on GitHub↗

    DiT is a latent diffusion model and transformer-based generative AI framework implemented in PyTorch. It functions as a class-conditional image generator that replaces traditional convolutional backbones with a transformer architecture to synthesize high-fidelity images. The project utilizes patch-based latent processing and latent space compression to operate on low-dimensional image representations. It incorporates class-conditional guidance and adjustable guidance scales to control the visual content of generated images during the sampling process. The framework covers distributed model t

    Python
    View on GitHub↗8,642
  • compvis/latent-diffusionCompVis avatar

    CompVis/latent-diffusion

    14,072View on GitHub↗

    Latent Diffusion is a framework for high-resolution image synthesis that performs the denoising process within a compressed latent space. It uses variational autoencoders to encode images into a lower-dimensional representation, reducing the computational cost of noise prediction compared to operating on raw pixels. The project enables text-to-image generation by integrating natural language descriptions through cross-attention conditioning. It also supports image inpainting and restoration, filling masked or missing image areas with generated content, and example-based synthesis using retrie

    Jupyter Notebook
    View on GitHub↗14,072
  • datawhalechina/tiny-universedatawhalechina avatar

    datawhalechina/tiny-universe

    4,505View on GitHub↗

    Tiny Universe is an educational monorepo that delivers multiple independent implementations of core AI subsystems as self-contained Jupyter notebooks. It provides from-scratch constructions of foundational architectures including a complete Transformer model built from the original paper specification, a denoising diffusion probabilistic model for image generation, and a ReAct-style autonomous agent framework that equips an LLM with tools for planning and multi-step task execution. The project distinguishes itself by covering the full lifecycle of modern AI systems through hands-on implementa

    Jupyter Notebookagentdiffusionevaluation-metrics
    View on GitHub↗4,505
See all 30 alternatives to Motion Diffusion Model→

Frequently asked questions

What does guytevet/motion-diffusion-model do?

This is a PyTorch deep learning framework and tool for human motion synthesis that generates 3D character animations from text prompts or action descriptions. It functions as a text-to-motion generator that converts natural language and categorical labels into temporally consistent 3D skeletal movement sequences.

What are the main features of guytevet/motion-diffusion-model?

The main features of guytevet/motion-diffusion-model are: Text-to-Motion Generators, Diffusion Transformers, 3D Parametric Human Animation Models, Action-to-Motion Mappings, Cross-Attention Conditioning, Diffusion Model Frameworks, Human Motion Analysis, Iterative Noise Removal.

What are some open-source alternatives to guytevet/motion-diffusion-model?

Open-source alternatives to guytevet/motion-diffusion-model include: hojonathanho/diffusion — This project is a diffusion model training framework and image synthesis pipeline. It provides the tools necessary to… facebookresearch/dit — DiT is a latent diffusion model and transformer-based generative AI framework implemented in PyTorch. It functions as… datawhalechina/tiny-universe — Tiny Universe is an educational monorepo that delivers multiple independent implementations of core AI subsystems as… hao-ai-lab/fastvideo — FastVideo is a comprehensive system for accelerated video generation, serving as a video generation inference engine,… compvis/latent-diffusion — Latent Diffusion is a framework for high-resolution image synthesis that performs the denoising process within a… huggingface/diffusion-models-class — This project is an educational course and collection of training materials focused on generative diffusion models. It…