Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add intel arc support based on https://github.com/comfyanonymous/ComfyUI/pull/3439 #50

Open
yoland68 opened this issue May 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@yoland68
Copy link
Member

yoland68 commented May 13, 2024

Based on the PR: comfyanonymous/ComfyUI#3439

  1. Download and Install Anaconda
  2. Launch anaconda prompt
  3. Create an anaconda environment
conda create -n comfyui python=3.10
conda activate comfyui
conda install libuv
python -m pip install mkl mkl-dpcpp

This is the command to install torch and Intel-extension-for-pytorch

python -m pip install torch==2.1.0.post2 torchvision==0.16.0.post2 torchaudio==2.1.0.post2 intel-extension-for-pytorch==2.1.30 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant