From 8a5722fc88967974ffe8c0e7acb469331d8817dd Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 6 Sep 2024 10:15:10 -0400 Subject: [PATCH] update diffusers and changelog --- CHANGELOG.md | 3 ++- installer.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69f31cb8f..debc5a47c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,7 +70,8 @@ Plus tons of minor items and fixes - see [changelog](https://github.com/vladmand > 10: bird - support for **v3** model (finally) - support for **LCM** model - - support for rolling context window, automatically enabled if frames > 16 + - support for **free-noise** rolling context window + allow for creation of much longer videos, automatically enabled if frames > 16 - **HDR** high-dynamic-range image create for SD and SDXL create hdr images from in multiple exposures by latent-space modifications during generation use via *scripts -> hdr* diff --git a/installer.py b/installer.py index 6b08b6ad9..4ac3ae51e 100644 --- a/installer.py +++ b/installer.py @@ -443,7 +443,7 @@ def check_diffusers(): log.debug(f'Diffusers {"install" if minor == 0 else "upgrade"}') if minor > 0: pip('uninstall --yes diffusers', ignore=True, quiet=True, uv=False) - pip('install --upgrade git+https://github.com/huggingface/diffusers@300055172988c73b72d5190fad5c30999c6717be', ignore=False, quiet=True, uv=False) + pip('install --upgrade git+https://github.com/huggingface/diffusers@d269cc8a4e9b7380d52daef1ee7ec4c82c942a13', ignore=False, quiet=True, uv=False) # check onnx version