-
# Types, Modules, Kinds
- [ ] HTML, MD #20 and Plain Text should be converted to note.note (Convert to note)
- [ ] Images to media.image (Action: OCR?)
- [ ] Audio to media.audio
- [ ] Video to…
-
When I press "Convert", I get this error:
Traceback (most recent call last):
File "C:\Users\lccji\Downloads\Mangio-RVC-Fork-main\my_utils.py", line 14, in load_audio
ffmpeg.input(file, thread…
-
# ComfyUI Error Report
## Error Details
- **Node Type:** UNETLoader_MuseTalk
- **Exception Type:** AttributeError
- **Exception Message:** 'MuseModelConfig' object has no attribute 'custom_operati…
-
**Describe the bug**
Line 942 of the main.js (under meyda/dist/node folder) is used `this._m.spn = this._m.audioContext.createScriptProcessor(this._m.bufferSize, this._m.inputs, this._m.outputs);`.…
-
Please include the following in your bug report:
**Version of emscripten/emsdk:**
```
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.61 (67fa4c16496b157a7fc3377afd69ee…
-
I tried to compile it to run it locally on my Ubuntu 18.04. This errors out on the gwg audio part. Do I miss some dev-packages? Or is this releated to the rust version?
```
$ rustc --version
rustc …
-
May I know if there is a way to use WhisperX to generate timestamps of syllables or phonemes, instead of words detected Whisper model?
Our use case is to detect pronunciations / syllables in audio …
-
Hey all,
I used my **M1 MacBook Pro** and trained a model with a dataset with .wav format that is **30 min long** without slicing it, and I have some questions:
1. Is it reasonable that it took mo…
-
The code in `compiler.js` currently doesn't handle modules, so we can't really use them in projects. To implement this, we should implement inlining, basically transforming the incoming graph until it…
-
it begins with this, but the web ui starts despite that there is allready an error
```
module that was compiled using NumPy 1.x cannot be run in
NumPy 2.0.1 as it may crash. To support both 1.x and…