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
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repositorios

Awesome GitHub RepositoriesFlow-Matching Frameworks

Diffusion architectures that use flow-matching for more efficient noise-to-image transformation.

Distinct from Image Diffusion Models: Specifically focuses on flow-matching as an alternative to standard iterative denoising diffusion.

Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Flow-Matching Frameworks. Refine with filters or upvote what's useful.

Awesome Flow-Matching Frameworks GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • black-forest-labs/fluxAvatar de black-forest-labs

    black-forest-labs/flux

    25,637Ver en GitHub↗

    Flux is a diffusion model inference engine designed for text-to-image generation and image-to-image manipulation. It provides a system for executing open-weight models to transform natural language descriptions into visual imagery or to modify existing images. The project distinguishes itself through a flow-matching framework for image generation and a structural image controller. This controller allows for guided synthesis by using depth maps and Canny edge detection to constrain the geometry and composition of the output. The toolkit covers a broad range of image editing capabilities, incl

    Utilizes a flow-matching framework to generate high-quality images more efficiently than standard diffusion.

    Python
    Ver en GitHub↗25,637
  • facebookresearch/audiocraftAvatar de facebookresearch

    facebookresearch/audiocraft

    23,379Ver en GitHub↗

    Audiocraft is a deep learning audio library and machine learning framework designed for training, fine-tuning, and evaluating generative models for music and sound effects. It functions as a text-to-music generative model and a neural audio codec, providing the tools necessary to compress audio signals into discrete representations and synthesize high-fidelity waveforms from textual descriptions. The framework is distinguished by its ability to combine multiple conditioning signals, allowing for the generation of audio based on text prompts, melodic excerpts, or style-based audio clips. It al

    Implements a flow matching objective to train models on continuous latents extracted from audio compressors.

    Jupyter Notebook
    Ver en GitHub↗23,379
  • swivid/f5-ttsAvatar de SWivid

    SWivid/F5-TTS

    14,798Ver en GitHub↗

    F5-TTS is a text-to-speech system that utilizes a flow matching engine and diffusion transformers to generate fluent synthetic speech. It functions as a multilingual speech synthesizer and neural training framework, providing tools for voice cloning and high-performance inference serving. The project distinguishes itself through a voice cloning toolkit capable of mimicking specific speaker characteristics and tones from reference audio clips. It supports cross-lingual generation, allowing for the synthesis of audio across various global languages or the mixing of multiple languages within a s

    Uses a flow matching engine and diffusion transformers to generate fluent synthetic speech.

    Python
    Ver en GitHub↗14,798
  • wanshuiyin/auto-claude-code-research-in-sleepAvatar de wanshuiyin

    wanshuiyin/Auto-claude-code-research-in-sleep

    12,182Ver en GitHub↗

    This project is a machine learning research automation system designed to manage the full research lifecycle, from idea discovery to final paper submission. It utilizes markdown-based skill templates to execute autonomous research tasks and manage iterative loops of deep review and experimentation. The system distinguishes itself through integrated capabilities for academic communication and integrity auditing. It can automate the generation of LaTeX papers, conference slide decks, and evidence-grounded peer review rebuttals. To ensure rigor, it employs cross-model review routing and adversar

    Transforms noise into clean embeddings using flow matching for continuous text generation.

    Pythonai-researchai-toolsaris
    Ver en GitHub↗12,182
  • yiling0013/ai_novelgeneratorAvatar de YILING0013

    YILING0013/AI_NovelGenerator

    5,401Ver en GitHub↗

    AI NovelGenerator es una herramienta para generar ficción de formato largo utilizando modelos de lenguaje extensos. Funciona como un arquitecto narrativo y asistente de escritura, automatizando la creación de novelas de múltiples capítulos mientras gestiona la estructura general de la historia y el seguimiento de personajes. El proyecto se distingue por un sistema de recuperación de contexto semántico y un verificador de consistencia de historia por IA. Estas herramientas utilizan búsqueda semántica para recordar detalles específicos de la historia de capítulos anteriores y escanear el texto generado en busca de contradicciones en la trama o inconsistencias de comportamiento. El sistema cubre un ciclo de vida narrativo completo, incluyendo el diseño de la base de la historia, la construcción del mundo y la planificación de la estructura de la novela. Utiliza una canalización de múltiples etapas para redactar capítulos coherentes e incorpora un banco de trabajo de flujo de trabajo creativo para gestionar configuraciones y corrección de pruebas.

    Provides automated scanning of generated text to identify logical plot contradictions and character inconsistencies.

    Python
    Ver en GitHub↗5,401
  • nvidia/tacotron2Avatar de NVIDIA

    NVIDIA/tacotron2

    5,300Ver en GitHub↗

    Este proyecto es un framework de texto a voz neuronal y modelo de PyTorch diseñado para sintetizar voz humana. Convierte texto escrito en audio sintético prediciendo espectrogramas de mel, que sirven como una representación intermedia para la generación de voz. El sistema incluye un modelo de acondicionamiento para WaveNet para asegurar una salida de audio de sonido natural. Proporciona un framework de entrenamiento distribuido que utiliza procesamiento multi-GPU y precisión mixta automática para optimizar la velocidad de entrenamiento y reducir el uso de memoria. El proyecto cubre todo el pipeline de síntesis de voz neuronal, desde el entrenamiento del modelo utilizando conjuntos de datos de texto y audio hasta la generación de voces artificiales. Emplea un codificador-decodificador convolucional y atención de secuencia a secuencia para mapear características lingüísticas a marcos acústicos.

    Provides a comprehensive neural engine for training speech models and generating synthetic audio.

    Jupyter Notebook
    Ver en GitHub↗5,300
  • facebookresearch/flow_matchingAvatar de facebookresearch

    facebookresearch/flow_matching

    4,562Ver en GitHub↗

    Este proyecto es un framework de modelos generativos basado en PyTorch, diseñado para transformar ruido en distribuciones de datos complejas mediante el aprendizaje de campos vectoriales y trayectorias de probabilidad. Funciona como un kit de herramientas generativo multimodal para producir texto e imágenes sintéticas a través de flujos de probabilidad aprendidos. La librería se distingue por su soporte para integraciones en variedades continuas, discretas y de Riemann. Esto permite que el framework maneje una variedad de tipos de datos, incluyendo datos categóricos mediante el emparejamiento de flujos de estado discreto y espacios no euclidianos mediante la integración en variedades de Riemann. El kit de herramientas cubre todo el pipeline generativo, incluyendo la definición de trayectorias de probabilidad, regresión de campos vectoriales y el uso de solvers de ecuaciones diferenciales para el muestreo de datos. Estas capacidades permiten el entrenamiento e inferencia de modelos generativos capaces de crear contenido sintético en múltiples modalidades.

    Provides a PyTorch-based library for implementing continuous and discrete flow matching algorithms to train generative models.

    Python
    Ver en GitHub↗4,562
  • pytorch/executorchAvatar de pytorch

    pytorch/executorch

    4,296Ver en GitHub↗

    ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It provides an ahead-of-time compilation pipeline that exports, quantizes, and lowers model graphs into compact serialized programs, then executes them through a minimal runtime with hardware acceleration and on-device large language model inference capabilities. The project distinguishes itself through a hardware accelerator delegate system that partitions model subgraphs and offloads computation to specialized backends including NPUs, GPUs, and DSPs from Apple, Arm, Intel, MediaTek,

    ExecuTorch continues text generation from a specific point in the cache, enabling stateful continuation.

    Pythondeep-learningembeddedgpu
    Ver en GitHub↗4,296
  • tencent-hunyuan/hunyuan3d-2.1Avatar de Tencent-Hunyuan

    Tencent-Hunyuan/Hunyuan3D-2.1

    2,910Ver en GitHub↗

    Hunyuan3D-2.1 is a generative 3D framework and image-to-3D pipeline that transforms single 2D images into textured 3D geometries. It functions as an asset generator that produces high-quality 3D meshes and textures using a flow-matching system. The project includes a specialized synthesizer for creating photorealistic textures with physically based rendering properties. These tools allow for the simulation of metallic reflections and light interactions on generated models. The system covers 3D asset pipeline automation through a sequence of shape generation and mesh refinement. It also provi

    Utilizes a flow-matching pipeline to transform Gaussian noise into initial 3D asset shapes.

    Python3d3d-aigc3d-generation
    Ver en GitHub↗2,910
  1. Home
  2. Artificial Intelligence & ML
  3. Computer Vision Systems
  4. Image Diffusion Models
  5. Flow-Matching Frameworks

