diff --git a/ui/plugins/ui/merge.plugin.js b/ui/plugins/ui/merge.plugin.js index 68884f79..673f62ec 100644 --- a/ui/plugins/ui/merge.plugin.js +++ b/ui/plugins/ui/merge.plugin.js @@ -130,7 +130,7 @@ /////////////////////// Tab implementation document.querySelector('#tab-container')?.insertAdjacentHTML('beforeend', ` - Merge models + Merge models (beta) `) @@ -225,11 +225,21 @@ +
Important: Please merge models of similar type.
For e.g. SD 1.4
models with only SD 1.4/1.5
models,
SD 2.0
with SD 2.0
-type, and SD 2.1
with SD 2.1
-type models.
+ | + | Base name of the output file. Mix ratio and file suffix will be appended to this. |
+ | Use safetensors. It's the better format. Only use ckpt if you want to use the models in legacy software not supporting saftensors. | |
Number of models to create | Image generation uses fp16, so it's a good choice. Use fp32 if you want to use the result models for more mixes |
- |
- | - | Base name of the output file. Mix ratio and file suffix will be appended to this. |
- | Use safetensors. It's the better format. Only use ckpt if you want to use the models in legacy software not supporting saftensors. |