Toolfolks
Toolfolks
I have added 9 PDF File components. Total pdf files is 138mb I changed this in the index.js file my local install C:\Users\User\node_modules\flowise\dist async config(socketIO) { // Limit is needed...
I had to lose the project as it would not save. I added the merged pdf file 138 mb to another project and it saved ok. So I presume the...
  
Same here.
In the other repo can I use my own created voices ?
This link worked. https://github.com/KoljaB/RealtimeTTS#cuda-installation Got it working. The engine takes about 75 to start. Code change. import torch from RealtimeTTS import TextToAudioStream, CoquiEngine def check_cuda(): if torch.cuda.is_available(): print("CUDA is available")...
Thanks for the info. I am struggling trying to save the audio file. ChatGPT, Gemini & Claude. Been going round in circles for hours. Any help appreciated .
Great. I didn't notice that......
I have used [xtts-finetune-webui](https://github.com/daswer123/xtts-finetune-webui) and created a reasonable sounding copy of the voice. I see in the run folder best_model.pth best_model_174.pth config.json How do I use this voice in RealtimeTTS...
Great got that working. While using xtts-finetune-webui ( I have posted on their issue page as well ) I have created an env (createvoice) The code shows the GPU (Nvidia)...