update changelog

This commit is contained in:
Vladimir Mandic
2023-12-19 14:04:05 -05:00
parent 9c8be9837b
commit 1ec2b0e4c6
+2 -3
View File
@@ -48,12 +48,11 @@
indexes all networks on first access instead of server startup
- **IPEX**, thanks @disty0
- update to **Torch 2.1**
if you get file not found errors, set DISABLE_IPEXRUN=1 and run the webui with --reinstall
if you get file not found errors, set `DISABLE_IPEXRUN=1` and run the webui with `--reinstall`
- built-in *MKL* and *DPCPP* for IPEX, no need to install OneAPI anymore
- **StableVideoDiffusion** is now supported with IPEX
- fix IPEX Optimize not applying with Diffusers backend
- fix garbled outputs with Stable Video Diffusion
- disable 32 bit workarounds if the GPU supports 64 bit
- disable 32bit workarounds if the GPU supports 64bit
- add `DISABLE_IPEXRUN` environment variable
- compatibility improvements
- **OpenVINO**, thanks @disty0