diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-05-31 15:46:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 15:46:15 +0000 |
commit | 0b0f60f9549f067791418c085ac2a306a147c8d3 (patch) | |
tree | fd1b3c1095d7b0fc5675e3feb4754a59e2cec044 /webui-user.sh | |
parent | 69f49a935a13d9e89af7404de1bef617dfaf9285 (diff) | |
parent | 5fcdaa6a7f19d083a6393cc0d2b933ff5080f5b3 (diff) | |
download | stable-diffusion-webui-gfx803-0b0f60f9549f067791418c085ac2a306a147c8d3.tar.gz stable-diffusion-webui-gfx803-0b0f60f9549f067791418c085ac2a306a147c8d3.tar.bz2 stable-diffusion-webui-gfx803-0b0f60f9549f067791418c085ac2a306a147c8d3.zip |
Merge pull request #10856 from akx/untamed
Remove taming_transformers dependency
Diffstat (limited to 'webui-user.sh')
-rw-r--r-- | webui-user.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webui-user.sh b/webui-user.sh index 49a426ff..70306c60 100644 --- a/webui-user.sh +++ b/webui-user.sh @@ -36,7 +36,6 @@ # Fixed git commits #export STABLE_DIFFUSION_COMMIT_HASH="" -#export TAMING_TRANSFORMERS_COMMIT_HASH="" #export CODEFORMER_COMMIT_HASH="" #export BLIP_COMMIT_HASH="" |