filliptm / ComfyUI_Fill-Nodes

284 stars 20 forks source link

Do these nodes not work on mac? #18

Open alexczet opened 3 months ago

alexczet commented 3 months ago

Just tried adding the FL nodes to my mac installation of Comfy, and they won't show up, despite a full restart. Is there currently a limitation on Mac?

filliptm commented 3 months ago

are you getting in an error in the log trying to load them? if yes send me the message

alexczet commented 3 months ago

Yeah so here are the errors I get

File "/Users/a----/ComfyUI/custom_nodes/ComfyUI_Fill-Nodes/__init__.py", line 20, in <module>
    from .nodes.fl_shader import FL_Shadertoy
  File "/Users/a----/ComfyUI/custom_nodes/ComfyUI_Fill-Nodes/nodes/fl_shader.py", line 174, in <module>
    class FL_Shadertoy:
  File "/Users/a----/ComfyUI/custom_nodes/ComfyUI_Fill-Nodes/nodes/fl_shader.py", line 193, in FL_Shadertoy
    channel_0: torch.Tensor | None = None, channel_1: torch.Tensor | None = None,
TypeError: unsupported operand type(s) for |: 'torch._C._TensorMeta' and 'NoneType'

In the end it gives me an "import failed" for Fill Nodes

filliptm commented 2 months ago

i havnt tried these on mac, so i apologize