AragakiYui_Lover

Results 2 issues of AragakiYui_Lover

版本:0.4.0.的dev1 在创建训练任务时,选择完FT服务后,选择基准模型时异常: TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator)) Please click the 'Reset Application' button to restore the application's state.If the error persists, please contact us.We apologize for...

**模式:musetalke + webrtcpush** **功能**:新增接口,传入id,实现实时切换数字人。 参考源码: app.py - run函数 musereal - load_avatar函数 切换数字人主要代码实现: ```python if (old_pc := pcs.get(0)): await old_pc.close() del pcs[0] global avatar avatar = load_avatar(avatar_id) await run(opt.push_url, 0) ```...