ImageUtils
Trusted by indie devs & AI artists worldwide

The Visual Intelligence Platform for AI Trainers & VN Developers

Extract characters, auto-tag sprites, detect lineart, and ship LoRA-ready datasets — all in your browser. Zero upload. Zero latency.

Tools

Why Choose ImageUtils?

Lightning Fast

Processed locally in your browser. No server uploads for most tools.

🔒

100% Secure

Your photos never leave your device. Privacy first design.

💎

High Quality

Professional grade algorithms for the best results.

Coming Soon

One-Click Dataset Preparation Agent

Upload a ZIP of raw game assets or manga scans. Our agentic pipeline automatically extracts characters, tags every sprite, filters truncated images, and packages a LoRA-ready dataset — all in a single job.

1

Upload ZIP

Drop a ZIP archive of raw sprites, game screenshots, or manga panels — any size, any mix of formats.

2

Agent Processes

The pipeline detects truncated images, clusters characters, extracts sprites, and auto-generates Danbooru tags in sequence.

3

Download Dataset

Receive a structured ZIP with images/ and tags/ folders — ready to drop into kohya-ss or EveryDream2.

Pipeline Architecture

POST /api/agent/prepare-dataset
  ├── 1. Unzip assets → temp workspace
  ├── 2. TruncatedImageDetector   → filter bad files
  ├── 3. TachieClusterer (ONNX)   → bounding boxes
  ├── 4. CharacterExtractor       → crop PNGs
  ├── 5. WD14 Tagger (ONNX)      → .txt sidecars
  └── 6. Package output.zip {images/, tags/}

Backend: FastAPI + Celery + Redis · Frontend polls SSE status endpoint