[Bug]: Hydralit error returns
What happened?
I have an old hlky distro running on ldo. Wanted to try new streamlit ui, cloned into new separate folder. ran installer. installer ran until "you dont have models installed..." notice. Then crashed. Tried a couple more times. Got up to installing pip dependencies... eternal pip dependencies (5 hours before I finally closed it). Open again, get "missing module hydralit" error that's cropped up in issues previously. pip install hydralit. problem persists. pip install every single package referenced I can find in code, +requirements and dependencies (very time consuming). Still same error. WebUI.cmd sometimes just crashes at "you don't have models installed...." notice, too. Otherwise it spits out "module missing: hydralit" or goes to eternal "installing pip dependencies" if I delete z_version_env.temp
Been at this a week and starting to feel like I'm either banging my head against wall or missing something stupid.
Version
0.0.1 (Default)
What browsers are you seeing the problem on?
Firefox, Chrome, Microsoft Edge
Where are you running the webui?
Windows
Custom settings
none
Relevant log output
File "C:\Users\<user>\miniconda3\envs\ldm\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 556, in _run_script
exec(code, module.__dict__)
File "C:\Users\<user>\stable-diffusion-webui\scripts\webui_streamlit.py", line 23, in <module>
from sd_utils import *
File "C:\Users\<user>\stable-diffusion-webui\scripts\sd_utils.py", line 18, in <module>
import hydralit as st
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
further detail, I kept this install on ldm, in case anyone asks
same error