Home/Docs/GPU Acceleration

GPU Acceleration

Overview

GPU acceleration dramatically improves Tag-AI's performance by using your computer's graphics card to speed up AI model calculations. This is particularly important for local LLaVA processing.

Without GPU acceleration, image processing can be 5-10x slower, making large libraries impractical to process in a reasonable timeframe.

Supported GPUs

NVIDIA GPUs

NVIDIA GPUs are supported through CUDA:

AMD GPUs

AMD GPUs are supported through ROCm:

Apple Silicon

Apple Silicon Macs (M1/M2/M3) have built-in GPU acceleration through the Metal API:

Intel Macs with discrete GPUs have limited acceleration support. Performance will vary based on the specific GPU model.

NVIDIA GPU Setup

Automatic Setup

The Tag-AI setup wizard automatically detects NVIDIA GPUs and installs CUDA:

  1. The wizard detects your NVIDIA GPU
  2. It downloads and launches the CUDA installer
  3. Follow the on-screen prompts in the CUDA installer
  4. After installation, the wizard will verify CUDA is working

Manual CUDA Installation

If you need to install CUDA manually:

  1. Download CUDA 12.4 from NVIDIA's website
  2. Run the installer with administrator privileges
  3. Follow the installation prompts
  4. Restart your computer after installation
  5. Tag-AI will automatically detect CUDA on next launch

NVIDIA Driver Updates

For optimal performance, ensure your NVIDIA drivers are up to date:

  1. Visit NVIDIA's driver page
  2. Select your GPU model and operating system
  3. Download and install the latest driver

AMD GPU Setup

Windows

For AMD GPUs on Windows:

  1. Ensure your AMD drivers are up to date using AMD Adrenalin software
  2. The setup wizard will guide you through ROCm installation
  3. Follow on-screen instructions for downloading and installing ROCm
  4. Restart your computer after installation

Linux

For AMD GPUs on Linux:

  1. The setup wizard will provide installation commands for ROCm
  2. Follow distribution-specific instructions (Ubuntu, Fedora, etc.)
  3. After installation, verify ROCm is properly set up

AMD GPU support on Linux requires ROCm-compatible hardware and may need additional configuration on some distributions.

Apple Silicon

Apple Silicon Macs don't require additional setup for GPU acceleration. The Metal API is used automatically:

While Apple Silicon provides good performance, it's typically not as fast as high-end NVIDIA or AMD GPUs for AI workloads.

Checking Acceleration Status

GPU Detection at Launch

When Tag-AI starts, it automatically detects and uses available GPU acceleration. You can verify this in several ways:

Setup Information

In the config.ini file:

Processing Speed

The most obvious indicator is processing speed:

Performance Expectations

Processing Speeds

Approximate images processed per minute with LLaVA model:

Hardware Images Per Minute
CPU Only (8-core) 0.5 - 1
GTX 1060 6GB 3 - 5
RTX 3060 6 - 8
RTX 4070 8 - 12
Radeon RX 6600 4 - 6
Radeon RX 6800 XT 6 - 9
Apple M1 2 - 4
Apple M2 Pro 4 - 6
Apple M3 Max 6 - 8

Memory Requirements

GPU memory usage varies based on model:

Optimization Features

Tag-AI includes several features to optimize GPU performance:

Troubleshooting

NVIDIA Issues

AMD Issues

Apple Silicon Issues

General Troubleshooting