GUUser91
GUUser91
@Julow I tried doing `Alt+?` using the BeHe Keyboard app, it doesn't work. I used a physical keyboard to try the `Alt + ?` command, it works.
@xtkoba So I have to open a new issue and ask upstream to provide license files for libvgm? Is that correct?
I found a issue asking about adding a license file to the repo. It hasn't been updated in over a year though https://github.com/ValleyBell/libvgm/issues/43#issue-574014042
Have you tried installing pytorch2.1.0+rocm5.5? `pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm5.5`
You can use amd cards on windows version if you install the directml / dml version.
@NatoBoram Have you tried pytorch2.1.0+rocm5.6? pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm5.6
Here is the solution for those using Python3.11 https://github.com/facebookresearch/fairseq/issues/5012#issuecomment-1884159687
@Martchus Here is a zip file of a podcast file. This contains tablet of contents, chapters, timestamps, WFED, TGID, and TDES frames. Check tags with mp3tag, kid3, or ffprobe https://files.catbox.moe/dznm8f.zip...
I was able to use voicefixer and mode 0 and 2 (But not mode 1 and mode all though) no problem by installing librosa version 0.9.2 `pip install librosa==0.9.2`
I found a workaround to launch xtts-webui without deepspeed. First I uninstall deepspeed. >pip uninstall deepspeed Then I launch it with this command. >python app.py I also want to give...