You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai/orchestrators/models-download.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,18 @@ through downloading the **recommended** models for Livepeer AI.
14
14
Use the following command to install the HuggingFace CLI:
15
15
16
16
```bash
17
-
pip install huggingface_hub[cli,hf_transfer]
17
+
pip install huggingface_hub
18
18
```
19
19
</Step>
20
20
<Steptitle="Generate Hugging Face Token">
21
21
Follow the instructions on the [Hugging Face website](https://huggingface.co/docs/hub/en/security-tokens) to generate an access token with **read** permissions. Then, use the Hugging Face CLI to install the token:
22
22
23
23
```bash
24
-
huggingface-cli login
24
+
hf auth login
25
25
```
26
26
You will be prompted to paste the access token you created on the Hugging Face website.
27
27
28
-
<Note>If you have trouble locating `huggingface-cli` in your path, it may be necessary to add `/home/$USER/.local/bin/` to your local path.</Note>
28
+
<Note>If you have trouble locating `hf` in your path, it may be necessary to add `/home/$USER/.local/bin/` to your local path.</Note>
29
29
</Step>
30
30
<Steptitle="Accept SVD1.1 Terms">
31
31
The currently recommended models include one **gated** model. Therefore, you must accept the terms of the [SVD1.1 model](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt-1-1) on its model page before downloading.
0 commit comments