rename to ace step

This commit is contained in:
chuxij
2025-04-28 15:21:19 +00:00
parent 892e1b56e7
commit 09560dd878
7 changed files with 47 additions and 49 deletions
+5 -6
View File
@@ -1,15 +1,14 @@
# Fusic
# ACE-Step
Installation instructions for Fusic.
## Requirements
# Installation
```bash
conda create -n fusic python==3.10
conda activate fusic
conda create -n ace_step python==3.10
conda activate ace_step
pip install -r requirements.txt
conda install ffmpeg
```
## Usage
# Usage
```bash
python app.py
```