Replies: 9 comments
-
如何语音复刻?目前已经支持各个模型的语音复刻功能,且在 skpv1 格式中也适配了参考音频等格式,下面是几种方法使用语音复刻:
相关讨论 #118 |
Beta Was this translation helpful? Give feedback.
-
配置了参考音频的 spk 文件生成结果全是杂音?很大可能是上传音频配置有问题,所以建议一下几个方式解决:
|
Beta Was this translation helpful? Give feedback.
-
可以训练模型吗?现在没有,本库主要是提供推理服务框架。 ps: 可能支持一些训练支持工具,比如基于 whisper 这类 asr 模型预处理语料 (但是只会以example的形式出现,并不会继承到代码中) |
Beta Was this translation helpful? Give feedback.
-
如何优化推理速度?首先,无特殊情况本库只计划整合和开发工程化方案,而对于模型推理优化比较依赖上游仓库或者社区实现 现目前,最实际的优化是开启多 workers,启动 还有其他待选不完善的提速优化,有兴趣的可尝试探索:
|
Beta Was this translation helpful? Give feedback.
-
什么是 Prompt1 和 Prompt2?
Prompt1 和 Prompt2 都是系统提示(system prompt),区别在于插入点不同。因为测试发现当前模型对第一个 [Stts] token 非常敏感,所以需要两个提示。
ps: 此特性将永久废弃,只会支持 prompt 一个属性,并且此属性并非所有模型都支持 |
Beta Was this translation helpful? Give feedback.
-
什么是 Prefix?
Prefix 主要用于控制模型的生成能力,类似于官方示例中的 refine prompt。这个 prefix 中应该只包含特殊的非语素 token,如 ps: 此特性将永久废弃,不会继续更新和维护相关问题 |
Beta Was this translation helpful? Give feedback.
-
Style 中
|
Beta Was this translation helpful? Give feedback.
-
为什么开启了
|
Beta Was this translation helpful? Give feedback.
-
为什么 colab 里面非常慢只有 2 it/s ?请确保使用 gpu 而非 cpu。
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
这里讨论常见问题,每一个问题都会作为一层 issues 回复。
Here we address common questions, with each one posted as a separate layer of issue replies.
Beta Was this translation helpful? Give feedback.
All reactions