diff options
author | 不会画画的中医不是好程序员 <yfszzx@gmail.com> | 2022-10-24 06:09:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 06:09:27 +0000 |
commit | 68931242cf66ec34d2e911400b9c9b6defc602e0 (patch) | |
tree | d966eaf5a4acfd3f7eebebe5bf28f20b43168b94 /launch.py | |
parent | f132923d5f8f7a7e3b47b8a60b0ec7750d6d2fad (diff) | |
parent | e9a410b5357612f63528015c5533c2185dcff92e (diff) | |
download | stable-diffusion-webui-gfx803-68931242cf66ec34d2e911400b9c9b6defc602e0.tar.gz stable-diffusion-webui-gfx803-68931242cf66ec34d2e911400b9c9b6defc602e0.tar.bz2 stable-diffusion-webui-gfx803-68931242cf66ec34d2e911400b9c9b6defc602e0.zip |
Merge branch 'AUTOMATIC1111:master' into Inspiron
Diffstat (limited to 'launch.py')
-rw-r--r-- | launch.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')
|