aylitat

Results 22 comments of aylitat

> 去看看 Cloudflare的Workers就明白了 正是因为配置了没成功 才困惑

> 先用你的数据训练sovits,然后把标贝数据转换成你的数据,然后再用本项目按标贝训练。 请问,这个训练方法,只能训练中文吗?简单的英文单词能不能这样训练?

> 导入:import tools.vits_chinese.monotonic_align 使用:monotonic_align.maximum_path > > 这样用? 这个方法在__init__里不知道为什么不起作用。。。

搜不到enable-chrome-inspector怎么办

I still hava this problem. version 5.3.2 I use nuitka + pywebview before,and it works well. but it doesnt work now.

> 5.3.1 maybe the fix on 5.3.1 makes some problem to nuitka?

w2 监听开始成功了,但是后来不知道怎么又不管用了。

到现在还没解决问题,这居然敢说自己是来自专业即时通讯大厂吗?

`# If we hit an error log it and keep trying try: res = converter.convert(local_path, **_kwargs) except Exception: error_trace = ("\n\n" + traceback.format_exc()).strip() if res is not None: # Normalize...

``` import base64 import json import time import uuid import requests from utils.aes_utils import AESUtils def parse_lanzou_link(share_url: str, share_password: str = None) -> str: """解析蓝奏云分享链接 Args: share_url: 分享链接,例如:https://www.ilanzou.com/s/Nua0icaq share_password: 分享密码(如果有)...