From 63a67b2eb6b197a907101e3bed4df0564a38a6a0 Mon Sep 17 00:00:00 2001 From: Madiator2011 Date: Wed, 13 Nov 2024 13:53:51 +0100 Subject: [PATCH] fixed clone_recursive for comfyui --- official-templates/better-ai-launcher/app/utils/app_configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official-templates/better-ai-launcher/app/utils/app_configs.py b/official-templates/better-ai-launcher/app/utils/app_configs.py index 0b2e19e..56963ec 100644 --- a/official-templates/better-ai-launcher/app/utils/app_configs.py +++ b/official-templates/better-ai-launcher/app/utils/app_configs.py @@ -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) {