stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[BUG] Unable to import the frontend module at startup webui.py

Open elter-tef opened this issue 3 years ago • 0 comments

I install the webui according to the guide with one difference. I have little space in the home directory, so I build in another partition. I use export HOME='other_directory' in order to create an conda environment in this partition. Everything is installed successfully, but when I run linux-setup.sh, I get the following error:

Traceback (most recent call last):
  File "~/stabl diffusion/stable diffusion/ultimate-stable-diffusion/scripts/webui.py", line 3, in <module>
    from frontend.frontend import draw_gradio_ui
ModuleNotFoundError: No module named 'frontend'
Relauncher: Process is ending. Relaunching in 0.5s...

elter-tef avatar Aug 30 '22 15:08 elter-tef