CoderAtilla

Results 24 comments of CoderAtilla

can you please explain me how ? i dont know how to do. i am not a python expert.

ok thanks, what is better conda or venv ?

ok i got it to run with venv. but now i have the next problem. when i run it via a venv --system-site-packages, it wont use my gpu anymore. can...

sorry to bother you. maybe i found the problem, why roop and refacer dont works parralel. i think refacer developer have some backed in path to onnxruntim in his python...

> My refacer installation is based on much the same steps as for the roop install - is it all necessary? Not sure, but it already worked for roop and...

I have same problem: pip install TTS ... .... ... Compiling spacy/matcher/matcher.pyx because it changed. Compiling spacy/matcher/phrasematcher.pyx because it changed. Compiling spacy/matcher/dependencymatcher.pyx because it changed. Compiling spacy/symbols.pyx because it changed....

> I fixed the problem by fixing requirements tensorflow==4.44.2 and spacy[ja]==3.7.6 and running make install. ??? more details please

> Modify requirements.txt as below and run pip install. > > transformers==4.44.2 spacy[ja]==3.7.6 thank you it worked

> You can install [our fork](https://github.com/idiap/coqui-ai-TTS) instead with `pip install coqui-tts`, which should work fine. This repo is not maintained anymore. thank you that worked like a charm, what is...