Robin Glauser


My Blog about Development, Design and my random thoughts.

How to Setup Flux AI Model Locally with Pinokio

If you want to try out the new Flux model locally and don’t want to waste hours trying to set up Python, Conda, PyTorch, etc., I’ve got just the thing for you! This guide will walk you through the Flux Pinokio setup, making local AI image generation a breeze. With https://pinokio.computer/, you can easily install Flux and other models without … Read More


What is the training loss in machine learning?

Training loss in machine learning is a measure of how well the model is able to fit the training data. It is calculated by comparing the model’s predictions with the actual values in the training set, and it is typically represented as a single number or a small set of numbers. The goal of training is to minimize the training … Read More


Using Python and Lobe to automate Among Us tasks

How many of the tasks in Among Us can I automate?
The answer can be found at the end of this post.