From 49e3fea4d1d09ecc2ea05bce7e9ab55def022261 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 2 Jan 2024 15:20:06 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 500876953..98fc35937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Change Log for SD.Next -## Update for 2023-12-31 +## Update for 2023-01-02 -Following-up on a major release, some more functionality to new Control module +Following-up on a major release, some more functionality in new Control module And it also includes fixes for all reported issues so far - **Control**: @@ -22,7 +22,7 @@ And it also includes fixes for all reported issues so far - fix correct image mode - **Improvements** - allow deployment without git clone - for example, zip of the sdnext folder can be used + for example, you can now deploy a zip of the sdnext folder - hypertile: enable vae tiling - hypertile: add autodetect optimial value set tile size to 0 to use autodetected value @@ -40,8 +40,8 @@ And it also includes fixes for all reported issues so far best used together with torch compile: *inductor* this feature is highly experimental and will evolve over time requires nightly versions of `torch` and `torchao` - > pip install -U --pre torch torchvision torchaudio --index-url - > pip install git+ + > pip install -U --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121 + > pip install -U git+https://github.com/pytorch-labs/ao - **IPEX**, thanks @disty0 - better compile support - remove IPEX / Torch 2.0 specific hijacks