ArtTic-LAB is a modern, clean, and powerful AI image generation suite, meticulously crafted for the Intel® Arc™ hardware ecosystem. It provides a beautiful custom graphical UI as the primary experience, with a robust CLI as an alternative for scripting and automation.
This isn’t just a wrapper — it’s a ground-up application focused on performance, aesthetics, and a frictionless user experience. With full support for models from Stable Diffusion 1.5 → SDXL → SD3 → FLUX, ArtTic-LAB is the definitive creative tool for ARC users. ✨
ArtTic-LAB adapts to your preferred workflow — visual or terminal-based.
We’ve packed ArtTic-LAB with features designed to maximize performance and streamline your creative process.
| Feature Group | Description |
|---|---|
| Engineered for Speed 🏎️ | IPEX Optimization: Uses Intel® Extension for PyTorch (IPEX) to JIT-optimize model components (UNet, VAE) for ARC GPUs. Mixed Precision: All generations run in bfloat16 for ~2× faster performance and ~50% VRAM savings with minimal quality loss. |
| Intelligent Pipeline 🧠 | Auto Model Detection: Detects architecture (SD1.5 → SD3 → FLUX) from .safetensors and loads the right pipeline automatically.VRAM-Aware Guidance: Estimates safe maximum resolution to prevent OOM errors before generating. |
| Total VRAM Control 💧 | Proactive OOM Prevention: Smart resolution limits and one-click model unload. VAE Tiling & CPU Offloading: Generate high-res art with minimal VRAM usage. |
| Streamlined for Artists ✨ | Responsive Async UI: No freezes while generating. Unified Image Viewer: Smooth zoom, drag, and gallery controls. Full Parameter Control: Prompt, CFG, LoRA, samplers — all unified in a fluid node-based interface. |
Explore a glimpse of what ArtTic-LAB can create — all demo images are 512×512 px.
Launch your personal AI art studio in three simple steps.
- Install Miniconda or Miniforge.
- After installation, reopen your terminal to ensure
condais available.
Download and unzip this project, then run the one-time installer:
- Windows 🪟:
install.bat - Linux/macOS 🐧:
chmod +x ./install.sh && ./install.sh
Start the server:
- Windows:
start.bat - Linux/macOS:
./start.sh
Then open the provided local URL (e.g. http://127.0.0.1:7860) in your browser.
👉 Optional Launch Arguments
--disable-filters→ Enable full logs for debugging.
ArtTic-LAB/
├── 📁assets/ # Banners, demos, UI screenshots
├── 📁core/ # Core application logic
├── 📁helpers/ # CLI manager & utilities
├── 📁models/ # Drop your .safetensors models here
├── 📁outputs/ # Generated masterpieces
├── 📁pipelines/ # Core logic for SD model variants
├── 📁web/ # Custom FastAPI web UI
├── 📜app.py # Main application launcher
├── 📜install.bat # Windows one-click installer
├── 📜start.bat # Windows launcher
└── 📜... # Additional project files











