Skip to content

[Bug]: Installation fails due to missing Git submodule https://github.com/Stability-AI/stablediffusion.git #17227

Description

@nellappli-nell

Checklist

  • The issue exists after disabling all extensions
  • The issue exists on a clean installation of webui
  • The issue is caused by an extension, but I believe it is caused by a bug in the webui
  • The issue exists in the current version of the webui
  • The issue has not been reported before recently
  • The issue has been reported before but has not been fixed yet

What happened?

Installation fails immediately because the launcher tries to clone a GitHub repository that no longer exists (https://github.com/Stability-AI/stablediffusion.git). This causes a fatal Git error and prevents the WebUI from starting, even with a correct Python setup or when using the release ZIP. This blocks new users from installing the software.

Steps to reproduce the problem

Download the latest official release ZIP of stable-diffusion-webui from the AUTOMATIC1111 GitHub.
Extract the ZIP on Windows.
Run webui-user.bat.
During startup, the launcher attempts to clone https://github.com/Stability-AI/stablediffusion.git.
The repository does not exist, causing a Git error (Error 128).
The WebUI stops and does not launch.

What should have happened?

The WebUI should launch successfully without Git errors, complete setup automatically, and open the user interface in the browser.

What browsers do you use to access the UI ?

Mozilla Firefox

Sysinfo

Sysinfo unavailable:
WebUI cannot be started due to a fatal Git clone error during initial launch (Stability-AI/stablediffusion.git repository not found). The installation folder was removed after repeated failed attempts, so a sysinfo file could not be generated.

Console logs

Console logs unavailable:
The WebUI fails during initial startup before the interface or logging system initializes. The process stops with a fatal Git error while attempting to clone https://github.com/Stability-AI/stablediffusion.git (repository not found). Because the UI never successfully starts and the installation folder was removed after repeated failures, full console logs cannot be provided.

Additional information

This issue occurs on a clean setup following the official installation instructions, with no local modifications. The failure happens consistently on first launch and appears to be caused by a hard-coded reference to a deleted GitHub repository, not by environment configuration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug-reportReport of a bug, yet to be confirmed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions