From d80ef3a67789240bd1fd326784aebcc96cc10bbf Mon Sep 17 00:00:00 2001 From: Raffaele Mancuso Date: Sun, 2 Mar 2025 10:58:42 +0100 Subject: [PATCH] Sentencepiece requires cmake --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a5fe0e3..5cb4d85 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,8 @@ Until now, DiffSynth Studio has supported the following models: ## Installation +You need to have [cmake](https://cmake.org) installed and in your PATH to successfully install the [sentencepiece](https://github.com/google/sentencepiece) dependency. + Install from source code (recommended): ```