fixed clone_recursive for comfyui

This commit is contained in:
Madiator2011 2024-11-13 13:53:51 +01:00 committed by GitHub
parent 6a30c77e82
commit 63a67b2eb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ app_configs = {
'repo_url': 'https://github.com/comfyanonymous/ComfyUI.git',
'branch_name': '', # empty branch_name means default = 'master'
'commit': '', # or commit hash (NYI)
'recursive': False,
'clone_recursive': False,
'refresh': False,
'custom_nodes': [ # following custom_nodes will be git cloned and installed with "pip install -r requirements.txt" (in Testing)
{