You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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?
Error installing update
Console outputs this.
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)
The text was updated successfully, but these errors were encountered: