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

Error installing update 2023-02-18 #123

Open
StallmanSlave opened this issue Feb 18, 2023 · 1 comment
Open

Error installing update 2023-02-18 #123

StallmanSlave opened this issue Feb 18, 2023 · 1 comment
Labels
question Further information is requested

Comments

@StallmanSlave
Copy link

Error installing update
Console outputs this.

Installing requirements for Web UI
Error running install.py for extension extensions\auto-sd-paint-ext.
Command: "D:\Torrents\StableDiffusion\Working directory\stable-diffusion-webui\venv\Scripts\python.exe" "extensions\auto-sd-paint-ext\install.py"
Error code: 1
stdout: <empty>
stderr: Traceback (most recent call last):
  File "D:\Torrents\StableDiffusion\Working directory\stable-diffusion-webui\extensions\auto-sd-paint-ext\install.py", line 4, in <module>
    from launch import commit_hash as get_commit_hash
ImportError: cannot import name 'commit_hash' from 'launch' (D:\Torrents\StableDiffusion\Working directory\stable-diffusion-webui\launch.py)

You can reproduce by hitting "check for updates" then "apply and restart UI" auto-sd-paint-ext in the extensions tab in automatic1111's webui, then rebooting in current day, current time. This instance is running windows 10 (probably not important mentioning / self explanatory)

@Interpause
Copy link
Owner

The launch module is supposed to be in scope for extensions during installation. So this would be a problem with webUI itself. Maybe try updating webUI?

@Interpause Interpause added the question Further information is requested label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants