awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • arcee-ai/mergekitالصورة الرمزية لـ arcee-ai

    arcee-ai/mergekit

    7,156عرض على GitHub↗

    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
    عرض على GitHub↗7,156
  • cg123/mergekitالصورة الرمزية لـ cg123

    cg123/mergekit

    7,158عرض على GitHub↗

    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
    عرض على GitHub↗7,158
  • kohya-ss/sd-scriptsالصورة الرمزية لـ kohya-ss

    kohya-ss/sd-scripts

    7,133عرض على GitHub↗

    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
    عرض على GitHub↗7,133
  • nunchaku-ai/comfyui-nunchakuالصورة الرمزية لـ nunchaku-ai

    nunchaku-ai/ComfyUI-nunchaku

    2,901عرض على GitHub↗

    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
    عرض على GitHub↗2,901
  1. Home
  2. Artificial Intelligence & ML
  3. Pre-trained Model Application
  4. Model Merging

استكشف الوسوم الفرعية

  • 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.