From 5e5e39c285abc465715f543ef52e7406697bb922 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 6 Feb 2025 13:08:58 +0530 Subject: [PATCH] changelog --- CHANGES.md | 1 + ui/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2bae7ac1..a00f00f9 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.9c - 6 Feb 2025 - (Internal code change) Remove hardcoded references to `torch.cuda`, and replace with torchruntime's device utilities. * 3.0.9b - 28 Jan 2025 - Fix a bug affecting older versions of Easy Diffusion, which tried to upgrade to an incompatible version of PyTorch. * 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. diff --git a/ui/index.html b/ui/index.html index b7de9bc7..8963f83f 100644 --- a/ui/index.html +++ b/ui/index.html @@ -35,7 +35,7 @@

Easy Diffusion - v3.0.9b + v3.0.9c