You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PixtralLlamaVision\nodes.py", line 658, in plot_points
draw.circle((x, y), fill=color_map[label], outline=color_map[label], radius=size)
^^^^^^^^^^^
AttributeError: 'ImageDraw' object has no attribute 'circle'
I am using Molmo 7B to count people and point them (mostly you worflow example, except you updated and added the system promp input), the point coordinate is displayed, but after the Parse Points is processed, the Plot Point node shows errors.
The text was updated successfully, but these errors were encountered:
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PixtralLlamaVision\nodes.py", line 658, in plot_points
draw.circle((x, y), fill=color_map[label], outline=color_map[label], radius=size)
^^^^^^^^^^^
AttributeError: 'ImageDraw' object has no attribute 'circle'
I am using Molmo 7B to count people and point them (mostly you worflow example, except you updated and added the system promp input), the point coordinate is displayed, but after the Parse Points is processed, the Plot Point node shows errors.
The text was updated successfully, but these errors were encountered: