GitXplorerGitXplorer
a

stable_diffusion.openvino-docker

public
13 stars
3 forks
0 issues

Commits

List of commits on branch main.

No commits found

There are no commits on branch main.

README

The README file for this repository.

stable_diffusion.openvino-docker

Introduction

This is a Dockerfile to use stable_diffusion.openvino1 in Docker container.

Requirements

  • Intel CPU
  • Docker

Build Docker image

docker build --build-arg UID=$(id -u) --build-arg GID=$(id -g) -t stable_diffusion:openvino .

Launch Docker container

docker run -it --rm --device /dev/dri:/dev/dri -v $HOME:$HOME stable_diffusion:openvino bash

Example

python stable_diffusion.py --prompt "Street-art painting of Emilia Clarke in style of Banksy, photorealism"
  1. stable_diffusion.openvino https://github.com/bes-dev/stable_diffusion.openvino