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.

Next.jsTypeScriptSupabaseStripeRunPodComfyUICloudflare R2
realstagram.ai

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.

ai-toolkitLoRAFluxComfyUIPython
huggingface.co/diobrando0

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.

ComfyUIControlNetDockerRunPodVast.ai

AI Instagram Account

Fully AI-generated Instagram account showcasing character generations from my custom LoRA models and ComfyUI workflows.

ComfyUILoRAFluxStable Diffusion
@sunii11_miaww

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.

ComfyUIQwen 3.5PythonCustom Nodes
github.com/DanielBartolic/ComfyUI-Qwen3.5

Pinterest Scraper

Tool for scraping images from Pinterest — used for building LoRA training datasets and collecting reference images for AI generation workflows.

PythonScrapingDataset Preparation
github.com/DanielBartolic/pinterest-scraper

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.

DockerRunPodVast.aivLLMllama.cpp

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.

MathematicsApproximation TheoryBézier CurvesFMF Ljubljana