-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Every time I rebuild Comfyui, I have to struggle for hours with Bjornulf nodes. Most of the time, if I give up on the Manager installer of the node pack and just try the .git package it works. Now that has also stopped working. I am close to just giving up on this package altogether. All of these great tools that clearly took a long time to create are meaningless if we can't actually load them into Comfyui.
PLEASE FIX THIS. I'm guessing this error has something to do with it.
Traceback (most recent call last):
File "E:\ComfyUI Live\ComfyUI\nodes.py", line 2216, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in call_with_frames_removed
File "E:\ComfyUI Live\ComfyUI\custom_nodes\bjornulf_custom_nodes_init.py", line 2, in
from .ffmpeg_images_to_video import imagesToVideo
File "E:\ComfyUI Live\ComfyUI\custom_nodes\bjornulf_custom_nodes\ffmpeg_images_to_video.py", line 7, in
import soundfile as sf
ModuleNotFoundError: No module named 'soundfile'