Explorar subetiquetas

  • Audio Flow Matching1 sub-etiquetaGenerative models using flow matching to transform noise into continuous audio latents. **Distinct from Flow-Matching Frameworks:** Distinct from Flow-Matching Frameworks: focuses on audio signal latents rather than image diffusion.
  • Continuous Text Generation1 sub-etiquetaFlow-matching architectures specifically designed to generate text via continuous embeddings. **Distinct from Flow-Matching Frameworks:** Specializes flow-matching for text-token generation rather than the common image-based application.
  • Discrete-State Flow MatchingFlow matching techniques specifically designed for categorical and discrete-state data transformations. **Distinct from Flow-Matching Frameworks:** Distinct from general Flow-Matching Frameworks by focusing on discrete transitions rather than continuous noise-to-image flows.
  • General Purpose Flow MatchingFrameworks that implement flow matching algorithms for a wide variety of data types beyond specific domains like audio or images. **Distinct from Flow-Matching Frameworks:** Distinct from Flow-Matching Frameworks in that it provides a general-purpose implementation for continuous and discrete flow matching across multiple modalities, not just image-specific diffusion.
  • Rectified FlowsImplementations of rectified flow that use linear interpolation paths for efficient ODE trajectories. **Distinct from Flow-Matching Frameworks:** Specifically implements the rectified flow variant of flow matching for optimal transport trajectories.