Fix ACE-Step links to correct repo: ACE-Step-1.5
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<strong>The Ultimate Open Source Suno Alternative</strong><br>
|
<strong>The Ultimate Open Source Suno Alternative</strong><br>
|
||||||
<em>Seamless integration with <a href="https://github.com/ace-step/ACE-Step">ACE-Step 1.5</a> - The Open Source AI Music Generation Model</em>
|
<em>Seamless integration with <a href="https://github.com/ace-step/ACE-Step-1.5">ACE-Step 1.5</a> - The Open Source AI Music Generation Model</em>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
@@ -128,7 +128,7 @@
|
|||||||
|-------|-------------|
|
|-------|-------------|
|
||||||
| **Frontend** | React 18, TypeScript, TailwindCSS, Vite |
|
| **Frontend** | React 18, TypeScript, TailwindCSS, Vite |
|
||||||
| **Backend** | Express.js, SQLite, better-sqlite3 |
|
| **Backend** | Express.js, SQLite, better-sqlite3 |
|
||||||
| **AI Engine** | [ACE-Step 1.5](https://github.com/ace-step/ACE-Step) |
|
| **AI Engine** | [ACE-Step 1.5](https://github.com/ace-step/ACE-Step-1.5) |
|
||||||
| **Audio Tools** | AudioMass, Demucs, FFmpeg |
|
| **Audio Tools** | AudioMass, Demucs, FFmpeg |
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -178,9 +178,9 @@ Open **http://localhost:3000** and start creating!
|
|||||||
### 1. Install ACE-Step (The AI Engine)
|
### 1. Install ACE-Step (The AI Engine)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone ACE-Step - the open source Suno alternative
|
# Clone ACE-Step 1.5 - the open source Suno alternative
|
||||||
git clone https://github.com/ace-step/ACE-Step
|
git clone https://github.com/ace-step/ACE-Step-1.5
|
||||||
cd ACE-Step
|
cd ACE-Step-1.5
|
||||||
|
|
||||||
# Create virtual environment and install
|
# Create virtual environment and install
|
||||||
uv venv
|
uv venv
|
||||||
@@ -385,7 +385,7 @@ This is a community-driven project and contributions are what make open source a
|
|||||||
|
|
||||||
## 🙏 Credits
|
## 🙏 Credits
|
||||||
|
|
||||||
- **[ACE-Step](https://github.com/ace-step/ACE-Step)** - The revolutionary open source AI music generation model
|
- **[ACE-Step](https://github.com/ace-step/ACE-Step-1.5)** - The revolutionary open source AI music generation model
|
||||||
- **[AudioMass](https://github.com/pkalogiros/AudioMass)** - Web audio editor
|
- **[AudioMass](https://github.com/pkalogiros/AudioMass)** - Web audio editor
|
||||||
- **[Demucs](https://github.com/facebookresearch/demucs)** - Audio source separation
|
- **[Demucs](https://github.com/facebookresearch/demucs)** - Audio source separation
|
||||||
- **[Pexels](https://www.pexels.com)** - Stock video backgrounds
|
- **[Pexels](https://www.pexels.com)** - Stock video backgrounds
|
||||||
|
|||||||
Reference in New Issue
Block a user