see if pygit2 is fixed by changing a commit (#538)

This commit is contained in:
lllyasviel 2023-10-04 13:21:30 -07:00 committed by GitHub
parent 4c0a16d9bc
commit 046c93c0f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
version = '2.0.86'
version = '2.0.87'

View File

@ -22,7 +22,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', "2ef459b1d4d627929c84d11e5e0cbe3ded9c9f48")
comfy_commit_hash = os.environ.get('COMFY_COMMIT_HASH', "9bfec2bdbf0b0d778087a9b32f79e57e2d15b913")
print(f"Python {sys.version}")
print(f"Fooocus version: {fooocus_version.version}")