Skip to content
This repository was archived by the owner on Oct 19, 2025. It is now read-only.

Releases: simonlui/Docker_IPEX_ComfyUI

v0.5.0

19 Oct 00:43

Choose a tag to compare

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

22 Jan 09:34

Choose a tag to compare

Fixes issues raised by #10 and updates compute runtime dependencies.

v0.4.1

22 Dec 09:19

Choose a tag to compare

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

20 Sep 07:04

Choose a tag to compare

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

v0.3.0

13 Aug 06:34

Choose a tag to compare

Based on oneAPI 2024.2 and Intel Extension for Pytorch v2.1.40+xpu alongside some small fixes with environment variables and the startup script.

v0.2.1

25 May 02:29

Choose a tag to compare

Fixes issues with Intel apt repository access and some other changes. Dockerfile supports the same version of IPEX as v0.2.0, v2.1.30+xpu.

v0.2.0

12 May 09:01

Choose a tag to compare

Dockerfile depends on Intel Extension for Pytorch 2.1.30+xpu.

v0.1.0

25 Apr 06:59

Choose a tag to compare

Regular Dockerfile depends on Intel Extension for Pytorch 2.0.110+xpu. Latest Dockerfile uses Intel Extension for Pytorch 2.1.10+xpu.