mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
16 lines
568 B
Plaintext
16 lines
568 B
Plaintext
## Make a copy of this file named `.env` and fill in the values below.
|
|
## Any environment variables supported by InvokeAI can be specified here,
|
|
## in addition to the examples below.
|
|
|
|
# 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=
|
|
|
|
# Get this value from your HuggingFace account settings page.
|
|
# HUGGING_FACE_HUB_TOKEN=
|
|
|
|
## optional variables specific to the docker setup.
|
|
# GPU_DRIVER=cuda # or rocm
|
|
# CONTAINER_UID=1000
|