Update the readme to the new reality of integrated acestep.cpp
This commit is contained in:
parent
c7f5c97e7b
commit
ac29d2629b
1 changed files with 4 additions and 12 deletions
16
README.md
16
README.md
|
|
@ -12,19 +12,11 @@ A C++ Qt graphical user interface for generating music using [acestep.cpp](https
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
1. Grab the latest release from https://github.com/IMbackK/aceradio/releases/
|
Grab the latest release from https://github.com/IMbackK/aceradio/releases/
|
||||||
2. For now you will have to provide acestep.cpp binaries, these can be optained by following the instructions at https://github.com/ServeurpersoCom/acestep.cpp or the **Build acestep.cpp** section below
|
|
||||||
|
|
||||||
## Build acestep.cpp:
|
## Models
|
||||||
|
|
||||||
```bash
|
grab the models from [here](https://huggingface.co/Serveurperso/ACE-Step-1.5-GGUF/tree/main)
|
||||||
git clone https://github.com/ServeurpersoCom/acestep.cpp.git
|
|
||||||
cd acestep.cpp
|
|
||||||
mkdir build && cd build
|
|
||||||
cmake .. -DGGML_VULKAN=ON # or other backend
|
|
||||||
make -j$(nproc)
|
|
||||||
./models.sh # Download models (requires ~7.7 GB free space)
|
|
||||||
```
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|
@ -62,7 +54,7 @@ Run windeployqt to copy necessary Qt libraries to the build folder:
|
||||||
|
|
||||||
## Setup Paths:
|
## Setup Paths:
|
||||||
|
|
||||||
Go to settings->Ace Step->Model Paths and add the paths to the acestep.cpp binaries the models.
|
Go to settings->Ace Step->Model Paths and add the paths to the AceStep models.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue