Updata Readme

This commit is contained in:
ylzz1997 2023-05-25 23:42:03 +08:00
parent a1d174b571
commit f81f7e728a
2 changed files with 8 additions and 0 deletions

View File

@ -307,6 +307,10 @@ Shallow diffusion settings:
+ `-ks` | `--k_step`The larger the number of diffusion steps, the closer it is to the result of the diffusion model. The default is 100
+ `-od` | `--only_diffusion`Only diffusion mode, which does not load the sovits model to the diffusion model inference
### Attention
If reasoning using `whisp-ppg` speech encoder, you need to set `--clip` to 25 and `-lg` to 1. Otherwise it will fail to reason properly.
## 🤔 Optional Settings
If the results from the previous section are satisfactory, or if you didn't understand what is being discussed in the following section, you can skip it, and it won't affect the model usage. (These optional settings have a relatively small impact, and they may have some effect on certain specific data, but in most cases, the difference may not be noticeable.)

View File

@ -309,6 +309,10 @@ python inference_main.py -m "logs/44k/G_30400.pth" -c "configs/config.json" -n "
+ `-ks` | `--k_step`扩散步数越大越接近扩散模型的结果默认100
+ `-od` | `--only_diffusion`纯扩散模式该模式不会加载sovits模型以扩散模型推理
### 注意!
如果使用`whisper-ppg` speech encoder 进行推理,需要将`--clip`设置为25`-lg`设置为1。否则将无法正常推理。
## 🤔 可选项
如果前面的效果已经满意,或者没看明白下面在讲啥,那后面的内容都可以忽略,不影响模型使用(这些可选项影响比较小,可能在某些特定数据上有点效果,但大部分情况似乎都感知不太明显)