Skip to content

Commit

Permalink
[1.0.1]
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlGao4 committed Nov 25, 2023
1 parent 6391d36 commit 207e17c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,7 +13,7 @@ The project aims to let users without any coding experience separate tracks with
If the application cannot be launched due to the Mac's security protection feature, try the following:

1. Right-click on the Demucs-GUI app icon and select "Open".
1. Click "Open" again in the window that appears as follows.
2. Click "Open" again in the window that appears as follows.
![Open Anyway](./mac_open_anyway.png)

</details>
Expand Down Expand Up @@ -79,7 +79,7 @@ conda install --yes --file requirements.txt
pip install -r requirements_cuda.txt
# Conda is not available as this project has dependencies only on PyPI
```
5. 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.
1. 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.
9 changes: 9 additions & 0 deletions history.md
@@ -1,5 +1,14 @@
Note: Versions in *italic* means that the release is a beta version.

### 1.1
Release date: Nov. 25, 2023

#### Fixes
1. Fix an issue that output is always rescaled to 99.9% when clip mode is set to "rescale"
2. Fix an issue that window will stop to function when opening log file on non-Windows
3. Fix an issue related with detecting FFMpeg on Windows
4. Optimize ETA algorithm

### 1.0
Release date: Nov. 11, 2023

Expand Down

0 comments on commit 207e17c

Please sign in to comment.