From bca7c200a352b00c4f14e897566f3cb9fcfdf5c4 Mon Sep 17 00:00:00 2001 From: JMadgwick <32958136+JMadgwick@users.noreply.github.com> Date: Sun, 30 Aug 2026 18:44:10 +0100 Subject: [PATCH] Update sd.cpp binary name in Linux setup --- docs/linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/linux.md b/docs/linux.md index 9b11471..b7e62ca 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -31,13 +31,13 @@ 2. Compile following the instructions from `stable-diffusion.cpp`'s repository. - 3. Copy the compiled `sd` binary to the main `sd.cpp_webui` directory. + 3. Copy the compiled `sd-server` binary to the main `sd.cpp_webui` directory, or add it to your PATH. - Download a precompiled binary: 1. Download a precompiled release from the Releases section of `stable-diffusion.cpp`'s repository. - 2. Copy the `sd` binary to the main `sd.cpp_webui` directory. + 2. Copy the `sd-server` binary to the main `sd.cpp_webui` directory, or add it to your PATH. 4. Execute the launch script, this will automatically create a virtual environment and install all the necessary Python packages: