deforum / deforum/deforum-stable-diffusion

Dockerize with docker-compose to create portable environments

Open
#141 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
2.3k
Forks
412
PR merge metrics
No merged PRs in 30d

Description

By creating a `Dockerfile` and `docker-compose.yml` for this project, anyone could run it with a single Docker CLI command without having to install dependencies to their operating system (ffmpeg, cuda, etc). GPU pass-through to the container is supported.

You could run `docker-compose up` on any system with Docker and a NVIDIA GPU, and you have your running environment, waiting for your input.

You can see an implementation I did for Riffusion. [Dockerfile](https://github.com/AVsync-LIVE/Lexi.studio/blob/main/LexiTTA/Dockerfile) and [docker-compose.yml](https://github.com/AVsync-LIVE/Lexi.studio/blob/main/LexiTTA/docker-compose.yml)

Similar to [AbdBarho/stable-diffusion-webui-docker](https://github.com/AbdBarho/stable-diffusion-webui-docker)

If you are supportive of this idea, I could implement this functionality. Let me know if you have any questions. There are many other benefits of using Docker in development and production.

I really resonated with your mission statement and would love to get involved.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.