Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Problems with the launch "(Updated 8/29) Alternate Prepack Installer" #605

Closed
1 task done
sashaok123 opened this issue Sep 4, 2022 · 2 comments
Closed
1 task done
Labels
bug Something isn't working

Comments

@sashaok123
Copy link

sashaok123 commented Sep 4, 2022

What happened?

"(Updated 8/29) Alternate Prepack Installer"
An error occurs at startup "Start (Full Speed/Low Memory)" and a cyclical restart occurs.

2022-09-04_06-35-00

Version

0.0.1 (Default)

What browsers are you seeing the problem on?

Chrome

Where are you running the webui?

Windows

Custom settings

No response

Relevant log output

Traceback (most recent call last):
  File "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...
Relauncher: Launching...
        Relaunch count: 1141
Traceback (most recent call last):
  File "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...
Relauncher: Launching...

Code of Conduct

  • I agree to follow this project's Code of Conduct
@sashaok123 sashaok123 added the bug Something isn't working label Sep 4, 2022
@Chadius
Copy link

Chadius commented Sep 10, 2022

I uninstalled miniconda and reinstalled, selecting the "Add miniconda to path" option (the one that the installer says isn't recommended.)

The problem now is that script/webui.py's path does not have miniconda's environment on its path, so it doesn't see the frontend folder. The anaconda environment.yaml script needs to add this to the path OR the instructions should be updated to check the "Add miniconda to path" option

I'm not an anaconda expert, so hopefully the devs can tackle this.

@iFrostizz
Copy link

I uninstalled miniconda and reinstalled, selecting the "Add miniconda to path" option (the one that the installer says isn't recommended.)

The problem now is that script/webui.py's path does not have miniconda's environment on its path, so it doesn't see the frontend folder. The anaconda environment.yaml script needs to add this to the path OR the instructions should be updated to check the "Add miniconda to path" option

I'm not an anaconda expert, so hopefully the devs can tackle this.

This didn't do the trick :/

prsyahmi added a commit to prsyahmi/stable-diffusion-webui that referenced this issue Sep 13, 2022
- Allow reading environment.yaml file in either LF or CRLF
- Only update environment if environment.yaml changes
- Remove custom_conda_path to discourage changing source file
- Fix unable to launch webui due to frontend module missing (Sygil-Dev#605)
prsyahmi added a commit to prsyahmi/stable-diffusion-webui that referenced this issue Sep 13, 2022
- Allow reading environment.yaml file in either LF or CRLF
- Only update environment if environment.yaml changes
- Remove custom_conda_path to discourage changing source file
- Fix unable to launch webui due to frontend module missing (Sygil-Dev#605)
codedealer pushed a commit that referenced this issue Sep 13, 2022
- Allow reading environment.yaml file in either LF or CRLF
- Only update environment if environment.yaml changes
- Remove custom_conda_path to discourage changing source file
- Fix unable to launch webui due to frontend module missing (#605)
@hlky hlky closed this as completed in a797312 Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants