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

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

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

3 个仓库

Awesome GitHub RepositoriesWeight Interpolation

Blending model weights or adapters using adjustable ratios to interpolate between different styles.

Distinct from Model Weight Reconstruction: Focuses on blending/interpolation for style mixing rather than reconstructing weights from deltas.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Weight Interpolation. Refine with filters or upvote what's useful.

Awesome Weight Interpolation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • cloneofsimo/loracloneofsimo 的头像

    cloneofsimo/lora

    7,541在 GitHub 上查看↗

    This project is a toolkit for fine-tuning and managing text-to-image diffusion models. It focuses on low-rank adaptation to create small, portable weight files that customize model styles and behaviors without modifying the entire base model. The project provides specialized utilities for model distillation using singular value decomposition to extract adapters from fully trained models, as well as tools for blending and merging multiple adapters through weight interpolation. It includes capabilities for subject inversion and pivotal tuning to increase the visual fidelity of specific identiti

    Enables blending of low-rank adapters with base models using adjustable ratios for style interpolation.

    Jupyter Notebook
    在 GitHub 上查看↗7,541
  • arcee-ai/mergekitarcee-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

    Computes weighted linear and spherical interpolations of model parameters to blend capabilities from multiple pre-trained sources.

    Pythonllamallmmodel-merging
    在 GitHub 上查看↗7,156
  • xinntao/esrganxinntao 的头像

    xinntao/ESRGAN

    6,556在 GitHub 上查看↗

    ESRGAN is a deep learning image restoration framework designed for image super-resolution. It uses a generative adversarial network system to upscale low-resolution images into high-quality versions with sharp visual details and recovered fine textures. The framework implements a perceptual super-resolution model that optimizes the trade-off between perceived visual quality and pixel-level signal-to-noise ratio. It includes weight-interpolation blending to allow for the adjustment of visual sharpness and signal-to-noise ratios by mixing weights from different trained models. The system cover

    Provides weight-interpolation blending to balance the trade-off between visual sharpness and signal-to-noise ratio.

    Python
    在 GitHub 上查看↗6,556
  1. Home
  2. Artificial Intelligence & ML
  3. Weight Interpolation

探索子标签

  • Interpolation Parameter OptimizationAlgorithms for calculating the optimal weighting ratios for blending multiple model parameter sets. **Distinct from Weight Interpolation:** Focuses on the optimization of the blending ratios themselves rather than the act of interpolating weights
  • Spherical Linear InterpolationsWeight blending techniques that utilize spherical interpolation to preserve the magnitude of parameter vectors. **Distinct from Weight Interpolation:** Specific mathematical approach to interpolation that maintains vector magnitude, distinct from generic linear blending