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