Container Log From Saved Storage stuck on loading loop

I have saved Stable Diffusion storage Using the EU-SE-1 Server and cannot get it to complete loading after multiple attempts of waiting 15 minuets for it to load with the A40/RTX6000/RTX5000. I have tried deplying via 'Deploy GPU Pod' and from 'Storage.' How can I check to see where the issue is in Juypter labs or via terminal? Do I need to remove arguments or add any?
34 Replies
nerdylive
nerdylive2mo ago
On the logs? Press connect, it might be already online and ready?
anon_0000000
anon_00000002mo ago
It kept giving me 502 error, the pod would not 0 out it kept flucuating between 5-13% during loading even after 15 minuets
nerdylive
nerdylive2mo ago
Where does 502 error comes from? from your browser trying to access the pod or on ssh? or inside the pod? Pod being 0? what number are you referring to?
anon_0000000
anon_00000002mo ago
CPU From Browser trying to access the pod via connect to HTTP service
nerdylive
nerdylive2mo ago
Oh yeah i think thats kind of normal i think the service is not up, or ready maybe the port isnt open there or not listening What template are you using?
anon_0000000
anon_00000002mo ago
nerdylive
nerdylive2mo ago
i think try to use ashleyk's template rather than runpod's i think its unmaintained not sure if it is
anon_0000000
anon_00000002mo ago
It keeps looping the loading process do any of the command lines have anything to do with it? Launching Web UI with arguments: -f --port 3000 --xformers --skip-install --listen --enable-insecure-extension-access
nerdylive
nerdylive2mo ago
which do you press to get this?
anon_0000000
anon_00000002mo ago
Nothing it was in the contianer logs
nerdylive
nerdylive2mo ago
I dont see the error there
digigoblin
digigoblin2mo ago
Do you press the play button for the logs to continue streaming?
anon_0000000
anon_00000002mo ago
oh the 502 you were referring to one moment let me screen shot
nerdylive
nerdylive2mo ago
yeah which button linked to that screenshot the page too
anon_0000000
anon_00000002mo ago
After clicking connect to HTTP service
digigoblin
digigoblin2mo ago
502 implies some error in starting the web ui, but you would need full logs for that, the logs in the screenshot are incomplete so you probably need to click the play button.
nerdylive
nerdylive2mo ago
I dont see the button you pressed there too
digigoblin
digigoblin2mo ago
This screen recording is not useful, need logs.
anon_0000000
anon_00000002mo ago
I have it set to this should I download the logs?
digigoblin
digigoblin2mo ago
Yeah try that
anon_0000000
anon_00000002mo ago
I'll download it
nerdylive
nerdylive2mo ago
alright
anon_0000000
anon_00000002mo ago
nerdylive
nerdylive2mo ago
there is the error wew wild So its because a missing library called ModuleNotFoundError: No module named 'dlib' use pip install dlib if you wish to Or dont forget to activate venv before installing AssertionError: /workspace/stable-diffusion-webui/models/Lora/*.safetensors is not a safetensors file Also missing models
anon_0000000
anon_00000002mo ago
I do that inside Juypter lab workspace terminal? workspace/stable-diffusion-webui How to do that via Juypter lab
nerdylive
nerdylive2mo ago
I dont know, find your venv path and find the activation script execute it /workspace yes its possible
anon_0000000
anon_00000002mo ago
I think I'll just delete it and make a new pod 😓 I didn't have issues with making a completly new pod, just wanted to see if this one was salvagable. Somehow they get messed up every 🙄 time.
digigoblin
digigoblin2mo ago
If you installed an extension, it most likely broke it Also RunPod's template is running an extremely outdated of A1111 so the latest extensions are most likely not compatible with it anymore. There are plenty community templates like @nerdylive said. Some of the community ones are more actively maintained.
anon_0000000
anon_00000002mo ago
Ok I guess I will utilize the alternative template instead thank you so much for your assistance ❤️
nerdylive
nerdylive2mo ago
yo just use the ashleyk's template i think its updated more frequently
digigoblin
digigoblin2mo ago
I can recommend this one. It has latest A1111 and a few popular extensions pre-installed.
anon_0000000
anon_00000002mo ago
Thank you both! 🙌🏾 @nerdylive
nerdylive
nerdylive2mo ago
np, or the sd webui with other apps
digigoblin
digigoblin2mo ago
Yeah depends on preference, some people just want A1111, others want to train a model and check its performance etc