Wouter de Bie
Wouter de Bie
I still don't have a M1/M2, but I might get one in a few months or so. Once I do, I'll work on this.
Would you mind adding both your config and command line to this? There's no way to figure out what's going on with just a stack trace.
Hey all! Is there any traction on this? I'd love to see this functionality, since I can't do ipv6 directly from my udmpro.
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...
> No idea, as it is not me who wrote the components support originally, so now I need to read the code of it, just like you do. Understand :)...
@N3xed thanks for the context! I didn't realize that `extern "C"` functions can still clash, even though they are in separate modules, until I read https://doc.rust-lang.org/stable/nightly-rustc/rustc_lint/builtin/static.CLASHING_EXTERN_DECLARATIONS.html.
I'm getting this message too, but if I use the correct VAE things work as normal.
Seems this was fixed in https://github.com/comfyanonymous/ComfyUI/commit/93e876a3bed0cff640ba922f36786957ed68ef6e
Is there a reason this is pinned? Or would it be ok to require just `huggingface-hub`?