KirkRock
KirkRock
RRunPod
Created by KirkRock on 3/19/2024 in #⛅|pods
Stable Diffusion Stopped Working After a Restart
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
5 replies