stable-diffusion.cpp/docs/taesd.md at master · thxCode/stable-diffusion.cpp

Skip to content

Navigation Menu

Sign in

Appearance settings

Latest commit

File metadata and controls

17 lines (11 loc) · 567 Bytes

Using TAESD to faster decoding

You can use TAESD to accelerate the decoding of latent images by following these steps:

Or curl

curl -L -O https://huggingface.co/madebyollin/taesd/blob/main/diffusion_pytorch_model.safetensors
  • Specify the model path using the --taesd PATH parameter. example:
sd -m ../models/v1-5-pruned-emaonly.safetensors -p "a lovely cat" --taesd ../models/diffusion_pytorch_model.safetensors