diff --git a/readme.md b/readme.md index f675269..0c31ef2 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # ComfyKiosk -A "kiosk-mode" interface for ComfyUI workflows, +A "kiosk-mode" interface for [ComfyUI](https://github.com/comfyanonymous/ComfyUI) workflows, with built-in image caching and workflow management capabilities. In short, allows you to expose a ComfyUI server with very fine-grained control over what can be generated with it. @@ -34,7 +34,7 @@ Create a `venv` with Python 3.12 and install all required packages - Copy `docker/.env.template` to `docker/.env` - You will almost certainly need to change `COMFYUI_URL` -- Run `docker-compose -f ./docker/sample-docker-compose.yml up` +- Run `docker compose -f ./docker/sample-docker-compose.yml up` - Assuming the defaults and the sample `docker-compose.yml`, you should be able to generate an image at `http://localhost:8000/workflows/1/image`