mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
update diffusers and changelog
This commit is contained in:
+2
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user