From 1ec4547a685b1b4d86abf60137e76a0e89fb7fd8 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Mon, 17 Feb 2025 14:53:00 +0530 Subject: [PATCH] v3.5.6 --- CHANGES.md | 1 + ui/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 46f52892..8b8bc8bc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,7 @@ v3.5 is currently an optional upgrade, and you can switch between the v3.0 (diffusers) engine and the v3.5 (webui) engine using the `Settings` tab in the UI. ### Detailed changelog +* 3.5.6 - 17 Feb 2025 - Fix broken model merging. * 3.5.5 - 10 Feb 2025 - (Internal code change) Use `torchruntime` for installing torch/torchvision, instead of custom logic. This supports a lot more GPUs on various platforms, and was built using Easy Diffusion's torch-installation code. * 3.5.4 - 8 Feb 2025 - Fix a bug where the inpainting mask wasn't resized to the image size when using the WebUI/v3.5 backend. Thanks @AvidGameFan for their help in investigating and fixing this! * 3.5.3 - 6 Feb 2025 - (Internal code change) Remove hardcoded references to `torch.cuda`, and replace with torchruntime's device utilities. diff --git a/ui/index.html b/ui/index.html index 00557094..1c7e5161 100644 --- a/ui/index.html +++ b/ui/index.html @@ -38,7 +38,7 @@ v3.0.13 - v3.5.5 + v3.5.6