toyxyz / ComfyUI_toyxyz_test_nodes

Custom node and script for sending webcam to ComfyUI
GNU General Public License v3.0
521 stars 36 forks source link

Linux support? #20

Open dungeun opened 11 months ago

dungeun commented 11 months ago

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 commented 11 months ago

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

dinucci commented 11 months ago

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 commented 8 months ago

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])