nova67234/Clarity-TagFlow

Rust

2

182 commits

updated Aug 23, 2026

See the code

README

πŸ–ΌοΈ Clarity TagFlow

A fast, native image viewer, tagger, and AI toolbox for your image library β€” built in Rust.

Browse and tag thousands of images, auto-tag them with built-in AI models, read Stable Diffusion metadata, generate new images with Flux or Z-Image, turn photos into 3D models, and more β€” all in one app, no Python environment or command line required.

Latest release License: MIT Platforms


✨ Features

🏷️ Tagging & organizing

  • AI auto-tagging β€” PixAI, JoyTag, and the WD14 family run in-process (ONNX); one click downloads the models, no Hugging Face login needed.
  • Tag Manager β€” edit, search, and batch-manage tags; favorites; tag-based filtering.
  • Stable Diffusion metadata reader β€” see the prompt, seed, sampler, and model of generated images at a glance.
  • Deep Scan β€” find corrupt images and duplicates in your library.

πŸ–ΌοΈ Viewing

  • Fast viewer β€” zoom, pan, crop, copy-to-clipboard (browser-paste friendly).
  • Gallery layout with quick search and a detail popup.
  • Wide format support β€” JPG, PNG, WebP, AVIF, HEIC, HDR, and camera RAW (DNG, ARW, CR2, NEF) with proper color handling.
  • Video playback via your system's VLC (Windows), with thumbnails.
  • Five themes β€” Dark, Light, frosted Glass, animated Space, and Aurora. Full CJK + color-emoji rendering.

πŸ€– AI tools

  • Image generation β€” Flux (schnell/dev) and Z-Image Turbo with LoRA support, driven by a self-installing ComfyUI backend. Click Setup Requirements and it downloads everything.
  • Background removal β€” one-click subject cutouts (BiRefNet).
  • Pixal3D β€” turn a single image into a textured 3D model (GLB), with an interactive orbit/zoom viewer and Apple-style spatial depth parallax.
  • Prompt spell-check β€” squiggles and right-click suggestions in the prompt boxes.

🌐 Integrations

  • Gelbooru downloader β€” tag search with blacklist support; API key encrypted at rest.
  • Civitai panel β€” resource info for the models behind your generated images.
  • Backups β€” archive your library and its tags in a couple of clicks.

πŸ“₯ Download

Grab the latest version from the Releases page:

PlatformFileNotes
πŸͺŸ WindowsClarityTagFlow-Setup.exeInstaller (recommended)
πŸͺŸ WindowsClarityTagFlow-windows.zipPortable β€” unzip and run
🍎 macOS (Apple Silicon)macOS artifactCore app; GPU-only features compiled out
🐧 LinuxLinux artifactBuilt on Ubuntu 24.04

Requirements

  • Just run it β€” no Java, no Python, no runtimes to install.
  • 🎬 Video playback (Windows): uses your installed VLC; the app offers an install link if it's missing.
  • πŸ€– Image generation & Pixal3D: need an NVIDIA GPU. The built-in Setup Requirements button downloads everything else automatically (Pixal3D additionally needs the CUDA Toolkit + MSVC Build Tools to compile its GPU plugin once).

🐞 Bugs & ideas

Found a bug or want a feature? Open an issue β€” there are short forms for both. Screenshots and the file type involved help a lot.


πŸ› οΈ Building from source

git clone https://github.com/nova67234/Clarity-TagFlow.git
cd Clarity-TagFlow
cargo build --release

Rust (2024 edition) is all you need; the first build pulls everything else via Cargo.


πŸ“œ History & license

Clarity TagFlow is a ground-up Rust rewrite of the Java app terminus2 β€” same workflow, native speed, and a stack of new AI features on top. See EDITIONS.md for the full comparison.

Licensed under the MIT License.

Same workflow. Native speed. More AI. πŸ¦€βœ¨

Contributors

nova67234

182 commits

