You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbdBarho edited this page Jun 23, 2024
·
23 revisions
Make sure you have the latest version of docker and docker compose installed
TLDR:
clone this repo and run:
docker compose --profile download up --build
# wait until its done, then:
docker compose --profile [ui] up --build
# where [ui] is one of: auto | auto-cpu | comfy | comfy-cpu
if you don't know which ui to choose, auto is good start.
First of all, clone this repo, you can do this with git, or you can download a zip file. Please always use the most up-to-date state from the master branch. Even though we have releases, everything is changing and breaking all the time.
After cloning, open a terminal in the folder and run:
docker compose --profile download up --build
This will download all of the required models / files, and validate their integrity. You only have to download the data once (regardless of the UI). There are roughly 12GB of data to be downloaded.
Next, choose which UI you want to run (you can easily change later):
Note: the first start will take some time since other models will be downloaded, these will be cached in the data folder, so next runs are faster. First time setup might take between 15 minutes and 1 hour depending on your internet connection, other times are much faster, roughly 20 seconds.