awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • black-forest-labs/fluxblack-forest-labs 的头像

    black-forest-labs/flux

    25,637在 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
    在 GitHub 上查看↗25,637
  • facebookresearch/audiocraftfacebookresearch 的头像

    facebookresearch/audiocraft

    23,379在 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
    在 GitHub 上查看↗23,379
  • swivid/f5-ttsSWivid 的头像

    SWivid/F5-TTS

    14,798在 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
    在 GitHub 上查看↗14,798
  • wanshuiyin/auto-claude-code-research-in-sleepwanshuiyin 的头像

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

    12,182在 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
    在 GitHub 上查看↗12,182
  • yiling0013/ai_novelgeneratorYILING0013 的头像

    YILING0013/AI_NovelGenerator

    5,401在 GitHub 上查看↗

    AI NovelGenerator 是一款使用大语言模型生成长篇小说的工具。它作为叙事架构师和写作助手,自动化创建多章节小说,同时管理整体故事结构和角色追踪。 该项目的特色在于语义上下文检索系统和 AI 故事一致性检查器。这些工具使用语义搜索从之前的章节中回忆特定的故事细节,并扫描生成的文本以查找情节矛盾或行为不一致之处。 该系统涵盖了完整的叙事生命周期,包括故事基础设计、世界观构建和小说结构规划。它利用多阶段管线来起草连贯的章节,并结合了用于管理设置和校对的创意工作流工作台。

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

    Python
    在 GitHub 上查看↗5,401
  • nvidia/tacotron2NVIDIA 的头像

    NVIDIA/tacotron2

    5,300在 GitHub 上查看↗

    这是一个神经文本转语音(TTS)框架和 PyTorch 模型,旨在合成人类语音。它通过预测梅尔频谱图(mel spectrograms)将书面文本转换为合成音频,梅尔频谱图作为语音生成的中间表示。 该系统包括一个用于 WaveNet 的条件模型,以确保自然的音频输出。它提供了一个分布式训练框架,利用多 GPU 处理和自动混合精度来优化训练速度并减少内存使用。 该项目涵盖了神经语音合成的完整流水线,从使用文本和音频数据集的模型训练到人工语音的生成。它采用卷积编码器-解码器和序列到序列注意力机制,将语言特征映射到声学帧。

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

    Jupyter Notebook
    在 GitHub 上查看↗5,300
  • facebookresearch/flow_matchingfacebookresearch 的头像

    facebookresearch/flow_matching

    4,562在 GitHub 上查看↗

    这是一个基于 PyTorch 的生成模型框架,旨在通过学习向量场和概率路径将噪声转换为复杂的数据分布。它作为一个多模态生成工具包,通过学习到的概率流来生成合成文本和图像。 该库的独特之处在于支持连续、离散和黎曼流形(Riemannian manifold)集成。这使得该框架能够处理多种数据类型,包括通过离散状态流匹配处理分类数据,以及通过黎曼流形集成处理非欧几里得空间。 该工具包涵盖了完整的生成流水线,包括概率路径定义、向量场回归以及用于数据采样的微分方程求解器。这些功能使得训练和推理能够跨多种模态生成合成内容的生成模型成为可能。

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

    Python
    在 GitHub 上查看↗4,562
  • pytorch/executorchpytorch 的头像

    pytorch/executorch

    4,296在 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
    在 GitHub 上查看↗4,296
  • tencent-hunyuan/hunyuan3d-2.1Tencent-Hunyuan 的头像

    Tencent-Hunyuan/Hunyuan3D-2.1

    2,910在 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
    在 GitHub 上查看↗2,910
  1. Home
  2. Artificial Intelligence & ML
  3. Computer Vision Systems
  4. Image Diffusion Models
  5. Flow-Matching Frameworks

探索子标签

  • Audio Flow Matching1 个子标签Generative 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 个子标签Flow-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.