stable-diffusion-k8s icon indicating copy to clipboard operation
stable-diffusion-k8s copied to clipboard

Init container failes

Open ozgia opened this issue 2 years ago • 4 comments

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 ?

ozgia avatar Jun 05 '23 09:06 ozgia

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.

TrojanCoder avatar Sep 17 '23 21:09 TrojanCoder

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.

shiipou avatar Jun 15 '24 12:06 shiipou