From 0695ffa2bc3ed01c463642caa83137be112bc31b Mon Sep 17 00:00:00 2001
From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
Date: Sat, 6 May 2023 16:51:11 +0000
Subject: [PATCH] =?UTF-8?q?Updated=20=E5=B8=B8=E8=A7=81=E9=97=AE=E9=A2=98?=
=?UTF-8?q?=E8=A7=A3=E7=AD=94=20(markdown)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
常见问题解答.md | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/常见问题解答.md b/常见问题解答.md
index 8f4f180..f16b3ea 100644
--- a/常见问题解答.md
+++ b/常见问题解答.md
@@ -28,7 +28,21 @@ ffmpeg读取路径带空格、()等特殊符号,可能出现ffmpeg error;训
可先跑通WebUI,消息窗内会显示数据集处理和训练用命令行;
推理脚本:
-https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/myinfer.py (待更新)
+https://huggingface.co/lj1995/VoiceConversionWebUI/blob/main/myinfer.py
+
+例子:
+
+runtime\python.exe myinfer.py 0 "E:\codes\py39\RVC-beta\todo-songs\1111.wav" "E:\codes\py39\logs\mi-test\added_IVF677_Flat_nprobe_7.index" harvest "test.wav" "weights/mi-test.pth" 0.6 cuda:0 True
+
+f0up_key=sys.argv[1]
+input_path=sys.argv[2]
+index_path=sys.argv[3]
+f0method=sys.argv[4]#harvest or pm
+opt_path=sys.argv[5]
+model_path=sys.argv[6]
+index_rate=float(sys.argv[7])
+device=sys.argv[8]
+is_half=bool(sys.argv[9])
## Q8:Cuda error/Cuda out of memory.
小概率是cuda配置问题、设备不支持;大概率是显存不够(out of memory);