KaruroChori
KaruroChori
It is my understanding that VFA are mostly the result of a motor and its driver as a pair, with little regard for the kinematic. Factors which are likely going...
I implemented this idea directly in a printer firmware I am working on. Hopefully this can be useful if anyone wants to pick it up for a slicer implementation. The...
I made some further evaluations about the delta kinematic. It seems like this feature could only be easily implemented for the z axis. Speed filtering for a delta kinematic would...
@freezah I would suggest you using 30 threads, not 32. It is better to keep a few available for other processes, based on your system load.
I tested both the 7b and the 30b on a xeon 2650Lv4 128GB of ram and a ryzen 5950x with 64GB of ram. Performance are comparable between the two platform...
My uname -a: ``` Linux [redacted] 5.15.0-40-generic #43-Ubuntu SMP Wed Jun 15 12:54:21 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux Linux [redacted] 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023...
I am encountering the same issue as shown in the original message with the latest comfyui version and the latest plugin version. In the past it worked, and that plugin...
It is my understanding that, while extensions can be statically linked if so desired, the general approach is for them to be dynamically linked at runtime by `sqlite3_load_extension` or the...
For most scenarios, I would expect extensions compiled for the same architecture to work, regardless of the flags set by any specific sqlite distribution. Obviously, this will not be the...
~Basically: https://github.com/cloudmeter/sqlite/blob/master/sqlite3ext.h should be stable enough. Last change was done 12 year ago and is not affected by flags (where it matters).~ LOL github was giving that random branch as...