Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Atm4x committed Dec 17, 2023
2 parents 1dfd172 + 6493e6b commit f71be8c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Гайд по установке:
1) Установите [Python 3.10](https://www.python.org/downloads/)
2) Установите [git](https://git-scm.com/downloads)
3) Установите [ffmpeg](https://ffmpeg.org/download.html)
4) Скачиваем denvot-gradio репозиторий:
```
git clone https://github.com/TUBIK-corp/gradio
cd .\denvot-gradio\
```
5) Создаём venv:
```
python -m venv venv
.\venv\Scripts\activate
```
Если вы используете Windows и получаете ошибку

```"cannot be loaded because the execution of scripts is disabled on this system"```

То откройте PowerShell от имени администратора и запустите следующее:
```
Set-ExecutionPolicy RemoteSigned
A
```
6) Скачайте файлы [hubert_base.pt](https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/hubert_base.pt) и [rmvpe.pt](https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/rmvpe.pt), и поместите их в репозиторий
7) Установите все оставшиеся необходимые библиотеки:
```
pip install -r requirements.txt
```
8) Запустите своего денвотика для озвучки текста:
```
python main.py
```
10)

0 comments on commit f71be8c

Please sign in to comment.