mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
@@ -69,6 +69,7 @@ And (*as always*) many bugfixes and improvements to existing features!
|
||||
in settings -> model options
|
||||
- prompt parser allow explict `BOS` and `EOS` tokens in prompt
|
||||
- **Nunchaku** support for *FLUX.1-Fill* and *FLUX.1-Depth* models
|
||||
- update requirements/packages
|
||||
- **Fixes**
|
||||
- refactor legacy processing loop
|
||||
- fix Wan 2.2-5B I2V workflow
|
||||
|
||||
Submodule extensions-builtin/sdnext-modernui updated: ff16330f72...874ff0e880
+1
-1
@@ -618,7 +618,7 @@ def check_transformers():
|
||||
if args.use_directml:
|
||||
target = '4.52.4'
|
||||
else:
|
||||
target = '4.54.1'
|
||||
target = '4.55.0'
|
||||
if (pkg is None) or ((pkg.version != target) and (not args.experimental)):
|
||||
if pkg is None:
|
||||
log.info(f'Transformers install: version={target}')
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@ pi-heif
|
||||
|
||||
# versioned
|
||||
rich==14.1.0
|
||||
safetensors==0.5.3
|
||||
safetensors==0.6.1
|
||||
tensordict==0.8.3
|
||||
peft==0.17.0
|
||||
httpx==0.24.1
|
||||
|
||||
Reference in New Issue
Block a user