From 68ec1b41ae19717a897b4ed5f889b47ddd72f916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20du=20Hamel?= Date: Sat, 25 Oct 2025 21:04:24 +0200 Subject: [PATCH] docs: fix taesd direct download link --- docs/taesd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/taesd.md b/docs/taesd.md index 3c7e6c1f4..5f8d4d9f0 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: