Blog
Our prototype code is running. But did we cover all special cases and does it work with more than a handfull of data points?
I struggled a lot to bring Homeassistant to work. Here some of my failures and solutions.
The Amqtt_db relational persistance layer enables the Amqtt MQTT broker to effectively store MQTT data in typed DB columns.Amqtt_db can can utilize all DB-Systems supported by SQLAlchemy and the next release targets timescaleDB for really high performance applications.
Veil2 is a database security layer realized as Postgresql extension, written in C.
Waifu diffusion runs under ONNX. But ONNX refuses to run on the GPU
I am a hobby photographer. Over the last 20 years I did around 100k fotos, which are now sleeping on my storage array. Never will I be able to give each one a caption. I tried to give whole photo shots some keywords but this was only particular. I tried some Photo software which aim was be to make photography easier. It does not work. So I am here with 100k+ fotos and no software to help me. Can KI and GPU near limitless GPU power help me out?
After having my 60.000 photos captioned by the BLIB KI I looked at the captions.
Having captioned lots of images with BLIB, CLIP I was not happy. But I stumbled onto a GEM
I have captioned 60000 of my fotos by KI. Now I am looking for a search engine that delivers me a type ahead search experience for the fotos.
Setting the environment variable ONNX_MODE=cuda forced the ONNX to use cuda and return a error message.
ONNX was not available so I tried to convert the NN from ONNX to Pytroch with ONNX2pytorch