docs: fix taesd direct download link (#917)

This commit is contained in:
stduhpf 2025-10-28 16:26:23 +01:00 committed by GitHub
parent 8a45d0ff7f
commit 77eb95f8e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ You can use TAESD to accelerate the decoding of latent images by following these
Or curl Or curl
```bash ```bash
curl -L -O https://huggingface.co/madebyollin/taesd/blob/main/diffusion_pytorch_model.safetensors curl -L -O https://huggingface.co/madebyollin/taesd/resolve/main/diffusion_pytorch_model.safetensors
``` ```
- Specify the model path using the `--taesd PATH` parameter. example: - Specify the model path using the `--taesd PATH` parameter. example: