Wouter de Bie
Wouter de Bie
Closing this since there's no additional information..
I got an M3 yesterday and could FINALLY test this :) And I figured out what was wrong! On arm laptops, all cameras are "virtual", since they seem to run...
I'm a total noob when it comes to ComfyUI. What exactly do you want me to do? And how do I measure the startup time?
Gotcha! ``` 0.3 seconds: /Users/wouter.de.bie/prjs/others/c2/ComfyUI/custom_nodes/ComfyUI_VLM_nodes ```
Great! If things are slow on Windows, I could make the version conditional.
I just pushed a new version that differentiates between arm64 and x86_64. Hope this works!
I was thinking the same thing. The WeMo protocol isn't fully supported. Interestingly enough, I haven't found any other projects (like fauxmo) that have a full implementation of the protocol....
This happens with python 3.13. Kornia (a dependency of comfyui itself) doensn't work in 3.13 (yet). It's best to stick to python 3.12 for now.
Thanks for this! In my case option 2 is probably the best. How is this different from using `bindings_module` in the `extra_components`? (which doesn't seem to solve the problem) Another...
Regarding `bindings_module` I saw your comment in https://github.com/esp-rs/esp-idf-sys/issues/182. However, when doing this (`bindings_module = "esp_cam")`, I'm getting the following warning: ``` warning: `sigaction` redeclared with a different signature --> /Users/wouter.de.bie/prjs/wouter/esp32-cam-rs/target/xtensa-esp32-espidf/debug/build/esp-idf-sys-d65a20c05d8c81d5/out/bindings.rs:69163:9...