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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bghira avatar

bghira/SimpleTuner

0
View on GitHub↗
2,862 estrellas·283 forks·Python·AGPL-3.0·3 vistas

SimpleTuner

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

Features

  • Video Generation - Simplified training interface for diffusion models.
  • Video Training Tools - Simplified fine-tuning interface for generative models.

Historial de estrellas

Gráfico del historial de estrellas de bghira/simpletunerGráfico del historial de estrellas de bghira/simpletuner

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a SimpleTuner

Proyectos open-source similares, clasificados según cuántas características comparten con SimpleTuner.
  • huggingface/diffusersAvatar de huggingface

    huggingface/diffusers

    33,872Ver en 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
    Ver en GitHub↗33,872
  • kohya-ss/musubi-tunerAvatar de kohya-ss

    kohya-ss/musubi-tuner

    1,701Ver en GitHub↗
    Python
    Ver en GitHub↗1,701
  • hao-ai-lab/fastvideoAvatar de hao-ai-lab

    hao-ai-lab/FastVideo

    3,743Ver en 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
    Ver en GitHub↗3,743
  • modelscope/diffsynth-studioAvatar de modelscope

    modelscope/DiffSynth-Studio

    12,585Ver en GitHub↗

    DiffSynth-Studio is a comprehensive platform for the lifecycle management of generative diffusion models, providing a unified environment for inference, fine-tuning, and training. It utilizes a modular pipeline architecture and a standardized abstraction layer to support consistent workflows across diverse model configurations for image and video generation. The platform distinguishes itself through a memory-optimized inference engine that dynamically manages resources to facilitate high-resolution generation on constrained hardware. It also integrates specialized training capabilities, inclu

    Python
    Ver en GitHub↗12,585
Ver las 30 alternativas a SimpleTuner→

Preguntas frecuentes

¿Qué hace bghira/simpletuner?

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

¿Cuáles son las características principales de bghira/simpletuner?

Las características principales de bghira/simpletuner son: Video Generation, Video Training Tools.

¿Qué alternativas de código abierto existen para bghira/simpletuner?

Las alternativas de código abierto para bghira/simpletuner incluyen: modelscope/diffsynth-studio — DiffSynth-Studio is a comprehensive platform for the lifecycle management of generative diffusion models, providing a… shengshu-ai/minwm. hao-ai-lab/fastvideo — FastVideo is a comprehensive system for accelerated video generation, serving as a video generation inference engine,… kohya-ss/musubi-tuner. huggingface/diffusers — Diffusers is a PyTorch-based library and generative AI framework used to build, train, and deploy diffusion pipelines… spacepxl/hunyuanvideo-training.