From ffbb23c5e4303db68c039cc1272d4348267a9655 Mon Sep 17 00:00:00 2001 From: Vladimir Repin <32306715+mezotaken@users.noreply.github.com> Date: Thu, 5 Jan 2023 20:50:10 +0300 Subject: [PATCH] Add model converter script --- Custom-Scripts.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Custom-Scripts.md b/Custom-Scripts.md index f795cba..f06022c 100644 --- a/Custom-Scripts.md +++ b/Custom-Scripts.md @@ -450,4 +450,9 @@ class Script(scripts.Script): sd_samplers.store_latent = fun return Processed(p, proc.images, p.seed, "") -``` \ No newline at end of file +``` + +## Model Converter +https://github.com/Akegarasu/sd-webui-model-converter + +Model convert script, supports convert fp16/bf16 no-ema/ema-only safetensors. \ No newline at end of file