-
-
Notifications
You must be signed in to change notification settings - Fork 490
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Package
Stable Diffusion WebUI reForge
When did the issue occur?
Installing the Package
What GPU / hardware type are you using?
NVIDIA GeForce RTX 4070 Ti SUPER
What happened?
I wanted to install a second reForge to test extensions without risking bricking my working installation. It doesn't work, as Stability-AI/stablediffusion.git/ 404s. I had to provide Git credentials, too.
Console output
Python 3.10.18 (main, Jul 23 2025, 00:29:36) [MSC v.1944 64 bit (AMD64)]
Version: f1.0.0v2-v1.10.1RC-latest-2484-g18e8699a
Commit hash: 18e8699a420ffd1d3cfed5f6a52c4ebd15e9ddad
Cloning Stable Diffusion into G:\AI\StabilityMatrix Portable\Data\Packages\Stable Diffusion WebUI reForge AREA51\repositories\stable-diffusion-stability-ai...
Cloning into 'G:\AI\StabilityMatrix Portable\Data\Packages\Stable Diffusion WebUI reForge AREA51\repositories\stable-diffusion-stability-ai'...
remote: Repository not found.
fatal: repository 'https://github.com/Stability-AI/stablediffusion.git/' not found
Traceback (most recent call last):
File "G:\AI\StabilityMatrix Portable\Data\Packages\Stable Diffusion WebUI reForge AREA51\launch.py", line 51, in <module>
main()
File "G:\AI\StabilityMatrix Portable\Data\Packages\Stable Diffusion WebUI reForge AREA51\launch.py", line 39, in main
prepare_environment()
File "G:\AI\StabilityMatrix Portable\Data\Packages\Stable Diffusion WebUI reForge AREA51\modules\launch_utils.py", line 471, in prepare_environment
git_clone(stable_diffusion_repo, repo_dir('stable-diffusion-stability-ai'), "Stable Diffusion", stable_diffusion_commit_hash)
File "G:\AI\StabilityMatrix Portable\Data\Packages\Stable Diffusion WebUI reForge AREA51\modules\launch_utils.py", line 195, in git_clone
run(f'"{git}" clone --config core.filemode=false "{url}" "{dir}"', f"Cloning {name} into {dir}...", f"Couldn't clone {name}", live=True)
File "G:\AI\StabilityMatrix Portable\Data\Packages\Stable Diffusion WebUI reForge AREA51\modules\launch_utils.py", line 119, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't clone Stable Diffusion.
Command: "G:\AI\StabilityMatrix Portable\Data\PortableGit\bin\git.exe" clone --config core.filemode=false "https://github.com/Stability-AI/stablediffusion.git" "G:\AI\StabilityMatrix Portable\Data\Packages\Stable Diffusion WebUI reForge AREA51\repositories\stable-diffusion-stability-ai"
Error code: 128
Version
v2.15.4
What Operating System are you using?
Windows
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working