Update pillow jxl plugin

This commit is contained in:
Disty0
2025-07-03 17:48:43 +03:00
parent de5142e64a
commit 22e24b267c
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -797,7 +797,7 @@ def install_torch_addons():
if opts.get('torchao_quantization', False):
install('torchao==0.10.0', 'torchao')
if opts.get('samples_format', 'jpg') == 'jxl' or opts.get('grid_format', 'jpg') == 'jxl':
install('pillow-jxl-plugin==1.3.3', 'pillow-jxl-plugin')
install('pillow-jxl-plugin==1.3.4', 'pillow-jxl-plugin')
if not args.experimental:
uninstall('wandb', quiet=True)
ts('addons', t_start)
@@ -1181,7 +1181,7 @@ def install_optional():
install('git+https://github.com/Disty0/BasicSR@2b6a12c28e0c81bfb13b7e984144f0b0f5461484', 'basicsr')
install('git+https://github.com/Disty0/GFPGAN@09b1190eabbc77e5f15c61fa7c38a2064b403e20', 'gfpgan')
install('clean-fid', quiet=True)
install('pillow-jxl-plugin==1.3.3', ignore=True, quiet=True)
install('pillow-jxl-plugin==1.3.4', ignore=True, quiet=True)
install('optimum-quanto==0.2.7', ignore=True, quiet=True)
install('torchao==0.10.0', ignore=True, quiet=True)
install('bitsandbytes==0.45.5', ignore=True, quiet=True)
-1
View File
@@ -125,7 +125,6 @@ def ipex_init(): # pylint: disable=too-many-statements
torch.cuda.Tuple = torch.xpu.Tuple
torch.cuda.List = torch.xpu.List
# Memory:
if 'linux' in sys.platform and "WSL2" in os.popen("uname -a").read():
torch.xpu.empty_cache = lambda: None