nova67234/Clarity-TagFlow

Rust

2

182 commits

updated Aug 23, 2026

See the code

README

πŸ–ΌοΈ Clarity TagFlow

A fast, native image viewer, tagger, and AI toolbox for your image library β€” built in Rust.

Browse and tag thousands of images, auto-tag them with built-in AI models, read Stable Diffusion metadata, generate new images with Flux or Z-Image, turn photos into 3D models, and more β€” all in one app, no Python environment or command line required.

Latest release License: MIT Platforms


✨ Features

🏷️ Tagging & organizing

  • AI auto-tagging β€” PixAI, JoyTag, and the WD14 family run in-process (ONNX); one click downloads the models, no Hugging Face login needed.
  • Tag Manager β€” edit, search, and batch-manage tags; favorites; tag-based filtering.
  • Stable Diffusion metadata reader β€” see the prompt, seed, sampler, and model of generated images at a glance.
  • Deep Scan β€” find corrupt images and duplicates in your library.

πŸ–ΌοΈ Viewing

  • Fast viewer β€” zoom, pan, crop, copy-to-clipboard (browser-paste friendly).
  • Gallery layout with quick search and a detail popup.
  • Wide format support β€” JPG, PNG, WebP, AVIF, HEIC, HDR, and camera RAW (DNG, ARW, CR2, NEF) with proper color handling.
  • Video playback via your system's VLC (Windows), with thumbnails.
  • Five themes β€” Dark, Light, frosted Glass, animated Space, and Aurora. Full CJK + color-emoji rendering.

πŸ€– AI tools

  • Image generation β€” Flux (schnell/dev) and Z-Image Turbo with LoRA support, driven by a self-installing ComfyUI backend. Click Setup Requirements and it downloads everything.
  • Background removal β€” one-click subject cutouts (BiRefNet).
  • Pixal3D β€” turn a single image into a textured 3D model (GLB), with an interactive orbit/zoom viewer and Apple-style spatial depth parallax.
  • Prompt spell-check β€” squiggles and right-click suggestions in the prompt boxes.

🌐 Integrations

  • Gelbooru downloader β€” tag search with blacklist support; API key encrypted at rest.
  • Civitai panel β€” resource info for the models behind your generated images.
  • Backups β€” archive your library and its tags in a couple of clicks.

πŸ“₯ Download

Grab the latest version from the Releases page:

PlatformFileNotes
πŸͺŸ WindowsClarityTagFlow-Setup.exeInstaller (recommended)
πŸͺŸ WindowsClarityTagFlow-windows.zipPortable β€” unzip and run
🍎 macOS (Apple Silicon)macOS artifactCore app; GPU-only features compiled out
🐧 LinuxLinux artifactBuilt on Ubuntu 24.04

Requirements

  • Just run it β€” no Java, no Python, no runtimes to install.
  • 🎬 Video playback (Windows): uses your installed VLC; the app offers an install link if it's missing.
  • πŸ€– Image generation & Pixal3D: need an NVIDIA GPU. The built-in Setup Requirements button downloads everything else automatically (Pixal3D additionally needs the CUDA Toolkit + MSVC Build Tools to compile its GPU plugin once).

🐞 Bugs & ideas

Found a bug or want a feature? Open an issue β€” there are short forms for both. Screenshots and the file type involved help a lot.


πŸ› οΈ Building from source

git clone https://github.com/nova67234/Clarity-TagFlow.git
cd Clarity-TagFlow
cargo build --release

Rust (2024 edition) is all you need; the first build pulls everything else via Cargo.


πŸ“œ History & license

Clarity TagFlow is a ground-up Rust rewrite of the Java app terminus2 β€” same workflow, native speed, and a stack of new AI features on top. See EDITIONS.md for the full comparison.

Licensed under the MIT License.

Same workflow. Native speed. More AI. πŸ¦€βœ¨

Contributors

nova67234

182 commits

Languages

Rust

99.8%