Skip to content

Commit e99cd5b

Browse files
authored
docs: update required HF_TOKENS for gated models (#43)
* docs: fix typo * chore: update required models with tokens Signed-off-by: Aaron Pham <[email protected]> --------- Signed-off-by: Aaron Pham <[email protected]>
1 parent 2db2927 commit e99cd5b

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

sd3-medium/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cd BentoDiffusion/sd3-medium
2020
# Recommend Python 3.11
2121
pip install -r requirements.txt
2222

23-
export HF_TOEKN=<your-api-key>
23+
export HF_TOKEN=<your-api-key>
2424
```
2525

2626
## Run the BentoML Service

sd3.5-large-turbo/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ This is a BentoML example project, demonstrating how to build an image generatio
2020
git clone https://github.com/bentoml/BentoDiffusion.git
2121
cd BentoDiffusion/sd3.5-large-turbo
2222
pip install -r requirements.txt
23+
24+
export HF_TOKEN=<your-api-key>
2325
```
2426

2527
## Run the BentoML Service

sd3.5-large/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ This is a BentoML example project, demonstrating how to build an image generatio
2020
git clone https://github.com/bentoml/BentoDiffusion.git
2121
cd BentoDiffusion/sd3.5-large
2222
pip install -r requirements.txt
23+
24+
export HF_TOKEN=<your-api-key>
2325
```
2426

2527
## Run the BentoML Service

sdxl-lightning/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ cd BentoDiffusion/sdxl-lightning
1818

1919
# Recommend Python 3.11
2020
pip install -r requirements.txt
21+
22+
export HF_TOKEN=<your-api-key>
2123
```
2224

2325
## Run the BentoML Service

sdxl-turbo/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ cd BentoDiffusion/sdxl-turbo
1818

1919
# Recommend Python 3.11
2020
pip install -r requirements.txt
21+
22+
export HF_TOKEN=<your-api-key>
2123
```
2224

2325
## Run the BentoML Service

0 commit comments

Comments
 (0)