Skip to content

Commit 8ebd844

Browse files
authored
Merge branch 'AUTOMATIC1111:dev' into dev
2 parents 8544f3a + fd68e0c commit 8ebd844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/launch_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def prepare_environment():
388388
openclip_package = os.environ.get('OPENCLIP_PACKAGE', "https://github.com/mlfoundations/open_clip/archive/bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b.zip")
389389

390390
assets_repo = os.environ.get('ASSETS_REPO', "https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets.git")
391-
stable_diffusion_repo = os.environ.get('STABLE_DIFFUSION_REPO', "https://github.com/Stability-AI/stablediffusion.git")
391+
stable_diffusion_repo = os.environ.get('STABLE_DIFFUSION_REPO', "https://github.com/w-e-w/stablediffusion.git")
392392
stable_diffusion_xl_repo = os.environ.get('STABLE_DIFFUSION_XL_REPO', "https://github.com/Stability-AI/generative-models.git")
393393
k_diffusion_repo = os.environ.get('K_DIFFUSION_REPO', 'https://github.com/crowsonkb/k-diffusion.git')
394394
blip_repo = os.environ.get('BLIP_REPO', 'https://github.com/salesforce/BLIP.git')

0 commit comments

Comments
 (0)