Skip to content

Releases: simonlui/Docker_IPEX_ComfyUI

v0.4.2

22 Jan 09:34
Compare
Choose a tag to compare

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

v0.4.1

22 Dec 09:19
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Dockerfile depends on Intel Extension for Pytorch 2.1.30+xpu.

v0.1.0

25 Apr 06:59
Compare
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.