awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
tdrussell avatar

tdrussell/diffusion-pipe

0
View on GitHub↗
1,976 stars·278 forks·Python·GPL-3.0·11 views

Diffusion Pipe

A pipeline parallel training script for diffusion models.

Features

  • Video Generation - Pipeline for efficient video diffusion training.
  • Video Training Tools - Pipeline for training diffusion-based video models.

Star history

Star history chart for tdrussell/diffusion-pipeStar history chart for tdrussell/diffusion-pipe

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

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 Diffusion Pipe

Similar open-source projects, ranked by how many features they share with Diffusion Pipe.
  • hao-ai-lab/fastvideohao-ai-lab avatar

    hao-ai-lab/FastVideo

    3,743View on GitHub↗

    FastVideo is a comprehensive system for accelerated video generation, serving as a video generation inference engine, a video diffusion training framework, and a modular pipeline orchestrator. It provides a distributed transformer optimizer and a distillation toolkit designed to reduce denoising steps and model complexity to increase frame rates. The project distinguishes itself through specialized acceleration techniques, including joint distillation and sparse attention training. It implements low-step video generation and weight quantization to FP8 or FP4 precision to increase throughput a

    Pythondiffusersdiffusion-modelsdistillation
    View on GitHub↗3,743
  • huggingface/diffusershuggingface avatar

    huggingface/diffusers

    33,872View on GitHub↗

    Diffusers is a PyTorch-based library and generative AI framework used to build, train, and deploy diffusion pipelines for producing multi-modal media. It provides a suite of tools for generating images, video, and audio from natural language descriptions, as well as specialized systems for text-to-image generation. The project differentiates itself through a modular architecture that separates noise schedulers, pretrained model blocks, and pipeline compositions. This structure allows for the construction of custom generation workflows and the ability to swap individual components of the diffu

    Pythondeep-learningdiffusionflux
    View on GitHub↗33,872
  • bghira/simpletunerbghira avatar

    bghira/SimpleTuner

    2,862View on GitHub↗

    A general fine-tuning kit geared toward image/video/audio diffusion models.

    Pythondiffusersdiffusion-modelsfine-tuning
    View on GitHub↗2,862
  • kohya-ss/musubi-tunerkohya-ss avatar

    kohya-ss/musubi-tuner

    1,701View on GitHub↗
    Python
    View on GitHub↗1,701
See all 30 alternatives to Diffusion Pipe→

Frequently asked questions

What does tdrussell/diffusion-pipe do?

A pipeline parallel training script for diffusion models.

What are the main features of tdrussell/diffusion-pipe?

The main features of tdrussell/diffusion-pipe are: Video Generation, Video Training Tools.

What are some open-source alternatives to tdrussell/diffusion-pipe?

Open-source alternatives to tdrussell/diffusion-pipe include: huggingface/diffusers — Diffusers is a PyTorch-based library and generative AI framework used to build, train, and deploy diffusion pipelines… modelscope/diffsynth-studio — DiffSynth-Studio is a comprehensive platform for the lifecycle management of generative diffusion models, providing a… bghira/simpletuner — A general fine-tuning kit geared toward image/video/audio diffusion models. hao-ai-lab/fastvideo — FastVideo is a comprehensive system for accelerated video generation, serving as a video generation inference engine,… kohya-ss/musubi-tuner. shengshu-ai/minwm.