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
|
|
|
|
|
|
|
# INVOKEAI_ROOT is the path to a path on the local filesystem where InvokeAI will store data.
|
|
|
|
# Outputs will also be stored here by default.
|
|
|
|
# This **must** be an absolute path.
|
|
|
|
INVOKEAI_ROOT=
|
|
|
|
|
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-06-25 20:03:02 +00:00
|
|
|
# GPU_DRIVER=cuda
|
|
|
|
# CONTAINER_UID=1000
|