Checklist
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.
Checklist
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.