aboutsummaryrefslogtreecommitdiffstats
path: root/launch.py
diff options
context:
space:
mode:
authorBruno Seoane <brunoseoaneamarillo@gmail.com>2022-10-24 11:37:37 +0000
committerBruno Seoane <brunoseoaneamarillo@gmail.com>2022-10-24 11:37:37 +0000
commit2267498a8cae303ae3badc4556c61c0e84cac6ec (patch)
tree74f292c85d1847433d340c3b4493d70b901f3a74 /launch.py
parent595dca85af9e26b5d76cd64659a5bdd9da4f2b89 (diff)
parent5587ab7ea8c78ef186592325ffc22bdfc1677bbc (diff)
downloadstable-diffusion-webui-gfx803-2267498a8cae303ae3badc4556c61c0e84cac6ec.tar.gz
stable-diffusion-webui-gfx803-2267498a8cae303ae3badc4556c61c0e84cac6ec.tar.bz2
stable-diffusion-webui-gfx803-2267498a8cae303ae3badc4556c61c0e84cac6ec.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'launch.py')
-rw-r--r--launch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch.py b/launch.py
index 333f308a..8affd410 100644
--- a/launch.py
+++ b/launch.py
@@ -111,7 +111,7 @@ def prepare_enviroment():
gfpgan_package = os.environ.get('GFPGAN_PACKAGE', "git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379")
clip_package = os.environ.get('CLIP_PACKAGE', "git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1")
- deepdanbooru_package = os.environ.get('DEEPDANBOORU_PACKAGE', "git+https://github.com/KichangKim/DeepDanbooru.git@edf73df4cdaeea2cf00e9ac08bd8a9026b7a7b26")
+ deepdanbooru_package = os.environ.get('DEEPDANBOORU_PACKAGE', "git+https://github.com/KichangKim/DeepDanbooru.git@d91a2963bf87c6a770d74894667e9ffa9f6de7ff")
xformers_windows_package = os.environ.get('XFORMERS_WINDOWS_PACKAGE', 'https://github.com/C43H66N12O12S2/stable-diffusion-webui/releases/download/f/xformers-0.0.14.dev0-cp310-cp310-win_amd64.whl')