shiimizu / ComfyUI_smZNodes

Custom nodes for ComfyUI such as CLIP Text Encode++
GNU General Public License v3.0
190 stars 14 forks source link

tuple index out of range #29

Closed Lokrer closed 9 months ago

Lokrer commented 9 months ago

First, thanks for providing a node which promises to do exactly what I was looking for!!

I get the following error:

Error occurred when executing smZ CLIPTextEncode:

tuple index out of range

File "/Users/lucasadrian/ComfyUI/execution.py", line 153, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...

It then continues on like that.

Running Comfy on a M1 Mac.

Any ideas on how I can fix this?

shiimizu commented 9 months ago

Can you post the full stack trace and provide a workflow?

Lokrer commented 9 months ago

A bit embarrassing, but updating ComfyUI solved it. Sorry that I hadn't though of that before posting, I just got startet with Comfy. Thanks for your quick help!