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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • cloneofsimo/loraAvatar cloneofsimo

    cloneofsimo/lora

    7,541Vezi pe 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
    Vezi pe GitHub↗7,541
  • arcee-ai/mergekitAvatar arcee-ai

    arcee-ai/mergekit

    7,156Vezi pe 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
    Vezi pe GitHub↗7,156
  • xinntao/esrganAvatar xinntao

    xinntao/ESRGAN

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

Explorează sub-etichetele

  • 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