Start/stop/status for a ComfyUI instance.
Initial release of comfyui-runner. - Start, stop, and check the status of a local ComfyUI instance. - Supports configuration via environment variables or `.env` file for host, port, and optional basic auth. - Uses `curl` to interact with the ComfyUI `/health` endpoint. - Simple JSON actions: "run", "stop", and "status".