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

Doesn't load on a headless server #15

Open
Trojaner opened this issue Dec 31, 2024 · 0 comments
Open

Doesn't load on a headless server #15

Trojaner opened this issue Dec 31, 2024 · 0 comments

Comments

@Trojaner
Copy link

I'm trying to run your extension on a headless server. Since it's a headless server, there is no audio input or output device.
Is there any way to still use it?

Logs:

add ffmpeg to path
xcb_connection_has_error() returned true
Traceback (most recent call last):
  File "/home/ml/ComfyUI/nodes.py", line 2092, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/ml/ComfyUI/custom_nodes/ComfyUI_Jags_Audiotools/__init__.py", line 23, in <module>
    from .SampleDiffusion import *
  File "/home/ml/ComfyUI/custom_nodes/ComfyUI_Jags_Audiotools/SampleDiffusion.py", line 145, in <module>
    mixer.init()
pygame.error: Could not setup connection to PulseAudio

Cannot import /home/ml/ComfyUI/custom_nodes/ComfyUI_Jags_Audiotools module for custom nodes: Could not setup connection to PulseAudio
@Trojaner Trojaner reopened this Dec 31, 2024
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

1 participant