Releases: simonlui/Docker_IPEX_ComfyUI
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