CPU_LOAD
MEM_ALLOC
AMAN.AI // AGENT_ONLINE

System AI initialized. Ask me about Aman's skills, projects, or resume.

>
AMAN_UDEWAL

CINEMATIC
GENERATOR

GENERATIVE AI STABLE DIFFUSION LORA

THE_OBJECTIVE

Standard text-to-image models struggle to maintain consistent lighting, specific camera angles, and high-fidelity cinematic styling across multiple generations. The objective was to build a tailored pipeline that specifically generates professional-grade, cinematic portraiture.

CORE_SYSTEM_LOGIC

Implemented Low-Rank Adaptation (LoRA) to fine-tune a Stable Diffusion base model. I curated a specific dataset of cinematic stills, tagged them with specialized lighting and composition metadata, and trained the model to understand complex prompt weights.

UX_EXECUTION

Wrapped the underlying PyTorch inference engine in a clean Gradio web interface. This allows users to easily input prompts, adjust CFG scales, and tweak sampling steps without needing to interact directly with the command-line interface.

TECH_ARSENAL

PYTHON / PYTORCH STABLE DIFFUSION GRADIO UI LORA TRAINING
ACCESS SOURCE CODE