From 7e635caec86eecd5afcccd284f82cc736ab9aea3 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Sat, 4 Jan 2025 13:28:50 +0530 Subject: [PATCH] version bump for wmic deprecation --- CHANGES.md | 1 + ui/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b6a56186..354bc40f 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.9b - 4 Jan 2025 - Replace the use of WMIC (deprecated) with a powershell call. * 3.0.9 - 28 May 2024 - Slider for controlling the strength of controlnets. * 3.0.8 - 27 May 2024 - SDXL ControlNets for Img2Img and Inpainting. * 3.0.7 - 11 Dec 2023 - Setting to enable/disable VAE tiling (in the Image Settings panel). Sometimes VAE tiling reduces the quality of the image, so this setting will help control that. diff --git a/ui/index.html b/ui/index.html index a50c995d..b7de9bc7 100644 --- a/ui/index.html +++ b/ui/index.html @@ -35,7 +35,7 @@

Easy Diffusion - v3.0.9 + v3.0.9b