hhucchenyixiao
hhucchenyixiao
> I met the same bug, and I changed the VSCode version back to 1.61, then the autocomplete works rightly. I now directly replace it with other plug-ins, such as...
有办法解决吗? 这样写 vivado 虽然会报 warnning 但是仍然可以正常综合。
试了试,最后通过 https://github.com/RVC-Boss/GPT-SoVITS/issues/26#issuecomment-1895420620 修改文件,加上降级 pip install funasr==0.8.7 pip install modelscope==1.10.0 成功运行了。 但是这样会在用户目录下 `~\.cache\modelscope\hub\damo` 重新下载了 3 个模型,而不是调用手动下载到 `.\tools\damo_asr\models` 的模型
> > 试了试,最后通过 [#26 (comment)](https://github.com/RVC-Boss/GPT-SoVITS/issues/26#issuecomment-1895420620) 修改文件,加上降级 pip install funasr==0.8.7 pip install modelscope==1.10.0 成功运行了。 但是这样会在用户目录下 `~\.cache\modelscope\hub\damo` 重新下载了 3 个模型,而不是调用手动下载到 `.\tools\damo_asr\models` 的模型 > > 降级的话,应该不用修改文件,直接用本地下载的就行了的 我把文件改回去了,把下载到C盘的模型移到工程目录下了的确可以用,不知道为啥最开始光降级没用
> > File "E:\GPT-SoVITS\tools\my_utils.py", line 14, in load_audio ffmpeg.input(file, threads=0) File "E:\GPT-SoVITS\runtime\lib\site-packages\ffmpeg_run.py", line 325, in run raise Error('ffmpeg', out, err) ffmpeg._run.Error: ffmpeg error (see stderr output for detail) > >...
```scala val path = System.getProperty("user.dir") + "/source/load-spinal.sc" interp.load.module(os.Path(java.nio.file.FileSystems.getDefault().getPath(path))) ``` 改成os后就没问题了
I have encountered this problem as well. My GPU is a 1660ti. It has poor compatibility with half precision optimization. . Could this be related to the issue?
> 我也遇到了,在app.py的最后一行的app.launch里加入参数enable_queue=True解决。 感谢,现在可以生成了 ,但是好像默认是在CPU上跑,怎么设置它在显卡上跑呢?
> Hi, This isn't supported currently. I'm realy not experienced about [lsb:msb] usages and impact on behaviour. Fondamentaly, from a SpinalHDL generation perspective it would be a very simple option...
> So, it would kinda only matter in places where you bring literals ? That impact the way binary literals are pushed to the bit vector ? Yes, it would...