diff --git a/CHANGES.md b/CHANGES.md index 1382322d..5f195b8f 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.6 - 14 Sep 2023 - Fix GFPGAN (Face Fixing) when running on multiple GPUs in parallel. * 3.0.5 - 2 Sep 2023 - Support SDXL ControlNets. * 3.0.4 - 1 Sep 2023 - Fix incorrect metadata generated for embeddings, when the exact word doesn't match the case, or is part of a larger word. * 3.0.4 - 1 Sep 2023 - Simplify the installation for AMD users on Linux. Thanks @JeLuf. diff --git a/ui/index.html b/ui/index.html index b406a71f..3d02cab8 100644 --- a/ui/index.html +++ b/ui/index.html @@ -35,7 +35,7 @@

Easy Diffusion - v3.0.5 + v3.0.6