awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tdrussell avatar

tdrussell/diffusion-pipe

0
View on GitHub↗
1,976 stele·278 fork-uri·Python·GPL-3.0·3 vizualizări

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.

Istoric stele

Graficul istoricului de stele pentru tdrussell/diffusion-pipeGraficul istoricului de stele pentru tdrussell/diffusion-pipe

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Diffusion Pipe

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Diffusion Pipe.
  • hao-ai-lab/fastvideoAvatar hao-ai-lab

    hao-ai-lab/FastVideo

    3,743Vezi pe 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
    Vezi pe GitHub↗3,743
  • huggingface/diffusersAvatar huggingface

    huggingface/diffusers

    33,872Vezi pe 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
    Vezi pe GitHub↗33,872
  • bghira/simpletunerAvatar bghira

    bghira/SimpleTuner

    2,862Vezi pe GitHub↗

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

    Pythondiffusersdiffusion-modelsfine-tuning
    Vezi pe GitHub↗2,862
  • kohya-ss/musubi-tunerAvatar kohya-ss

    kohya-ss/musubi-tuner

    1,701Vezi pe GitHub↗
    Python
    Vezi pe GitHub↗1,701
Vezi toate cele 30 alternative pentru Diffusion Pipe→

Întrebări frecvente

Ce face tdrussell/diffusion-pipe?

A pipeline parallel training script for diffusion models.

Care sunt principalele funcționalități ale tdrussell/diffusion-pipe?

Principalele funcționalități ale tdrussell/diffusion-pipe sunt: Video Generation, Video Training Tools.

Care sunt câteva alternative open-source pentru tdrussell/diffusion-pipe?

Alternativele open-source pentru tdrussell/diffusion-pipe includ: 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.