From f3a90ce02d6e5cfbc7a89ebb8195a2269f559dc2 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Wed, 25 Jan 2023 20:05:27 +0530 Subject: [PATCH] Formatting tweaks and tip about merging similar type of models --- ui/plugins/ui/merge.plugin.js | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) 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.

+ + + + + + @@ -252,16 +262,8 @@ -
- - - - - -
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.
+ +