Update launch.py (#459)
This commit is contained in:
parent
cdf642437c
commit
7e031b1b03
@ -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_repo = os.environ.get('COMFY_REPO', "https://github.com/lllyasviel/ComfyUI_2bc12d.git")
|
||||
comfy_commit_hash = os.environ.get('COMFY_COMMIT_HASH', "2bc12d3d22efb5c63ae3a7fc342bb2dd16b31735")
|
||||
|
||||
print(f"Python {sys.version}")
|
||||
|
Loading…
Reference in New Issue
Block a user