Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
有没有使用mac进行安装的小伙伴?训练原声的时候显示成功了,但是特征检索库是空的是什么情况?log下没有那个index的文件。
你们能成功吗?特征库是空的
推理音色是有的
用Mac安装了吗 我也想问😊
同問,能成功推理而效果不錯,但是不知道沒有這個影不影響。
I got the same issue here, but model inference can be performed successfully after some tweaks. One needs to indicate PYTORCH_ENABLE_MPS_FALLBACK=1
(e.g., add os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"
at the top of infer-web.py
) to prevent NotImplementedError: The operator 'aten::_weight_norm_interface' is not currently implemented for the MPS device.
. Otherwise, this aten::_weight_norm_interface
error can lead to AttributeError: 'NoneType' object has no attribute 'dtype
somehow.
commit: 3dbba6ae7471a3fabaa42f18d137e50ec04cf879 OS: MacOS Ventura 13.4 Hardware: Apple M1 Max
@yayuanli You're right. Some functions are not supported by MPS with PYTORCH_ENABLE_MPS_FALLBACK it can be done on the CPU. But the issue here is the .index file is not being generated during training. If you click 训练特征索引, you will noticed the script crash. Do we know 训练特征索引 is not currently supported.
@Kar1chan Try to downgrade faiss-cpu
to 1.7.0
.
你们能成功吗?特征库是空的
推理音色是有的
请问,你Mac上装的是哪个版本?我连运行都运行不起来,一直报错。直接下载的beta.7z文件中,都没有run.sh文件。
我也安装不了,Mac mini m2, Mac OS 14.0
This issue was closed because it has been inactive for 15 days since being marked as stale.
我想請教大家 Mac 如何啟動實時變聲的介面,目前有透過 ./run.sh
成功啟動訓練用的介面
使用conda安装faiss-cpu