Minor readme change (Docker command, link)
This commit is contained in:
parent
1965706667
commit
f97a3e541a
@ -1,6 +1,6 @@
|
|||||||
# ComfyKiosk
|
# 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.
|
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.
|
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`
|
- Copy `docker/.env.template` to `docker/.env`
|
||||||
- You will almost certainly need to change `COMFYUI_URL`
|
- 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`,
|
- Assuming the defaults and the sample `docker-compose.yml`,
|
||||||
you should be able to generate an image at `http://localhost:8000/workflows/1/image`
|
you should be able to generate an image at `http://localhost:8000/workflows/1/image`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user