mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix HUGGING_FACE_HUB_TOKEN
This commit is contained in:
parent
3a260cf54f
commit
6089f33e54
@ -75,8 +75,8 @@ Some Suggestions of variables you may want to change besides the Token:
|
||||
<figure markdown>
|
||||
|
||||
| Environment-Variable | Default value | Description |
|
||||
| --------------------- | ------------------------------- | -------------------------------------------------------------------------------------------- |
|
||||
| `HUGGINGFACE_TOKEN` | No default, but **required**! | This is the only **required** variable, without it you can't download the huggingface models |
|
||||
| ------------------------ | ------------------------------- | -------------------------------------------------------------------------------------------- |
|
||||
| `HUGGING_FACE_HUB_TOKEN` | No default, but **required**! | This is the only **required** variable, without it you can't download the huggingface models |
|
||||
| `REPOSITORY_NAME` | The Basename of the Repo folder | This name will used as the container repository/image name |
|
||||
| `VOLUMENAME` | `${REPOSITORY_NAME,,}_data` | Name of the Docker Volume where model files will be stored |
|
||||
| `ARCH` | arch of the build machine | can be changed if you want to build the image for another arch |
|
||||
@ -91,8 +91,8 @@ Some Suggestions of variables you may want to change besides the Token:
|
||||
|
||||
#### Build the Image
|
||||
|
||||
I provided a build script, which is located in `docker/build.sh` but still
|
||||
needs to be executed from the Repository root.
|
||||
I provided a build script, which is located in `docker/build.sh` but still needs
|
||||
to be executed from the Repository root.
|
||||
|
||||
```bash
|
||||
./docker/build.sh
|
||||
|
Loading…
Reference in New Issue
Block a user