MrForExample/ComfyUI-AnimateAnyone-Evolved

'NoneType' object has no attribute 'encode_image' - ubuntu

djbritt opened this issue · 1 comments

Any idea what's wrong? I updated all my comfyui modules, and comfyui core. Still happening.

Error occurred when executing CLIPVisionEncode:

'NoneType' object has no attribute 'encode_image'

File "/home/admin/git/comfy-3.15.24/execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/home/admin/git/comfy-3.15.24/execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "/home/admin/git/comfy-3.15.24/execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "/home/admin/git/comfy-3.15.24/nodes.py", line 905, in encode
output = clip_vision.encode_image(image)

comfy-imageencodde-error

I had to download the correct pytorch_model.bin, as there are multiple's on huggingface. I didn't initially see it on the readme, but it's there.