diff --git a/CHANGES.md b/CHANGES.md index a60c18fc..f29b6d23 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,7 +22,7 @@ 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 -* 3.0.1 - 22 Aug 2023 - Improve auto-detection of SD 2.0 and 2.1 models, removing the need for custom yaml files for SD 2.x models. Improve the model load time by speeding-up the black image test. +* 3.0.2 - 22 Aug 2023 - Improve auto-detection of SD 2.0 and 2.1 models, removing the need for custom yaml files for SD 2.x models. Improve the model load time by speeding-up the black image test. * 3.0.1 - 18 Aug 2023 - Rotate an image if EXIF rotation is present. For e.g. this is common in images taken with a smartphone. * 3.0.1 - 18 Aug 2023 - Resize control images to the task dimensions, to avoid memory errors with high-res control images. * 3.0.1 - 18 Aug 2023 - Show controlnet filter preview in the task entry. diff --git a/ui/index.html b/ui/index.html index 05a83c57..eb4c62da 100644 --- a/ui/index.html +++ b/ui/index.html @@ -35,7 +35,7 @@