@@ -74,7 +74,7 @@ Run the following command to authenticate your token
...
@@ -74,7 +74,7 @@ Run the following command to authenticate your token
huggingface-cli login
huggingface-cli login
```
```
If you have already cloned the repo, then you won't need to go through these steps. You can simple remove the `--use_auth_token` arg from the following command.
If you have already cloned the repo, then you won't need to go through these steps.
@@ -32,7 +32,7 @@ Run the following command to authenticate your token
...
@@ -32,7 +32,7 @@ Run the following command to authenticate your token
huggingface-cli login
huggingface-cli login
```
```
If you have already cloned the repo, then you won't need to go through these steps. You can simple remove the `--use_auth_token` arg from the following command.
If you have already cloned the repo, then you won't need to go through these steps.
@@ -39,7 +39,7 @@ Run the following command to authenticate your token
...
@@ -39,7 +39,7 @@ Run the following command to authenticate your token
huggingface-cli login
huggingface-cli login
```
```
If you have already cloned the repo, then you won't need to go through these steps. You can simple remove the `--use_auth_token` arg from the following command.
If you have already cloned the repo, then you won't need to go through these steps.
This however can make it difficult to build applications on top of `diffusers` as you will always have to pass the token around. A potential way to solve this issue is by downloading the weights to a local path `"./stable-diffusion-v1-4"`:
This however can make it difficult to build applications on top of `diffusers` as you will always have to pass the token around. A potential way to solve this issue is by downloading the weights to a local path `"./stable-diffusion-v1-4"`: