This commit is contained in:
wataru 2023-06-18 17:42:12 +09:00
parent dd7a343c65
commit 3bed1af628
3 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -eu set -eu
DOCKER_IMAGE=dannadori/vcclient:20230602_014557 DOCKER_IMAGE=dannadori/vcclient:20230618_173205
#DOCKER_IMAGE=vcclient #DOCKER_IMAGE=vcclient
### DEFAULT VAR ### ### DEFAULT VAR ###
@ -19,7 +19,6 @@ fi
if [ "${USE_GPU}" = "on" ]; then if [ "${USE_GPU}" = "on" ]; then
echo "VC Client start...(with gpu)" echo "VC Client start...(with gpu)"
docker run -it --rm --gpus all --shm-size=1024M \ docker run -it --rm --gpus all --shm-size=1024M \
-e EX_IP="`hostname -I`" \ -e EX_IP="`hostname -I`" \
-e EX_PORT=${EX_PORT} \ -e EX_PORT=${EX_PORT} \

View File

@ -1,5 +1,7 @@
# Realtime Voice Changer Client for RVC Tutorial (v.1.5.3.3) # Realtime Voice Changer Client for RVC Tutorial (v.1.5.3.3)
[Japanese/日本語](/tutorials/tutorial_rvc_en_latest.md)
# Introduction # 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). 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).

View File

@ -1,5 +1,7 @@
# Realtime Voice Changer Client for RVC チュートリアル(v.1.5.3.3) # 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)に限定した音声変換のためのチュートリアルを行います。 本アプリケーションは、各種音声変換 AI(VC, Voice Conversion)を用いてリアルタイム音声変換を行うためのクライアントソフトウェアです。本ドキュメントでは[RVC(Retrieval-based-Voice-Conversion)](https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI)に限定した音声変換のためのチュートリアルを行います。