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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesModel Merging

Techniques for combining multiple pre-trained model weights into a single unified model without additional training.

Distinct from Pre-trained Model Application: Distinct from Pre-trained Model Application: focuses on the synthesis of new models from existing weights rather than applying a single model to a task.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Model Merging. Refine with filters or upvote what's useful.

Awesome Model Merging GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • arcee-ai/mergekitAvatar von arcee-ai

    arcee-ai/mergekit

    7,156Auf GitHub ansehen↗

    MergeKit is a toolkit for combining multiple pre-trained large language models into a single entity using algorithmic blending. It provides a specialized system for parameter interpolation and weight extraction to unify model capabilities. The project distinguishes itself through an evolutionary merge optimizer that tunes parameters based on quantitative evaluation metrics. It also features a mixture of experts orchestrator capable of converting dense models into sparse architectures and a tokenizer alignment tool for transplanting embeddings between different models. The toolkit covers a br

    Combines multiple pre-trained models into a single entity using algorithmic blending techniques to unify capabilities.

    Pythonllamallmmodel-merging
    Auf GitHub ansehen↗7,156
  • cg123/mergekitAvatar von cg123

    cg123/mergekit

    7,158Auf GitHub ansehen↗

    Mergekit is a toolkit for combining multiple pretrained large language models into a single model. It functions as an architecture assembler and merging system that transfers capabilities between models using weighted algorithms and layer-wise assembly without requiring additional training. The project provides specialized utilities for extracting low-rank approximations from fine-tuned models to create portable parameter updates. It also includes a framework for converting dense language models into a mixture of experts architecture by constructing gating mechanisms to route inputs to specia

    Provides a comprehensive toolkit for combining multiple pre-trained large language models into a single model using weighted algorithms.

    Python
    Auf GitHub ansehen↗7,158
  • kohya-ss/sd-scriptsAvatar von kohya-ss

    kohya-ss/sd-scripts

    7,133Auf GitHub ansehen↗

    sd-scripts is a suite of utilities designed for fine-tuning generative models, preprocessing datasets, and converting model weights. It provides a collection of scripts for executing Stable Diffusion training through methods such as DreamBooth, textual inversion, and full fine-tuning, alongside a framework for creating and managing Low-Rank Adaptation weights. The project features specialized capabilities for model weight conversion between different architectures and precision formats. It includes tools for merging adaptation weights into base models, extracting weights from trained models,

    Provides tools to combine pre-trained weights into a base model to facilitate differential learning.

    Python
    Auf GitHub ansehen↗7,133
  • nunchaku-ai/comfyui-nunchakuAvatar von nunchaku-ai

    nunchaku-ai/ComfyUI-nunchaku

    2,901Auf GitHub ansehen↗

    ComfyUI-nunchaku is a 4-bit diffusion inference engine and a set of nodes for running low-precision quantized diffusion models within ComfyUI visual workflows. It provides a backend that reduces memory overhead and increases generation speed for transformer models. The project includes specialized tools for identity-preserving generation and an image-to-image guidance toolkit that uses depth maps and reference images. It also features a multimodal visual question answering implementation and a utility for merging multiple quantized model files into single unified files. The engine covers a b

    Combines multiple pre-trained diffusion model weights to blend styles or capabilities.

    Pythoncomfyuidiffusionflux
    Auf GitHub ansehen↗2,901
  1. Home
  2. Artificial Intelligence & ML
  3. Pre-trained Model Application
  4. Model Merging

Unter-Tags erkunden

  • Quantized Model ConsolidationMerging multiple quantized weight files into a single unified file. **Distinct from Model Merging:** Distinct from general weight merging: focuses on consolidating multiple files into one for streamlined loading.