From 237c7a5348ab114ba1cf44a89e42e4b90fac31ac Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 1 Sep 2023 10:42:29 +0530 Subject: [PATCH] 3.0.4 --- CHANGES.md | 1 + ui/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d4ef988a..4f0027e5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,6 +17,7 @@ - **Major rewrite of the code** - We've switched to using diffusers under-the-hood, which allows us to release new features faster, and focus on making the UI and installer even easier to use. ### Detailed changelog +* 3.0.4 - 1 Sep 2023 - Allow using a different folder for models. This is useful if you want to share a models folder across different software, or on a different drive. You can change this path in the Settings tab. * 3.0.3 - 31 Aug 2023 - Auto-save images to disk (if enabled by the user) when upscaling/fixing using the buttons on the image. * 3.0.3 - 30 Aug 2023 - Allow loading NovelAI-based custom models. * 3.0.3 - 30 Aug 2023 - Fix broken VAE tiling. This allows you to create larger images with lesser VRAM usage. diff --git a/ui/index.html b/ui/index.html index 60f37c71..10ba6d2f 100644 --- a/ui/index.html +++ b/ui/index.html @@ -35,7 +35,7 @@

Easy Diffusion - v3.0.3 + v3.0.4