update dep, sampler (#217)

This commit is contained in:
lllyasviel
2023-08-19 14:35:25 -07:00
committed by GitHub
parent d2e7d940ce
commit 084f1dfb72
5 changed files with 16 additions and 11 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ def prepare_environment():
xformers_package = os.environ.get('XFORMERS_PACKAGE', 'xformers==0.0.20')
comfy_repo = os.environ.get('COMFY_REPO', "https://github.com/comfyanonymous/ComfyUI")
comfy_commit_hash = os.environ.get('COMFY_COMMIT_HASH', "2bc12d3d22efb5c63ae3a7fc342bb2dd16b31735")
comfy_commit_hash = os.environ.get('COMFY_COMMIT_HASH', "c9b562aed153cb35d4ce4126caf86995b0c63b12")
print(f"Python {sys.version}")
print(f"Fooocus version: {fooocus_version.version}")