Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LivePortraitNode: list index out of range #16

Open
danieldilly opened this issue Jul 9, 2024 · 2 comments
Open

LivePortraitNode: list index out of range #16

danieldilly opened this issue Jul 9, 2024 · 2 comments

Comments

@danieldilly
Copy link

I'm trying to use the family portrait workflow. An error occurs during the LivePortraitNode's processing:

Error occurred when executing LivePortraitNode:

list index out of range

File "E:\AI\cui\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\AI\cui\ComfyUI\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\AI\cui\ComfyUI\execution.py", line 65, in map_node_over_list
results.append(getattr(obj, func)(**input_data_all))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\AI\cui\ComfyUI\custom_nodes\comfyui-liveportrait\nodes\live_portrait.py", line 388, in run
if driving_video[i]:

@danieldilly
Copy link
Author

Connecting the scenes_video from the Load Video and Segment node directly to the Live Portrait node appears to have fixed the issue.

@merecesarchviz
Copy link

merecesarchviz commented Jul 11, 2024

errrrr
I got the same error every time i generate something! how can we solve it?

http://prntscr.com/6aUtiKHUO_bU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants