Update README paths to reference ACE-Step-1.5 directory
Match the actual repository name from https://github.com/ace-step/ACE-Step-1.5
This commit is contained in:
@@ -155,8 +155,8 @@
|
|||||||
|
|
||||||
### Linux / macOS
|
### Linux / macOS
|
||||||
```bash
|
```bash
|
||||||
# 1. Start ACE-Step API (in ACE-Step directory)
|
# 1. Start ACE-Step API (in ACE-Step-1.5 directory)
|
||||||
cd /path/to/ACE-Step
|
cd /path/to/ACE-Step-1.5
|
||||||
uv run acestep-api --port 8001
|
uv run acestep-api --port 8001
|
||||||
|
|
||||||
# 2. Start ACE-Step UI (in another terminal)
|
# 2. Start ACE-Step UI (in another terminal)
|
||||||
@@ -166,8 +166,8 @@ cd ace-step-ui
|
|||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
```batch
|
```batch
|
||||||
REM 1. Start ACE-Step API (in ACE-Step directory)
|
REM 1. Start ACE-Step API (in ACE-Step-1.5 directory)
|
||||||
cd C:\path\to\ACE-Step
|
cd C:\path\to\ACE-Step-1.5
|
||||||
uv run acestep-api --port 8001
|
uv run acestep-api --port 8001
|
||||||
|
|
||||||
REM 2. Start ACE-Step UI (in another terminal)
|
REM 2. Start ACE-Step UI (in another terminal)
|
||||||
@@ -244,13 +244,13 @@ copy server\.env.example server\.env
|
|||||||
|
|
||||||
**Linux / macOS:**
|
**Linux / macOS:**
|
||||||
```bash
|
```bash
|
||||||
cd /path/to/ACE-Step
|
cd /path/to/ACE-Step-1.5
|
||||||
uv run acestep-api --port 8001
|
uv run acestep-api --port 8001
|
||||||
```
|
```
|
||||||
|
|
||||||
**Windows:**
|
**Windows:**
|
||||||
```batch
|
```batch
|
||||||
cd C:\path\to\ACE-Step
|
cd C:\path\to\ACE-Step-1.5
|
||||||
uv run acestep-api --port 8001
|
uv run acestep-api --port 8001
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user