From 04cbb052d7ea4c66d697db89f85118837cea696c Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Wed, 30 Aug 2023 17:54:19 +0530 Subject: [PATCH] bump version --- CHANGES.md | 4 ++-- ui/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index bfbbc6e6..59a0a466 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,8 +17,8 @@ - **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.2 - 30 Aug 2023 - Fix broken VAE tiling. This allows you to create larger images with lesser VRAM usage. -* 3.0.2 - 30 Aug 2023 - Allow blocking NSFW images using a server-side config. This prevents the browser from generating NSFW images or changing the config. Open `config.yaml` in a text editor (e.g. Notepad), and add `block_nsfw: true` at the end, and save the file. +* 3.0.3 - 30 Aug 2023 - Fix broken VAE tiling. This allows you to create larger images with lesser VRAM usage. +* 3.0.3 - 30 Aug 2023 - Allow blocking NSFW images using a server-side config. This prevents the browser from generating NSFW images or changing the config. Open `config.yaml` in a text editor (e.g. Notepad), and add `block_nsfw: true` at the end, and save the file. * 3.0.2 - 29 Aug 2023 - Fixed incorrect matching of embeddings from prompts. * 3.0.2 - 24 Aug 2023 - Fix broken seamless tiling. * 3.0.2 - 23 Aug 2023 - Fix styling on mobile devices. diff --git a/ui/index.html b/ui/index.html index 57683bbf..12efa1ae 100644 --- a/ui/index.html +++ b/ui/index.html @@ -35,7 +35,7 @@

Easy Diffusion - v3.0.2 + v3.0.3