stable-diffusion-k8s
stable-diffusion-k8s copied to clipboard
Init container failes
During the initialization process, im getting the following errors:
model.ckpt 100% |********************************| 4067M 0:00:00 ETA
'/models/model.ckpt' saved
Connecting to github.com (140.82.114.4:443)
wget: note: TLS certificate validation not implemented
Connecting to objects.githubusercontent.com (185.199.109.133:443)
wget: can't open '/models/GFPGANv1.3.pth': File exists
Connecting to github.com (140.82.114.4:443)
wget: note: TLS certificate validation not implemented
Connecting to objects.githubusercontent.com (185.199.109.133:443)
wget: can't open '/models/RealESRGAN_x4plus.pth': File exists
Connecting to github.com (140.82.114.4:443)
wget: note: TLS certificate validation not implemented
Connecting to objects.githubusercontent.com (185.199.109.133:443)
wget: can't open '/models/RealESRGAN_x4plus_anime_6B.pth': File exists
Any idea why ?
This happened to me when restarting after the pod failed for another reason. I deleted everything in the persistent volume manually then restarted the stateful set and it was able to start the main container.
I got a similar error :
Connecting to www.googleapis.com (142.250.201.170:443)
wget: note: TLS certificate validation not implemented
wget: server returned error: HTTP/1.1 401 Unauthorized
Connecting to github.com (140.82.121.4:443)
wget: note: TLS certificate validation not implemented
wget: TLS error from peer (alert code 80): 80
wget: error getting response: Connection reset by peer
Connecting to github.com (140.82.121.4:443)
wget: note: TLS certificate validation not implemented
wget: TLS error from peer (alert code 80): 80
wget: error getting response: Connection reset by peer
Connecting to github.com (140.82.121.4:443)
wget: note: TLS certificate validation not implemented
wget: TLS error from peer (alert code 80): 80
wget: error getting response: Connection reset by peer
But nothing related with storage.
I tried to delete the volume and everything, then restarting the deployment but that didn't help.