diff options
author | brkirch <brkirch@users.noreply.github.com> | 2023-07-27 03:05:16 +0000 |
---|---|---|
committer | brkirch <brkirch@users.noreply.github.com> | 2023-08-14 10:26:36 +0000 |
commit | bc63339df3d489de9d1b10c936c87be32bd68790 (patch) | |
tree | 38a7d95541e002239856c83a84722c7586888a1e /modules | |
parent | 6bfd4dfecfd03bb74e157d2b81484276875cc0ad (diff) | |
download | stable-diffusion-webui-gfx803-bc63339df3d489de9d1b10c936c87be32bd68790.tar.gz stable-diffusion-webui-gfx803-bc63339df3d489de9d1b10c936c87be32bd68790.tar.bz2 stable-diffusion-webui-gfx803-bc63339df3d489de9d1b10c936c87be32bd68790.zip |
Update hash for SD XL Repo
Diffstat (limited to 'modules')
-rw-r--r-- | modules/launch_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launch_utils.py b/modules/launch_utils.py index 449a8755..444f16fa 100644 --- a/modules/launch_utils.py +++ b/modules/launch_utils.py @@ -321,7 +321,7 @@ def prepare_environment(): blip_repo = os.environ.get('BLIP_REPO', 'https://github.com/salesforce/BLIP.git')
stable_diffusion_commit_hash = os.environ.get('STABLE_DIFFUSION_COMMIT_HASH', "cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf")
- stable_diffusion_xl_commit_hash = os.environ.get('STABLE_DIFFUSION_XL_COMMIT_HASH', "5c10deee76adad0032b412294130090932317a87")
+ stable_diffusion_xl_commit_hash = os.environ.get('STABLE_DIFFUSION_XL_COMMIT_HASH', "45c443b316737a4ab6e40413d7794a7f5657c19f")
k_diffusion_commit_hash = os.environ.get('K_DIFFUSION_COMMIT_HASH', "ab527a9a6d347f364e3d185ba6d714e22d80cb3c")
codeformer_commit_hash = os.environ.get('CODEFORMER_COMMIT_HASH', "c5b4593074ba6214284d6acd5f1719b6c5d739af")
blip_commit_hash = os.environ.get('BLIP_COMMIT_HASH', "48211a1594f1321b00f14c9f7a5b4813144b2fb9")
|