Skip to content

Commit 77eb95f

Browse files
authored
docs: fix taesd direct download link (#917)
1 parent 8a45d0f commit 77eb95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/taesd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can use TAESD to accelerate the decoding of latent images by following these
77
Or curl
88

99
```bash
10-
curl -L -O https://huggingface.co/madebyollin/taesd/blob/main/diffusion_pytorch_model.safetensors
10+
curl -L -O https://huggingface.co/madebyollin/taesd/resolve/main/diffusion_pytorch_model.safetensors
1111
```
1212

1313
- Specify the model path using the `--taesd PATH` parameter. example:

0 commit comments

Comments
 (0)