diff --git a/CHANGES.md b/CHANGES.md index 86e5faae..e5d83466 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,8 @@ 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.2 - 26 Dec 2022 - Fix a bug where an incorrect model config would get used for some SD 2.1 models. +* 2.5.2 - 26 Dec 2022 - Slight performance and memory improvement while rendering using SD 2.1 models. * 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, 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. diff --git a/ui/index.html b/ui/index.html index b203d98c..e12397fb 100644 --- a/ui/index.html +++ b/ui/index.html @@ -25,7 +25,7 @@