diff --git a/README.md b/README.md index 4fee26b..9ff6d8f 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,13 @@ Supported Platforms: `NVIDIA CUDA`, `AMD ROCm`, `CPU` | Variable | Description | | ------------------------ | ----------- | -| `COMFYUI_BRANCH` | ComfyUI branch/commit hash. Defaults to `master` | +| `AUTO_UPDATE` | Update ComfyUI on startup (default `true`) | +| `COMFYUI_BRANCH` | ComfyUI branch/commit hash (default `master`) | | `COMFYUI_FLAGS` | Startup flags. eg. `--gpu-only --highvram` | | `COMFYUI_PORT_HOST` | ComfyUI interface port (default `8188`) | +| `COMFYUI_URL` | Override `$DIRECT_ADDRESS:port` with URL for ComfyUI | -See the base environment variables [here](https://github.com/ai-dock/base-image/wiki/2.0-Environment-Variables). +See the base environment variables [here](https://github.com/ai-dock/base-image/wiki/2.0-Environment-Variables) for more configuration options. ### Additional Micromamba Environments @@ -65,6 +67,8 @@ See the base environment variables [here](https://github.com/ai-dock/base-image/ | -------------- | ----------------------------------------- | | `comfyui` | ComfyUI and dependencies | +This micromamba environment will be activated on shell login. + See the base micromamba environments [here](https://github.com/ai-dock/base-image/wiki/1.0-Included-Software#installed-micromamba-environments). ## Additional Services