update requirements

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-08-06 11:37:14 -04:00
parent 6a6605191f
commit 992a41b0f1
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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
View File
@@ -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