This commit is contained in:
parent
c051604808
commit
ba61cdcbb3
|
|
@ -19,7 +19,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/lllyasviel/ComfyUI-Embedded.git")
|
||||
comfy_commit_hash = os.environ.get('COMFY_COMMIT_HASH', "5ac96897e9782805cd5e8fe85bd98ad03eae2b6f")
|
||||
comfy_commit_hash = os.environ.get('COMFY_COMMIT_HASH', "026fa0ed3db9ab0681aaee06aba77234c2c5dfde")
|
||||
|
||||
commit = commit_hash()
|
||||
tag = fooocus_tag
|
||||
|
|
|
|||
Loading…
Reference in New Issue