aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhentailord85ez <112723046+hentailord85ez@users.noreply.github.com>2022-11-04 23:01:58 +0000
committerGitHub <noreply@github.com>2022-11-04 23:01:58 +0000
commitc0f7dbda3361daaa3e315e747fe5bebb75ea55d0 (patch)
treeb529990a1647f62e9f7d573cbb165dd63e98eeb2
parent30b1bcc64e67ad50c5d3af3a6fe1bd1e9553f34e (diff)
downloadstable-diffusion-webui-gfx803-c0f7dbda3361daaa3e315e747fe5bebb75ea55d0.tar.gz
stable-diffusion-webui-gfx803-c0f7dbda3361daaa3e315e747fe5bebb75ea55d0.tar.bz2
stable-diffusion-webui-gfx803-c0f7dbda3361daaa3e315e747fe5bebb75ea55d0.zip
Update k-diffusion to release 0.0.10
-rw-r--r--launch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch.py b/launch.py
index 2a51f20e..5fa11560 100644
--- a/launch.py
+++ b/launch.py
@@ -142,7 +142,7 @@ def prepare_enviroment():
stable_diffusion_commit_hash = os.environ.get('STABLE_DIFFUSION_COMMIT_HASH', "69ae4b35e0a0f6ee1af8bb9a5d0016ccb27e36dc")
taming_transformers_commit_hash = os.environ.get('TAMING_TRANSFORMERS_COMMIT_HASH', "24268930bf1dce879235a7fddd0b2355b84d7ea6")
- k_diffusion_commit_hash = os.environ.get('K_DIFFUSION_COMMIT_HASH', "f4e99857772fc3a126ba886aadf795a332774878")
+ k_diffusion_commit_hash = os.environ.get('K_DIFFUSION_COMMIT_HASH', "60e5042ca0da89c14d1dd59d73883280f8fce991")
codeformer_commit_hash = os.environ.get('CODEFORMER_COMMIT_HASH', "c5b4593074ba6214284d6acd5f1719b6c5d739af")
blip_commit_hash = os.environ.get('BLIP_COMMIT_HASH', "48211a1594f1321b00f14c9f7a5b4813144b2fb9")