Results 116 comments of tintwotin

I wanted it to go through the linked nodes, preferable starting with the one with only an output first and end with the one with only an input. So, the...

Got the returning of node texts working, so it'll work in screenplay format. The sorting is properly not working as good as it should. https://user-images.githubusercontent.com/1322593/234814889-fe0209b6-8931-4484-82de-c2ce70d5545a.mp4 BTW. if you add this...

If you can import and use the info section of the add-ons, you could make bundles with ex. all 2.80 compatible add-ons. That would be really useful imo. and save...

Is it the .ogg format it can't read?

If I change it to a wav file, it works but that wall of messages is still there.

Yes, it does work. Here is first Orson Wells and then Werner Herzog: https://github.com/collabora/WhisperSpeech/assets/1322593/d8071faa-244f-4a16-8031-059162b2b2c6

``` from whisperspeech.pipeline import Pipeline pipe = Pipeline(s2a_ref='collabora/whisperspeech:s2a-q4-small-en+pl.model') pipe.generate_to_file(filename, prompt, speaker="path to local wav file", lang='en', cps=14) ```

@daswer123 Excellent. Thank you very much for the deepspeed wheel. That makes it possible to install it on Windows. I noticed that you have been specifying the torch/vision/audio version too....

ConnectionResetError: [WinError 10054] An existing connection was forcibly terminated by a remote host: ![image](https://user-images.githubusercontent.com/1322593/226327991-818b4ab2-f197-470c-b530-fb2236a58676.png)