lowerquality / gentle

gentle forced aligner
https://lowerquality.com/gentle/
MIT License
1.45k stars 295 forks source link

lowerquality.com website doesn't work #336

Open novopowa opened 4 months ago

novopowa commented 4 months ago

Models can't be downloaded.

Are they available on some other place?

AchamaJames commented 3 months ago

Hi, found a work around . Pulled the docker image using docker pull lowerquality/gentle
and copied the contents of gentle/exp .It has the required models . Command used to copy after starting the container: docker cp (containerid) :/gentle/exp (local directory)

NocturnalDanger commented 2 months ago

I'm not using docker. I have a container on a ProxMox node. I did installer docker and tried docker pull lowerquality/gentle but I got an error: Using default tag: latest Error response from daemon: Get "https://registry-1.docker.io/v2/lowerquality/gentle/manifests/sha256:fd2994d3546caeae0c64f084f54c0fd1b351acf3f87e10999ba334772bb15bac": dial tcp [2600:1f18:2148:bc00:41e1:f57f:e2e2:5e54]:443: connect: network is unreachable

AchamaJames commented 2 months ago

"docker pull lowerquality/gentle:latest " is the command to pull the docker image. You did not put the tag 'latest'.

https://hub.docker.com/r/lowerquality/gentle/tags