update diffusers and changelog

This commit is contained in:
Vladimir Mandic
2024-09-06 10:15:10 -04:00
parent 85b26e03ff
commit 8a5722fc88
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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*
+1 -1
View File
@@ -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