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

Commit a61185c

Browse files
authored
Update README.md
1 parent 8a413d2 commit a61185c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ git clone https://github.com/simonlui/Docker_IPEX_ComfyUI
3434
cd Docker_IPEX_ComfyUI
3535
docker build -t ipex-arc-comfy:latest -f Dockerfile .
3636
```
37-
Once this complete, then run the following if using Linux in terminal or Docker Desktop.
37+
#### Temporary workaround with Intel Extension for Pytorch
38+
Go to the releases page and download either Python 3.10 or 3.11 packages versions for intel_extension_for_pytorch, intel_extension_for_pytorch_deepspeed, torch, torchaudio, and torchvision and put the package files in your ComfyUI directory. The startup script will pick them up and install them the first time you start the container.
39+
40+
Once the image build is complete, then run the following if using Linux in terminal or Docker Desktop.
3841
```console
3942
docker run -it `
4043
--device /dev/dri `

0 commit comments

Comments
 (0)