From de6c0968681c7a8b2df93d7c740fd494a265aa49 Mon Sep 17 00:00:00 2001 From: shadowcz007 Date: Thu, 4 Jul 2024 16:14:57 +0800 Subject: [PATCH] fixbug --- nodes/live_portrait.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/live_portrait.py b/nodes/live_portrait.py index aa63966..ddb8c1c 100644 --- a/nodes/live_portrait.py +++ b/nodes/live_portrait.py @@ -184,7 +184,7 @@ def INPUT_TYPES(s): CATEGORY = "♾️Mixlab/Video" INPUT_IS_LIST = False - OUTPUT_IS_LIST = (False,) #list 列表 [1,2,3] + OUTPUT_IS_LIST = (False,False,) #list 列表 [1,2,3] def run(self,source_image,driving_video):