The ultimate command center for AI prompting and tagging. Leverage modern LLMs to craft the perfect Stable Diffusion prompts in a sleek, high-performance desktop environment.
TagForge.mp4
Note
Looking for the WebUI Extension? ScribeNEO is now available! It brings the power of TagForge directly into your Stable Diffusion WebUI.
TagForge isn't just a wrapper—it's a purpose-built workspace for prompt engineering.
- 🎨 Multi-Model Tagging: Specialized generator for Stable Diffusion (tags) and FLUX/Midjourney (prose).
- 👁️ Multimodal Vision: Extract precise metadata from images or generate high-fidelity descriptive captions.
- 💬 Contextual Chat: Persistent, coding-capable assistant with real-time access to provider-specific features.
- 🎭 Persona System: Craft custom identities with dynamic
{input}injection and role-based behavioral templates. - 📜 Chat Rules: Modular behavioral control (Concise, Detailed, etc.) with a CRUD interface and live header switching.
- ⚙️ Agent Orchestrator: Comprehensive management of API keys, endpoints, and model parameters like Max Tokens.
- 🔒 Zero-Trust Security: Local-only encryption via Windows DPAPI. Your credentials never leave your device.
- ⚡ Ultra-Fast Core: Built on .NET 9 with optimized asynchronous threading for a responsive experience.
- 🌍 18+ Locales: Fully internationalized UI with deep support for technical AI terminology in 18 languages.
- 📦 Portable & Native: High-performance binaries for Windows, Linux, and macOS. No runtime installation required.
Connect to the best models in the world.
TagForge speaks your language. Support currently extends to 18 locales with full technical terminology.
Note
Help us improve! These localizations were initially AI-generated. If you find any inaccuracies, please refer to the Translation Guide and submit your file!
TagForge is built on .NET 9.0 and Avalonia UI for high-performance cross-platform execution.
- .NET 9.0 SDK: Required for compilation.
- C# / .NET Tooling: Visual Studio or VS Code with C# Dev Kit recommended.
Standard compilation for your current platform:
# Clone the repository
git clone https://github.com/SiliconeShojo/TagForge.git
cd TagForge
# Restore dependencies and build
dotnet build -c Release