Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ Current AI music generation models are mainly controlled with a single input mod
|
|
12 |
|
13 |
### Installation
|
14 |
- install PyTorch `2.1.0` with CUDA enabled by following the instructions from [https://pytorch.org/get-started/previous-versions/](https://pytorch.org/get-started/previous-versions/)
|
15 |
-
- install the local fork of
|
16 |
- install the remaining dependencies with `pip install peft moviepy omegaconf`
|
17 |
|
18 |
### Model Usage
|
|
|
12 |
|
13 |
### Installation
|
14 |
- install PyTorch `2.1.0` with CUDA enabled by following the instructions from [https://pytorch.org/get-started/previous-versions/](https://pytorch.org/get-started/previous-versions/)
|
15 |
+
- install the local fork of audiocraft ([https://github.com/facebookresearch/audiocraft](https://github.com/facebookresearch/audiocraft)) with `pip install git+https://github.com/IntelliNik/audiocraft.git@main`
|
16 |
- install the remaining dependencies with `pip install peft moviepy omegaconf`
|
17 |
|
18 |
### Model Usage
|