Today, I will take a deeper look at the Draw Things Web API. I couldn’t find documentation for it, but some people have already shared messages, so I haven’t had to check…
Draw Things and Flux.1
Improved Performance with Draw Things and Flux I’ve recently had the chance to explore the capabilities of Draw Things, a versatile drawing software that boasts an impressive range of features, including support…
New toys tested – Whisper and Flux
I have briefly tested Whisper locally, basically following the instructions: https://github.com/openai/whisper, I’m very satisfied with results and speed, but not sure where I can use it yet. Flux is a very hot…
Ollama Tools support
The latest updates to the Ollama 0.3.0 and Llama 3.1 platforms have brought forth a significant enhancement – the ability to utilize external tools within their frameworks. It has already been implemented…
ComfyUI Two Indispensable Plugins for Optimal Productivity
In this short article, I will be highlighting two essential plugins for ComfyUI that have proven to be indispensable in my image generation workflow with AI. These plugins not only streamline the…
ComfyUI – intro
Today, I spent some time exploring ComfyUI, beginning with a tutorial series available at https://www.youtube.com/playlist?list=PLXS4AwfYDUi5wW_Uo2nj90guu-_hUl96x. I added a Manager for missing nodes from the dropped-in images, a feature that is particularly beneficial…
StableDiffusion – intro
My beginnings with Stable Diffusion in Python made me to test different models. I test models from HuggingFace, and recently from Civitai. Models are pretrained or in form of LORAs, the last…
Experience the Power of Parallel Concurrency and Multiple Model Support in Ollama 0.2: A Leap Forward for AI Efficiency
The latest version of Ollama, version 0.2, has been released! This update brings a significant enhancement to the platform – concurrency is now enabled by default. Unveiling Two Major Features: Parallel Requests…
Testing the Polish Language Model Bielik: A Detailed Examination
In my recent work, I had the opportunity to test a Polish language model known as Bielik. This model, developed specifically for processing the Polish language, promises significant advancements in natural language…
Recommended reading – 2023-11-24
Virtual Threads in Spring Boot “Virtual Threads in Spring Boot are lightweight and that are managed by the Java Virtual Machine rather than the operating system. Virtual threads aim to simplify concurrent…