auto-sd-paint-ext icon indicating copy to clipboard operation
auto-sd-paint-ext copied to clipboard

Error installing update 2023-02-18

Open StallmanSlave opened this issue 1 year ago • 1 comments

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)

StallmanSlave avatar Feb 18 '23 03:02 StallmanSlave

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 avatar Mar 05 '23 14:03 Interpause