len
len
To address your requirement, the correct approach would be to use `clearRegisteredTypes` instead of `unregisterNodeType`. https://github.com/jagenjo/litegraph.js/blob/0555a2f2a3df5d4657593c6d45eb192359888195/src/litegraph.js#L444-L449 The `clearRegisteredTypes` method will handle multiple internal objects to thoroughly clear out nodes.
Perhaps someone needs it, I'll leave the code here that I'm sure can be used (there might be performance issues, but it can ensure that the graph change event is...
thx feedback! Are you referring to `examples/web/index.html`? This is an extremely simple example (actually just something I use for debugging...), and it requires you to compile first and then start...
thx feedback. I just tested it and found that the `main-wf-loop.ts` example code triggers this issue (if using `ETN_SendImageWebSocket`). It seems I had probably encountered this before but didn't pinpoint...
Fixed https://github.com/StableCanvas/comfyui-client/commit/8a7dc42a58c2d446d400d713c1228290799dec87 I discovered another issue, so I fixed it together. You can try it out, and if there are still problems, we can continue discussing.
any update?
确实有点奇怪,不仅A100上速度和普通显卡一样,开半精度之后也没有速度增益,并且cpu上就可以跑20it/s但是gpu最多只能到30it/s左右
如果是 chattts 的话是正常的预期的现象,因为 forge 里面的 prompt 插槽都是实验性质的,不太稳定,特别是用带有 prompt 的就更不稳定了 除非上游更新模型或者社区自行微调,不然都难以避免吞字的问题
> > 如果是聊天的话是正常的预期的现象,因为锻造里面的提示插槽都是实验性质的,不太稳定,特别是用带标记的提示的就更不稳定了, 除非上游更新模型或者社区手机本身,否则都难以避免吞字的问题 > > 发现此问题是在 chattts,GET [/v1/tts] Synthesize Tts接口中style参数,只要传递就会出现吞字现象。不是prompt,prompt1,prompt2参数。 是这样的,style不是一个单独的功能,算是一个集合,每个style其实就是不同的 prompt + chattts 的特殊 token 配置,所以选了 style 就是使用了 prompt ,其他 prompt prompt1 prompt2 就是释放出来自定义的接口 因为没有你的输入文本,不太好确定情况,如果是大段的文本(200字以上)漏了那可能是分割器有bug 但是如果只是漏了几个字一句话的话,估计还是模型的问题 目前吞字漏字的情况暂时没法完美解决 建议:...
> 2024-10-11 00:42:11,072 - modules.repos_static.ChatTTS.ChatTTS.core - INFO - C:\Users\Administrator\Desktop\Speech-AI-Forge-main\models\ChatTTS\asset\asset\Decoder.pt not exist. 看起来是缺少 `Decoder.pt` 这个文件额,你文件夹里有吗? 顺带一提,在项目目录执行这个脚本可以下载模型(并且会检查完整性): ``` python -m scripts.dl_chattts --source modelscope ```