From 7856d012c2d63e0559723de0afc804a99aa1d400 Mon Sep 17 00:00:00 2001 From: Rob Ballantyne Date: Sat, 26 Aug 2023 09:08:13 +0100 Subject: [PATCH] Add docker to installation instructions relates to issue #1339 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index baa8cf8b6..961290708 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,10 @@ See the [Config file](extra_model_paths.yaml.example) to set the search paths fo To run it on colab or paperspace you can use my [Colab Notebook](notebooks/comfyui_colab.ipynb) here: [Link to open with google colab](https://colab.research.google.com/github/comfyanonymous/ComfyUI/blob/master/notebooks/comfyui_colab.ipynb) +## Docker (cloud & local) + +A third-party [docker image](https://github.com/ai-dock/comfyui) is available for use with RunPod, Vast, Paperspace etc. A docker-compose.yaml is included for local use. + ## Manual Install (Windows, Linux) Git clone this repo.