mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-02 16:23:58 +03:00
update
This commit is contained in:
parent
dd7a343c65
commit
3bed1af628
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
DOCKER_IMAGE=dannadori/vcclient:20230602_014557
|
||||
DOCKER_IMAGE=dannadori/vcclient:20230618_173205
|
||||
#DOCKER_IMAGE=vcclient
|
||||
|
||||
### DEFAULT VAR ###
|
||||
@ -19,7 +19,6 @@ fi
|
||||
|
||||
if [ "${USE_GPU}" = "on" ]; then
|
||||
echo "VC Client start...(with gpu)"
|
||||
|
||||
docker run -it --rm --gpus all --shm-size=1024M \
|
||||
-e EX_IP="`hostname -I`" \
|
||||
-e EX_PORT=${EX_PORT} \
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Realtime Voice Changer Client for RVC Tutorial (v.1.5.3.3)
|
||||
|
||||
[Japanese/日本語](/tutorials/tutorial_rvc_en_latest.md)
|
||||
|
||||
# Introduction
|
||||
|
||||
This application is client software for real-time voice conversion that supports various voice conversion models. This document provides a description for voice conversion limited to [RVC(Retrieval-based-Voice-Conversion)](https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI).
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Realtime Voice Changer Client for RVC チュートリアル(v.1.5.3.3)
|
||||
|
||||
[English](/tutorials/tutorial_rvc_en_latest.md)
|
||||
|
||||
# はじめに
|
||||
|
||||
本アプリケーションは、各種音声変換 AI(VC, Voice Conversion)を用いてリアルタイム音声変換を行うためのクライアントソフトウェアです。本ドキュメントでは[RVC(Retrieval-based-Voice-Conversion)](https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI)に限定した音声変換のためのチュートリアルを行います。
|
||||
|
Loading…
Reference in New Issue
Block a user