From 3a5c4d803fcc9da9a9e5fa2673a0e7031c238068 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 22 Feb 2025 19:33:43 -0500 Subject: [PATCH] update changelog Signed-off-by: Vladimir Mandic --- CHANGELOG.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc791049..1c955f2b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,15 @@ ## Update for 2025-02-22 -- **Decode** - - final step of image generate, VAE decode, is by far the most memory intensive operation and can easily result in out-of-memory errors - what can be done? Well, *Huggingface* is now providing *free-of-charge* **remote-VAE-decode** service! - - how to use? previous *Full quality* option in UI is replaced with VAE type selector: *Full, Tiny, Remote* - currently supports SD15, SDXL and FLUX.1 with more models expected in the near future - availability is limited (log shows '503 Service Unavailable'), - so if remote processing fails SD.Next will fallback to using normal VAE decode process +- **Functions** + - **Remote Decode** + - final step of image generate, VAE decode, is by far the most memory intensive operation and can easily result in out-of-memory errors + what can be done? Well, *Huggingface* is now providing *free-of-charge* **remote-VAE-decode** service! + - how to use? previous *Full quality* option in UI is replaced with VAE type selector: *Full, Tiny, Remote* + currently supports SD15, SDXL and FLUX.1 with more models expected in the near future + availability is limited (log shows '503 Service Unavailable'), + so if remote processing fails SD.Next will fallback to using normal VAE decode process + *note*: only passed item is final latent itself, no user or generate information at all - **Other** - add `--extensions-dir` cli arg and `SD_EXTENSIONSDIR` env variable to specify extensions directory - update `zluda==3.9.0` @@ -18,6 +20,7 @@ - remove ui splash screen on auth fail - log full config path, full log path, system name, extensions path - zluda hotfixes + - zluda force sync ## Update for 2025-02-18