Skip to content

InvokeAI-docker autobuilds docker images and provides an easy to use docker compose file runtime

License

Notifications You must be signed in to change notification settings

SaberD/InvokeAI-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,618 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InvokeAI: A Stable Diffusion Toolkit

This is a fork of InvokeAI for running it with a couple of simple docker commands.

canvas preview

Hardware Requirements

InvokeAI is supported across Linux, Windows and macOS. Linux users can use either an Nvidia-based card (with CUDA support) or an AMD card (using the ROCm driver).

System

You will need one of the following:

  • An NVIDIA-based graphics card with 4 GB or more VRAM memory.
  • An Apple computer with an M1 chip.
  • An AMD-based graphics card with 4GB or more VRAM memory. (Linux only)

Memory

  • At least 12 GB Main Memory RAM.

Disk

  • At least 12 GB of free disk space for the machine learning model, Python, and all its dependencies.

Prerequisites

Install Docker and nvidia-docker-toolkit this can be done from within this repo with the terminal command (Ubuntu 22.04 Jammy):

make

The make commands runs make docker and make docker-nvidia, for details see: makefile

Get a Huggingface-Token you will need an Account on huggingface.co.

After you succesfully registered your account, go to huggingface.co/settings/tokens, create a token and copy it, since you will need in for the next step.

Paste the token into the file .env.example file and rename the file to just .env.

Ready to run

then your are ready to run the container. use the terminal command:

docker compose up -d

About

InvokeAI-docker autobuilds docker images and provides an easy to use docker compose file runtime

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Jupyter Notebook 59.5%
  • Python 16.9%
  • HTML 12.5%
  • TypeScript 10.2%
  • Shell 0.4%
  • JavaScript 0.3%
  • Other 0.2%