Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlGao4 authored Mar 31, 2022
1 parent 2a1a601 commit 8bdb59b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ pip install -r requirements.txt
# For conda
conda install --yes --file requirements.txt
```
2. Run [`GuiMain.py`](GUI/GuiMain.py) and separate your song!
2. Download [pretrained]() models and extract it to GUI folder.
3. Run [`GuiMain.py`](GUI/GuiMain.py) and separate your song!

### CUDA acceleration
1. Install torch with cuda under intructions on [pyTorch official website](https://pytorch.org/get-started/locally/#start-locally)
Expand All @@ -47,7 +48,8 @@ pip install -r requirements.txt
# For conda
conda install --yes --file requirements.txt
```
3. Run [`GuiMain.py`](GUI/GuiMain.py) and separate your song! If your GPU is not listed in the `device` column, or is labeled "not recommended", this means your GPU is not available or the VRAM is not enough. Please use CPU instead or open an issue to tell us if you think this is a problem.
3. Download [pretrained]() models and extract it to GUI folder.
4. Run [`GuiMain.py`](GUI/GuiMain.py) and separate your song! If your GPU is not listed in the `device` column, or is labeled "not recommended", this means your GPU is not available or the VRAM is not enough. Please use CPU instead or open an issue to tell us if you think this is a problem.

## Acknowledgements
This project includes code of [Demucs](https://github.com/facebookresearch/demucs) under MIT license.

0 comments on commit 8bdb59b

Please sign in to comment.