This commit is contained in:
lllyasviel
2023-10-12 02:56:19 -07:00
committed by GitHub
parent 132afcc2a2
commit cac8af0928
2 changed files with 9 additions and 10 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ def get_empty_folder(path):
comfy_repo = "https://github.com/comfyanonymous/ComfyUI"
comfy_commit_hash = "8cc75c64ff7188ce72cd4ba595119586e425c09f"
comfy_commit_hash = None
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'))