rsxdalv / tts-generation-webui

TTS Generation Web UI (Bark, MusicGen + AudioGen, Tortoise, RVC, Vocos, Demucs, SeamlessM4T, MAGNet, StyleTTS2, MMS)
https://rsxdalv.github.io/tts-generation-webui/
MIT License
1.68k stars 180 forks source link

Incompatibility between audiocraft and fairseq #223

Closed TacitTactics closed 6 months ago

TacitTactics commented 10 months ago

Is there a fix for installing manually? I am running in the problem of audiocraft requiring hydra-core==1.1 but fairseq only works with hydra-core==1.0.7. Please help me with a fix. One-click installer always breaks. Below if what I am running: Linux Mint 21.1 Nvidia 2080 TI Driver is the recommended one 535 installed from Mint repo using APT package manager Cuda toolkit is the 12-3 for the 535 driver I am running in venv environment. I installed the xformers==0.0.19 and ffmpeg manually before running the other requirements files. I even ran the update_linux.sh but it just calls the exisiting requirements files that have the conflicting versions.

I love the work being done, but I cannot use it as shown on videos from 4 months ago on youtube. The TTS project (https://github.com/coqui-ai/TTS) runs just fine on my rig, but this is CLI. I really want the webui to teach my students. Thank you

rsxdalv commented 10 months ago

What's the issue you are seeing? I know they report installation error but anything else?

On Wed, Nov 29, 2023, 1:15 AM TacitTactics @.***> wrote:

Is there a fix for installing manually? I am running in the problem of audiocraft requiring hydra-core==1.1 but fairseq only works with hydra-core==1.0.7. Please help me with a fix. One-click installer always breaks. Below if what I am running: Linux Mint 21.1 Nvidia 2080 TI Driver is the recommended one 535 installed from Mint repo using APT package manager Cuda toolkit is the 12-3 for the 535 driver I am running in venv environment. I installed the xformers==0.0.19 and ffmpeg manually before running the other requirements files. I even ran the update_linux.sh but it just calls the exisiting requirements files that have the conflicting versions.

I love the work being done, but I cannot use it as shown on videos from 4 months ago on youtube. The TTS project (https://github.com/coqui-ai/TTS) runs just fine on my rig, but this is CLI. I really want the webui to teach my students. Thank you

— Reply to this email directly, view it on GitHub https://github.com/rsxdalv/tts-generation-webui/issues/223, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTRXI6RGBTXBDRSGG37J7DYGYL33AVCNFSM6AAAAAA76DKSWOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAYTIOJSGM3DKMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

TacitTactics commented 10 months ago

No that was it for the manual installation. The webui loads with manual installation. The oneclick installer did not launch the browser. I just reformatted my box, because I was having others issue. Now the oneclick installer launches the browser window.

rsxdalv commented 10 months ago

Interesting. I might ask more questions once I get back to my workstation.

As for fairseq... Yes, basically everyone is trying to publish the next big project so many things never get resolved. I tried to ask about these version issues in their respective projects but didn't get far. What makes it worse is that some packages (I think fairseq as well) require a full build toolchain so often only a certain version can be used. However, the versions I chose do work, the old fairseq can use hydracore 1.1

On Wed, Nov 29, 2023, 2:06 AM TacitTactics @.***> wrote:

No that was it for the manual installation. The webui loads with manual installation. The oneclick installer did not launch the browser. I just reformatted my box, because I was having others issue. Now the oneclick installer launches the browser window.

— Reply to this email directly, view it on GitHub https://github.com/rsxdalv/tts-generation-webui/issues/223#issuecomment-1830408202, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTRXIY6ZHYJYZXWANMAWQDYGYR3BAVCNFSM6AAAAAA76DKSWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZQGQYDQMRQGI . You are receiving this because you commented.Message ID: @.***>

rsxdalv commented 6 months ago

As I understand things are working now, right? I will close this issue, please feel free to reopen if that's not the case.