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
with the latest comfy update using python 3.13 you have to install audioop manually, to use the Bjornulf_custom_nodes again, since audioop has been removed in python version 3.13.
you can manually install it with:
pip install audioop-lts