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
On the logs?
Press connect, it might be already online and ready?
It kept giving me 502 error, the pod would not 0 out it kept flucuating between 5-13% during loading even after 15 minuets
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?
CPU
From Browser trying to access the pod via connect to HTTP service
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?
i think try to use ashleyk's template
rather than runpod's i think its unmaintained
not sure if it is
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
which do you press to get this?
Nothing it was in the contianer logs
I dont see the error there
Do you press the play button for the logs to continue streaming?
oh the 502 you were referring to one moment let me screen shot
yeah which button linked to that screenshot the page too
After clicking connect to HTTP service
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.
I dont see the button you pressed there too
This screen recording is not useful, need logs.
I have it set to this should I download the logs?
Yeah try that
I'll download it
alright
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
I do that inside Juypter lab workspace terminal? workspace/stable-diffusion-webui
How to do that via Juypter lab
I dont know, find your venv path and find the activation script execute it
/workspace
yes its possible
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.
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.
Ok I guess I will utilize the alternative template instead thank you so much for your assistance ❤️
yo just use the ashleyk's template i think its updated more frequently
I can recommend this one. It has latest A1111 and a few popular extensions pre-installed.
Thank you both! 🙌🏾 @nerdylive
np, or the sd webui with other apps
Yeah depends on preference, some people just want A1111, others want to train a model and check its performance etc