#Stable Diffusion Stopped Working After a Restart

4 messages · Page 1 of 1 (latest)

digital smelt
#

Stable Diffusion was running fine until it stopped (unfortunately I get no notification to put funds back on the account). But after restarting it there was an odd error. I made no changes that I know of. I am a noob and I didn't even set this up. How do I find help in getting this back up and running?

bold sparrowBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

foggy oasis
#

Really hard to try and help when you block out so much of the information.

digital smelt
# foggy oasis Really hard to try and help when you block out so much of the information.

I was unsure what was sensitive and what wasn't so I asked AI what needed to be removed and that was the result. =[ I don't really know what I'm doing, I just need help. What part is necessary to see to know what's wrong? This error came after I hit Run on the "Start - Stable Diffusion" section in Jupyter:

NameError Traceback (most recent call last)
Cell In[2], line 8
3 Password= ""
5 # Add credentials to your Gradio interface (optional).
6
7 #-----------------
----> 8 configf=sd(User, Password, model) if 'model' in locals() else sd(User, Password, "");import gradio;gradio.close_all()
9 get_ipython().system('python /workspace/sd/stable-diffusion-webui/webui.py $configf')

NameError: name 'sd' is not defined