Tybost
Tybost
Still crossing my fingers for anime head support. ;)
Having the same issue. AutoAWQ broken.
Same issue Feelsbadman
> We will continue to optimize the accuracy of pitch recognition. > > In the future version, we may open the pitch median filter option for users. Looking forward to...
同样的问题 +1
Fixed | 通过在计算前添加零持续时间的修改检查来修复该问题。 导航:C:\GPT-SoVITS-beta\GPT-SoVITS\GPT_SoVITS\module 编辑:data_utils Replace All Code / 替换所有代码: ```python import time import logging import os import random import traceback import numpy as np import torch import torch.utils.data from...
> > > i = len(buckets) - 1 while i >= 0: if len(buckets[i]) == 0: buckets.pop(i) self.boundaries.pop(i + 1) i -= 1 这段内容是什么意思?也复制到 data_utils 吗??求解答 对不起,我只是指出了添加的代码。当 len_bucket 为零时,尝试计算余数或商时会发生错误。我修改了 DistributedBucketSampler...
I was facing the same issue on my 2070S and after updating to the following it was fixed. (40-55 seconds) - Python 3.10.11 - Cuda 12.1.0_531.14 - TensorRT 8.6.1.6 _(I...
> Hello, I had the same problem. When I submit inference in Gradio, it shows CUDA out of memory even if my prompt audio and target text is short. My...