←back to thread

652 points toebee | 3 comments | | HN request time: 0.762s | source
Show context
Havoc ◴[] No.43756741[source]
Sounds really good & human! Got a fair bit of unexpected artifacts though. e.g. 3 seconds hissing noise before dialogue. And music in background when I added (happy) in an attempt to control tone. Also don't understand how to control the S1 and S2 speakers...is it just random based on temp?

> TODO Docker support

Got this adapted pretty easily. Just latest nvidia cuda container, throw python and modules on it and change server to serve on 0.0.0.0. Does mean it pulls the model every time on startup though which isn't ideal

replies(3): >>43756851 #>>43757435 #>>43757925 #
1. yjftsjthsd-h ◴[] No.43756851[source]
> Does mean it pulls the model every time on startup though which isn't ideal

Surely it just downloads to a directory that can be volume mapped?

replies(1): >>43756944 #
2. Havoc ◴[] No.43756944[source]
Yep. I just didn't spend the time to track down the location tbh. Plus huggingface usually does links to a cache folder that I don't recall the location of

Literally got cuda containers working earlier today so haven't spent a huge amount of time figuring things out

replies(1): >>43764861 #
3. genewitch ◴[] No.43764861[source]
Its in a dot folder in your home dir on Linux and in %appdata% on windows.