Skip to content

Dockerize deploy ComfyUI on Ubuntu 22.04 LTS Linux OS, with NVIDIA GeForce RTX GPUs

Notifications You must be signed in to change notification settings

HQIT/dockerize-comfyui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

dockerize-comfyui

Steps

  1. clone https://github.com/comfyanonymous/ComfyUI
  2. put Dockerfile and docker-compose.yaml into ComfyUI
  3. sudo docker-compose up --build -d
  4. open ComfyUI dashboard by url http://{host|ip}:8188

Dockerfile

  • build docker image, docker build -t hqit/comfyui:latest .
..
└── ComfyUI
    ├── ...comfyui's dirs and files...
    ├── docker-compose.yaml
    ├── Dockerfile

docker-compose.yaml

  • build image, maintain the ComfyUI service
  • sudo docker-compose build comfyui rebuild the image
  • sudo docker-compose up -d (re)create the service(s)

About

Dockerize deploy ComfyUI on Ubuntu 22.04 LTS Linux OS, with NVIDIA GeForce RTX GPUs

Resources

Stars

Watchers

Forks