From 2e9d35ba76676e1208719b1b294974bac8831040 Mon Sep 17 00:00:00 2001 From: Ching-Wei Chen Date: Mon, 19 May 2025 10:11:02 -0400 Subject: [PATCH] Improve Docker installation instructions in Readme.md for clarity and consistency --- Readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Readme.md b/Readme.md index ce954bc..cc3198e 100755 --- a/Readme.md +++ b/Readme.md @@ -85,14 +85,14 @@ DiffRhythm (Chinese: 谛韵, Dì Yùn) is the ***first*** open-sourced diffusion | DiffRhythm-vae | https://huggingface.co/ASLP-lab/DiffRhythm-vae | ## Docker installation -You just need the 3 files inside the folder docker. Do as it follows:
+You just need the 3 files inside the `docker` folder. Do as it follows:
- Clone the project or copy the files
-- cd into the folder
-- Edit your docker compose biding folders -- docker compose up -d (or docker-compose up -d depending on your version)
-- docker exec -it DiffRhythm bash
+- `cd` into the `docker` folder
+- Edit your docker compose bindings in `docker-compose.yml` +- Run `docker compose up -d` (or `docker-compose up -d`, depending on your version of Docker)
+- Run `docker exec -it DiffRhythm bash`
-You will be in the terminal ready for use. Just go to /home/app/scripts and run infer_prompt_ref.sh +You will be in the terminal ready for use. Just go to `/home/app/scripts` and run `infer_prompt_ref.sh` ## Inference Following the steps below to clone the repository and install the environment.