Releases: simonlui/Docker_IPEX_ComfyUI
v0.5.0
Based on oneAPI 2025.0.4 and Intel Extension for Pytorch v2.7.10+xpu and even though IPEX 2.8 exists, it is technically a deprecation release and I found issues with using it. This release shouldn't be used either but should fix all the issues that transpired with speed between 2.3 and 2.6 so it is stable in that sense. The project is deprecated with this release and you should see the README for alternatives.
v0.4.2
v0.4.1
Actually add in and install the requirements for torch.compile instead of just enabling it and free-float the PyTorch nightly Dockerfile so that the Dockerfile remains valid for the foreseeable future. Also updates the compute runtime to the latest, change install URL to work around temporary upstream repository issues from Intel, change environment variables on the nightly Dockerfile and README changes.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Based on oneAPI 2024.2.2 and Intel Extension for Pytorch v2.3.110+xpu alongside some small fixes with environment variables and the startup script and documenting what they do. Mainly enables torch.compile to be used in ComfyUI. Added also a Dockerfile.nightly file which will work to build an environment that can run the latest nightly XPU Pytorch builds at https://download.pytorch.org/whl/nightly/xpu and for more instructions, read the following links.
https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpu/2-5.html
https://pytorch.org/docs/stable/notes/get_start_xpu.html
Full Changelog: v0.3.0...v0.4.0