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

Docker WebUI for Stable Diffusion with user-friendly UI - works with Intel GPUs

License

Notifications You must be signed in to change notification settings

theunpleasantowl/stable-diffusion-docker-webui-intel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intel-stable-diffusion-webui-docker

jbaboval's Stable Diffusion WebUI for OneAPI - running in a Docker Container!

If you have an Intel Xe Graphics Card (e.g. Intel Arc), then this container will allow you to use it for Stable Diffusion.

This container uses the Torch backend with some special Intel Repos to make everything work. Support for OneAPI in Torch is still early-days and there are certainly some bugs and missing features (img2img crashes, no seed reproducibility) so keep that in mind.

If you have an Intel Card and are interested in using it to diffuse, follow the set-up steps below:

Setup

  • Clone this repository and cd:
 git clone https://github.com/theunpleasantowl/stable-diffusion-docker-webui-intel.git
 cd stable-diffusion-docker-webui-intel
 docker-compose up download -d      # Required once to set up some models and directories
 docker-compose up webui            # Build the container and run the WebUI
  • Reach the webUI by navigating your browser to localhost:7860

ENV Variables

Parameter Function
-e 443 Internal WebUI Port - If you want to change the native port

Special Thanks

About

Docker WebUI for Stable Diffusion with user-friendly UI - works with Intel GPUs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 53.7%
  • Dockerfile 46.3%