Open novopowa opened 4 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)
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
"docker pull lowerquality/gentle:latest " is the command to pull the docker image. You did not put the tag 'latest'.
Models can't be downloaded.
Are they available on some other place?