8000 GitHub - ddPn08/maji-merger: A WebUI extension for model merging
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ddPn08/maji-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maji merger

A WebUI extension for model merging

Supported models

  • VAE
  • Stable Diffusion v1, v2
  • Stable Diffusion XL

Usage

You can change the alpha of each key by moving the slider.

All alphas are passed in json format.

Prefer the weight of the longest key whose beginning matches.

For example

{
    "model.diffusion_model.input_blocks.0.0.weight": 0.5,
    "model.diffusion_model.input_blocks.1": 0.3,
    "model.diffusion_model.middle_block": 0.7
}

In this case, 0.5 is used for keys with model.diffusion_model.input_blocks.0.0.weight, 0.3 for keys starting with model.diffusion_model.input_blocks.1, and 0.7 for keys starting with model.diffusion_model.middle_block. Otherwise the "base alpha" value is used.

About

A WebUI extension for model merging

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages

0