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
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • cloneofsimo/loraAvatar von cloneofsimo

    cloneofsimo/lora

    7,541Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,541
  • 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

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

    Pythonllamallmmodel-merging
    Auf GitHub ansehen↗7,156
  • xinntao/esrganAvatar von xinntao

    xinntao/ESRGAN

    6,556Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,556
  1. Home
  2. Artificial Intelligence & ML
  3. Weight Interpolation

Unter-Tags erkunden

  • 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