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

Linux support? #20

Open
dungeun opened this issue Dec 9, 2023 · 3 comments
Open

Linux support? #20

dungeun opened this issue Dec 9, 2023 · 3 comments

Comments

@dungeun
Copy link

dungeun commented Dec 9, 2023

You're asking about Linux support because you need to use Linux due to your AMD GPU. You don't need the webcam functionality I created, but you want to enable real-time pose recognition similar to Blender or 3D pose.

@toyxyz
Copy link
Owner

toyxyz commented Dec 11, 2023

There are no plans to add Linux support at this point.

@dinucci
Copy link

dinucci commented Dec 29, 2023

requirements.txt

I modified requirements.txt to match Linux packages to install CaptureCam.

Unfortunately it doesn't work and I get the error message:
"the following node types were not found:
CaptureWebcam"

hopefully someone with more knowledge can help with this?

@carlitoselmago
Copy link

it does work on ubuntu, you need to instead of executing the setup.bat simply

pip install -r requirements.txt

on ComfyUI/custom_nodes/ComfyUI_toyxyz_test_nodes/CaptureCam/

but i get an error (even if it does work)

Error occurred when executing CaptureWebcam:

object of type 'NoneType' has no len()

File "/home/zorin/code/ComfyUI/execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/home/zorin/code/ComfyUI/execution.py", line 96, in get_output_data
output_is_list = [False] * len(results[0])

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