Spaces:
Paused
Paused
lllyasviel
commited on
Commit
·
30e0936
1
Parent(s):
7d8b0ea
launch.py
CHANGED
@@ -19,7 +19,7 @@ def prepare_environment():
|
|
19 |
xformers_package = os.environ.get('XFORMERS_PACKAGE', 'xformers==0.0.20')
|
20 |
|
21 |
comfy_repo = os.environ.get('COMFY_REPO', "https://github.com/lllyasviel/ComfyUI-Embedded.git")
|
22 |
-
comfy_commit_hash = os.environ.get('COMFY_COMMIT_HASH', "
|
23 |
|
24 |
commit = commit_hash()
|
25 |
tag = fooocus_tag
|
|
|
19 |
xformers_package = os.environ.get('XFORMERS_PACKAGE', 'xformers==0.0.20')
|
20 |
|
21 |
comfy_repo = os.environ.get('COMFY_REPO', "https://github.com/lllyasviel/ComfyUI-Embedded.git")
|
22 |
+
comfy_commit_hash = os.environ.get('COMFY_COMMIT_HASH', "9fc06f0827b08229956660c4bf7e1231f07aea0c")
|
23 |
|
24 |
commit = commit_hash()
|
25 |
tag = fooocus_tag
|