Vito Plantamura
Vito Plantamura
@romanovj very very interesting, thank you! One limitation of OnnxStream with respect to speed is that it is too malloc-intensive. @Fcucgvhhhvjv yes, the inference speed strongly depends on the number...
hi, The sampler is Euler Ancestral and by default OnnxStream uses all available CPU cores. OnnxStream, unlike other SD implementations, is optimized to reduce memory usage rather than focusing on...
hi, can you post the entire output of the command, with all the errors? Thanks, Vito
I didn't know about this project that uses OnnxStream! Really cute! Regarding the build error, it seems that you are compiling against the wrong version of XnnPack. Make sure to...
No problem :-) Instead of "git checkout" without parameters, you should type "git checkout 79dd4bd459185ca2224f4415df61cbc18926f9b6". Vito
It happens to me too with the RPI Zero 2 :-) Try rebooting and if it keeps happening, try increasing the swap space. Vito
just use "--rpi" :-) Vito
hi, could you try removing the slash at the end of XNNPACK_DIR? The xnnpack.h file should be located here: /home/rigin/XNNPACK/include/xnnpack.h Vito
The error is different now: it appears to find xnnpack.h. The same error as in this issue occurs now: https://github.com/vitoplantamura/OnnxStream/issues/82, starting from my comment suggesting to insert the "#include "...
It worked. Could you create a Pull Request? Or alternatively could you list me all the changes you've made, so I can update the code? Thank you, Vito