From 77eb95f8e44b5bdf7379e06558ed5fa2fff546fb Mon Sep 17 00:00:00 2001 From: stduhpf Date: Tue, 28 Oct 2025 16:26:23 +0100 Subject: [PATCH] docs: fix taesd direct download link (#917) --- docs/taesd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/taesd.md b/docs/taesd.md index 3c7e6c1..5f8d4d9 100644 --- a/docs/taesd.md +++ b/docs/taesd.md @@ -7,7 +7,7 @@ You can use TAESD to accelerate the decoding of latent images by following these Or curl ```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: