aboutsummaryrefslogtreecommitdiff
path: root/modules/launch_utils.py
diff options
context:
space:
mode:
authorcatboxanon <122327233+catboxanon@users.noreply.github.com>2023-08-13 07:57:29 -0400
committercatboxanon <122327233+catboxanon@users.noreply.github.com>2023-08-13 07:57:29 -0400
commit1ae9dacb4b036a6cb4b5fb9b9ff030962f43908e (patch)
treeaf6f7e4227aef1759a281fb34adfaf030911a840 /modules/launch_utils.py
parentda80d649fd6a6083be02aca5695367bd25abf0d5 (diff)
Add DPM-Solver++(3M) SDE
Diffstat (limited to 'modules/launch_utils.py')
-rw-r--r--modules/launch_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launch_utils.py b/modules/launch_utils.py
index 65eb684f..e30fbac8 100644
--- a/modules/launch_utils.py
+++ b/modules/launch_utils.py
@@ -319,7 +319,7 @@ def prepare_environment():
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")
- k_diffusion_commit_hash = os.environ.get('K_DIFFUSION_COMMIT_HASH', "c9fe758757e022f05ca5a53fa8fac28889e4f1cf")
+ 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")