Minor readme change (Docker command, link)

This commit is contained in:
r000t 2024-12-25 09:32:54 -05:00
parent 1965706667
commit f97a3e541a

View File

@ -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`