Skip to content

Commit

Permalink
Add important vars [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Apr 2, 2024
1 parent f4191ee commit efadabb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,22 @@ 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

| Environment | Packages |
| -------------- | ----------------------------------------- |
| `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
Expand Down

0 comments on commit efadabb

Please sign in to comment.