GitXplorerGitXplorer
a

stable_diffusion.openvino-docker

public
13 stars
3 forks
0 issues

Commits

List of commits on branch main.
Unverified
9fa8e33c26de0c589168fdfba55aa6f2b89fd46e

updated README.md

aatinfinity committed 2 years ago
Unverified
c12b3c340be297cf9dd5fd0b9546a1a5307e788f

add Dockerfile

aatinfinity committed 2 years ago
Verified
a229c4098cc900e98a1f809b4744c3d25401eeb5

Initial commit

aatinfinity committed 2 years ago

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