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

[ERROR] 'SonarBlendFilterNoise' node. #13

Open
Piscabo opened this issue Feb 13, 2025 · 3 comments
Open

[ERROR] 'SonarBlendFilterNoise' node. #13

Piscabo opened this issue Feb 13, 2025 · 3 comments

Comments

@Piscabo
Copy link

Piscabo commented Feb 13, 2025

Traceback (most recent call last):
File "E:\AI_Files\ComfyUI\server.py", line 591, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "E:\AI_Files\ComfyUI\server.py", line 558, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "E:\AI_Files\ComfyUI\custom_nodes\ComfyUI-sonar\py\external.py", line 116, in wrap_INPUT_TYPES
return orig_method(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\AI_Files\ComfyUI\custom_nodes\ComfyUI-sonar\py\nodes.py", line 2389, in INPUT_TYPES
restart.nodes,
^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'nodes'

[ERROR] An error occurred while retrieving information for the 'SonarBlendFilterNoise' node.
Traceback (most recent call last):
File "E:\AI_Files\ComfyUI\server.py", line 591, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "E:\AI_Files\ComfyUI\server.py", line 558, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "E:\AI_Files\ComfyUI\custom_nodes\ComfyUI-sonar\py\external.py", line 116, in wrap_INPUT_TYPES
return orig_method(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\AI_Files\ComfyUI\custom_nodes\ComfyUI-sonar\py\nodes.py", line 2227, in INPUT_TYPES
"ffilter": (tuple(bleh.py.latent_utils.FILTER_PRESETS.keys()),),
^^^^^^^
AttributeError: 'NoneType' object has no attribute 'py'

@klossm
Copy link

klossm commented Feb 16, 2025

same

@blepping
Copy link
Owner

@Piscabo @klossm

Many apologies for the inconvenience and slow response time! I've just pushed a fix. Can you two confirm it resolves your issue? (You still won't be able to use the nodes that specifically integrate with Restart or Bleh but everything else should work.)

@Relixco
Copy link

Relixco commented Feb 24, 2025

Had the same issue, fetching updates from the ComfyUI Manager menu didn’t retrieve the latest update. I had to go to Custom Nodes Manager > Sonar > Try Update, and now I can confirm the error is gone, at least for me. Thanks!

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

4 participants