mirror of
https://github.com/kodxana/madiator-docker-runpod.git
synced 2024-11-21 18:30:12 +01:00
fixed clone_recursive for comfyui
This commit is contained in:
parent
6a30c77e82
commit
63a67b2eb6
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ app_configs = {
|
||||||
'repo_url': 'https://github.com/comfyanonymous/ComfyUI.git',
|
'repo_url': 'https://github.com/comfyanonymous/ComfyUI.git',
|
||||||
'branch_name': '', # empty branch_name means default = 'master'
|
'branch_name': '', # empty branch_name means default = 'master'
|
||||||
'commit': '', # or commit hash (NYI)
|
'commit': '', # or commit hash (NYI)
|
||||||
'recursive': False,
|
'clone_recursive': False,
|
||||||
'refresh': False,
|
'refresh': False,
|
||||||
'custom_nodes': [ # following custom_nodes will be git cloned and installed with "pip install -r requirements.txt" (in Testing)
|
'custom_nodes': [ # following custom_nodes will be git cloned and installed with "pip install -r requirements.txt" (in Testing)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue