Skip to content

1.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 12:37
· 49 commits to main since this release

Latent Tools v1.0.0 — First Full Release with Unified Latent Design System

🚀 Highlights & Features

  • Unified Latent Design System Rework: Upgraded visual UI to match the official Latent Design System (#0A0A0D near-black graphite canvas, desaturated Latent Cyan #4FD8D0 and Latent Violet #9B7EF5 accents, signature brand gradient, Inter typography, and JetBrains Mono telemetry).
  • Single-Round-Trip /process Endpoint: ~45% faster bulk dataset processing via optimized single HTTP roundtrips between Electron main and FastAPI sidecar.
  • Bulk Dataset Processor: Folder-based processing, drag-and-drop folder input & output dropzones with real-time thumbnail grid, compression presets, and live log terminal.
  • Single Image Editor: Pipeline stepper (Detect → Remove → Caption), interactive mask canvas overlay with undo/redo history, zoom/pan controls, and customizable LoRA training dataset caption generator (Qwen2-VL-2B / 7B / custom model folders).
  • Offline & Firewall Isolation: Python FastAPI sidecar bound strictly to 127.0.0.1 loopback with PyInstaller standalone compilation (sidecar.exe) preventing Windows Firewall security prompts.
  • UI Scaling: Ctrl + mousewheel zooming (50%–250%) and Ctrl+0 reset shortcut via webFrame.

🛠️ Fixes & Polish

  • Fixed mask editing touch-up behavior after inpainting.
  • Standardized active/hover sidebar icon stroke and button glow ring styling.
  • Resolved brush mode segmented control active state toggling (Add / Erase).
  • Integrated brand gradient square logo in titlebar and system tray icon integration.