-
问题:通过webui.py运行,推理模式选择预训练音色,点击生成音频报错,服务端显示:RuntimeError: "addmm_impl_cpu_" not implemented for 'Half',具体报错信息如下:
2024-09-27 16:32:01,942 INFO get sft inference request
tn 我是通义实验室语音团队全新推出的生成式语音大模型,提…
-
I'll just copy the warning message from the home assistant log:
```
2024-06-22 23:33:40.704 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by c…
-
```
Conversion completed.
Use Auditok to detect speech regions.
Auditok detection completed.
"/tmp/tmppaa509k1.wav" has been deleted.
Converting speech regions to short-term fragments.
Convert…
-
你好,我在测试的时候,由于环境的限制,我不得不改在CPU上运行,但是我更改了`model.py`中如下代码:
```
def variable_on_device(self, name, shape, initializer):
with tf.device('/cpu:0'):
var = tf.get_variable(name=name, s…
-
I've run through the steps to train a single voice, and it goes well until it comes time to actually **Fine-tuning Parler-TTS** step, i'm hitting a wall. It seems the previous Dataset Annotation inst…
-
I updated the Bing Speech uri to the current supported URI for Bing Speech. However, I now get the following error when sending data to the Bing endpoint. Has anyone updated their Bing Speech API fil…
-
### Description
Any tutorial that imports test audio files (e.g. `Audio.from_filepath("../src/tests/data_for_testing/audio_48khz_mono_16bits.wav")`) do not work on Google Colab, as there is no audio …
-
### Self Checks
- [X] This template is only for bug reports. For questions, please visit [Discussions](https://github.com/fishaudio/fish-speech/discussions).
- [X] I have thoroughly reviewed the proj…
-
When talon-gaze-ocr can't find anything, it outputs a great deal of text to the log. For those of us who keep the log visible all the time this is somewhat distracting.
Here is an example:
```…
-
Traceback (most recent call last):
File "D:\anaconda\Lib\site-packages\gradio\queueing.py", line 541, in process_events
response = await route_utils.call_process_api(
^^^^^^^^^…