NeuralCompanion

NeuralCompanion is an open-source, local-first AI companion project for people who like building, experimenting, and seeing how far personal AI can go on their own hardware. It brings together realtime voice chat, local LLMs, TTS/STT, image generation, interactive tutorials, API-friendly workflows, and a modular addon system into one desktop app designed to be flexible, hackable, …

A lot of major updates on Flux Real-Time pipeline

Hello! Just a week ago I have posted here announce of my real-time streaming pipeline based of Flux.2-Klein. Here is the original post. And first of all, thanks a lot for your support! In comment you have asked for many features to add. Thank for effort of github contributors, the community and me most of …

Its still nuts to me how realistic AI is getting, incredible i can run it on a RTX2060 and get these results. (Z-image-Turbo)

Every image is made with Z-Image-Turbo (See links for loras and prompts) A few of them were ran through z-image-base using the Z-IMAGE upscaling node template on ComfyUI, its very useful and makes images even more detailed and realistic. IMAGE 1: https://civitai.red/images/127883693 IMAGE 2: https://civitai.red/images/129512330 IMAGE 3: https://civitai.red/images/130096740 IMAGE 4: https://civitai.red/images/128214156 IMAGE 5: https://civitai.red/images/130072355 IMAGE …

Flux.2-Klein pipeline for real-time webcam stream processing in 30 FPS

I have built a pipeline based on the Flux.2-Klein-4B model that allows processing of a video stream with low latency (about 0.2 seconds) on a single RTX5090 GPU. It is free and open-source, you can try it locally: https://github.com/tensorforger/FluxRT Under the hood, it uses a custom spatial-aware KV-cache, so it only recomputes a small number …