Projects
From training LoRA models to deploying full-stack AI applications.
realstagram.ai
Production SaaS for AI image generation. Full-stack Next.js app with Supabase auth, Stripe billing, Cloudflare R2 storage, and multiple AI generation endpoints deployed on RunPod serverless.
Custom LoRA Training Pipeline
End-to-end pipeline for training character and style LoRAs using ai-toolkit. Includes dataset preparation, training configuration, and deployment to ComfyUI workflows for production use.
ComfyUI Production Workflows
Advanced ComfyUI workflow designs for human image generation — including text-to-image, image-to-image, ControlNet conditioning, and upscaling pipelines. Deployed as serverless endpoints.
AI Instagram Account
Fully AI-generated Instagram account showcasing character generations from my custom LoRA models and ComfyUI workflows.
ComfyUI-Qwen3.5
Custom ComfyUI nodes for integrating Qwen 3.5 directly into ComfyUI workflows. Enables LLM-powered prompt generation and text processing within image generation pipelines.
Pinterest Scraper
Tool for scraping images from Pinterest — used for building LoRA training datasets and collecting reference images for AI generation workflows.
Model Deployment Infrastructure
Docker images and serverless deployment configs for running any open-source model on RunPod/Vast.ai. Includes cold start optimization, webhook handlers, and multi-endpoint architecture.
Bernstein Polynomials
University seminar work at FMF Ljubljana. Bernstein polynomials are a family of polynomials used to uniformly approximate any continuous function on a closed interval — the core proof behind the Weierstrass approximation theorem. They are also the mathematical foundation of Bézier curves, which power all modern vector graphics, SVG rendering, and font design.