2023-06-25 20:03:02 +00:00
|
|
|
## Make a copy of this file named `.env` and fill in the values below.
|
2023-10-19 15:25:47 +00:00
|
|
|
## Any environment variables supported by InvokeAI can be specified here,
|
|
|
|
## in addition to the examples below.
|
2023-06-25 20:03:02 +00:00
|
|
|
|
2024-01-02 13:17:57 +00:00
|
|
|
# HOST_INVOKEAI_ROOT is the path on the docker host's filesystem where InvokeAI will store data.
|
2023-06-25 20:03:02 +00:00
|
|
|
# Outputs will also be stored here by default.
|
2024-01-02 13:17:57 +00:00
|
|
|
# If relative, it will be relative to the docker directory in which the docker-compose.yml file is located
|
|
|
|
#HOST_INVOKEAI_ROOT=../../invokeai-data
|
|
|
|
|
|
|
|
# INVOKEAI_ROOT is the path to the root of the InvokeAI repository within the container.
|
|
|
|
# INVOKEAI_ROOT=~/invokeai
|
2023-06-25 20:03:02 +00:00
|
|
|
|
2023-10-19 15:25:47 +00:00
|
|
|
# Get this value from your HuggingFace account settings page.
|
|
|
|
# HUGGING_FACE_HUB_TOKEN=
|
2023-06-25 20:03:02 +00:00
|
|
|
|
2023-10-19 15:25:47 +00:00
|
|
|
## optional variables specific to the docker setup.
|
2023-12-23 08:10:18 +00:00
|
|
|
# GPU_DRIVER=nvidia #| rocm
|
2023-10-30 15:58:40 +00:00
|
|
|
# CONTAINER_UID=1000
|