Local AI photo stylizer for artistic transformations
Top 69.6% on sourcepulse
This project provides a self-hosted, private AI photo stylizer for users to transform images with various artistic styles, including Ghibli-inspired aesthetics. It targets users prioritizing privacy and local processing, offering a high-performance solution without cloud reliance.
How It Works
The application leverages a modern web UI built with a single-page application architecture, featuring custom style profiles, undo/redo functionality, and advanced controls. It utilizes the black-forest-labs/FLUX.1-Kontext-dev model augmented with DFloat11 quantization, which significantly reduces VRAM requirements by approximately 30% without compromising quality. This allows the full, lossless model to run on high-end consumer GPUs. The backend is a streamlined Flask server with an in-memory, thread-safe queue for asynchronous job processing, eliminating the need for external queueing systems like Redis or Celery.
Quick Start & Requirements
git clone https://github.com/TheAhmadOsman/4o-ghibli-at-home.git
cd 4o-ghibli-at-home
uv venv .venv --python 3.12
source .venv/bin/activate
uv sync
cp .env_template .env
python3.12 app.py
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
4 weeks ago
Inactive