This commit is contained in:
lllyasviel
2023-10-10 19:21:58 -07:00
committed by GitHub
parent 34a05f021e
commit 777510dc9b
5 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ def get_empty_folder(path):
comfy_repo = "https://github.com/comfyanonymous/ComfyUI"
comfy_commit_hash = "be903eb2e2921f03a3a03dc9d6b0c6437ae201f5"
comfy_commit_hash = "5e885bd9c822a3cc7d50d75a40958265f497cd03"
comfy_temp_path = get_empty_folder(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'backend', 'comfy_temp'))
comfy_core_path = get_empty_folder(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'backend', 'headless'))