From c7c1b5a570aa31169ec2defbfe301e7043c26851 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Sun, 25 Dec 2022 17:18:31 +0530 Subject: [PATCH] changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d63c6fe4..86e5faae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -20,7 +20,7 @@ Our focus continues to remain on an easy installation experience, and an easy us ### Detailed changelog * 2.5.1 - 25 Dec 2022 - Allow custom config yaml files for models. You can put a config file (`.yaml`) next to the model file, with the same name as the model. For e.g. if you put `robo-diffusion-v2-base.yaml` next to `robo-diffusion-v2-base.ckpt`, it'll automatically use that config file. * 2.5.1 - 25 Dec 2022 - Fix broken rendering for SD 2.1-768 models. Fix broken rendering SD 2.0 safetensor models. -* 2.5.0 - 25 Dec 2022 - Major new release! **Nearly twice as fast**, **Full support for SD 2.1 (including low GPU RAM optimizations)**, **6 new samplers**, **Model Merging**, and lots more. +* 2.5.0 - 25 Dec 2022 - Major new release! Nearly twice as fast, Full support for SD 2.1 (including low GPU RAM optimizations), 6 new samplers, Model Merging, Fast loading/unloading of VAEs, Database of known models, Color correction for img2img, Three GPU Memory Usage Settings, Save metadata as JSON, Major rewrite of the code, Name change. ## v2.4 ### Major Changes