From 87b6dfb1a94683c893b51c75862e084ebac25604 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Sun, 25 Dec 2022 17:17:10 +0530 Subject: [PATCH] Changelog --- CHANGES.md | 5 +++++ ui/index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9681dbe8..d63c6fe4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,6 +17,11 @@ Our focus continues to remain on an easy installation experience, and an easy user-interface. While still remaining pretty powerful, in terms of features and speed. +### 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. + ## v2.4 ### Major Changes - **Allow reordering the task queue** (by dragging and dropping tasks). Thanks @madrang diff --git a/ui/index.html b/ui/index.html index 8af4cfbe..5273ddb7 100644 --- a/ui/index.html +++ b/ui/index.html @@ -25,7 +25,7 @@