-
Hi, https://github.com/linto-ai/whisper-timestamped seems like an interesting approach for accurate timestamps, and apparently would not have problems with numerics and so on. Would it be a big effort…
-
Can whisperx.load_model load locally downloaded models?
-
在whisperx后处理,如果使用了时间戳对齐或者分离说话人功能,保存字幕文件保存不了。
After post-processing in WhisperX, if timestamp alignment or speaker separation is used, the subtitle file cannot be saved.
你会发现点击了保存字幕文件,显示保存成功,但实际上字幕…
-
模型下载没有问题(按之前的帖子用管理员身份运行),不知道报Move Model To Device Error是什么原因,然后就一直卡在这一步了,GPU占用也一直满载,挂机一段时间也没有结果
==========Speaker_Diarize==========
min_speaker: 1
max_speaker: 2
Speaker diarize and alignment
…
-
虽然给一个gui提这种FR非常古怪但我也不想重新配置东西了()
简而言之,当我命令行传递一个文件名进来时,以我上一次的配置自动跑听写,whisperX对齐以及srt保存这样
我有一些其他软件保存视频后可以执行批处理,我在想能不能这样直接把gui拉起来自动出货
-
I am unable to transcribe using WhisperX with diarization on Windows 10.
I get the following error message:
> AttributeError: 'NoneType' object has no attribute 'to'
Traceback:
File "C:\Users\…
-
这里是部分的安装日志,安装到了最后一步,sub_module,请收下我的感谢。
Requirement already satisfied: pillow>=8 in /root/miniconda3/envs/linly_dubbing/lib/python3.10/site-packages (from matplotlib>=3.7.0->TTS==0.22.0->-r /gemini/c…
-
I'm on a Macbook Air with an M2 processor.
If I run the following:
```
import whisperx;
device = 'cpu';
model = whisperx.DiarizationPipeline(use_auth_token="hf_WdjalWJivIfyqvEGdMAJAroSFWwmvPQ…
-
It seems like m-bian has given up on this project; he doesn’t even deal with pull requests, but is secretly contributing to his private projects. I was wondering if there’s a future fork of this proje…
-
If pytube does not offer subtitles for a video the should be generated using whisper.
A possible wrapper to use is (whisperX)[https://github.com/m-bain/whisperX], which offers alignment of subtitle…