benediktkr / glados-tts

A GLaDOS TTS, using Forward Tacotron and HiFiGAN. Inference is fast and stable, even on the CPU. A low quality vocoder model is included for mobile use. Rudimentary TTS script included. Works perfectly on Linux, partially on Maybe someone smarter than me can make a GUI.
https://git.sudo.is/ben/glados-tts
MIT License
5 stars 1 forks source link

Pip Package #1

Open imdbere opened 1 year ago

imdbere commented 1 year ago

Hey, nice work on this project, are there any plans to release this as a pip package so its a bit easier to install from other repositories ?

benediktkr commented 10 months ago

Hey and sorry about the somewhat late reply.

Yeah that was the plan ultimately, but I haven’t worked on this for a while.

I don’t seem to have made a pip package yet, but there’s a docker image in my container registry: https://git.sudo.is/ben/-/packages/container/glados-tts

Since the project uses poetry it’s easy to create and upload a pip package, but i generally don’t want to upload to PyPI unless i’m actively maintaining a project.

Hopefully i’ll get around to it soon, but then plan is to convert to hatch (instead of poetry) and then i’ll upload to PyPI — would also need to decide on a name for the package before uploading to PyPI as i believe that glados-tts is already taken (and i don’t think that my slight modifications to the project are “deserving” of occupying that name).