Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Nuullll/ipex-sd-docker-for-arc-gpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable Diffusion Web UI Docker for Intel Arc GPUs

The docker image includes

  • Intel oneAPI DPC++ runtime libs (Note: compiler executables are not included)
  • Intel oneAPI MKL runtime libs
  • Intel oneAPI compiler common tool sycl-ls
  • Intel Graphics driver
  • Basic python environment

The Stable Diffusion Web UI variant used by the image: SD.Next

  • Intel Extension for Pytorch (IPEX) and other python packages will be installed by SD.Next dynamically

(For Developers) Build docker image locally

docker build -t ipex-arc-sd -f Dockerfile .

Refer to Dockerfile for available build arguments.

Contributors