Skip to content

Installation

Download the latest .exe from the releases page and run it.

Alternatively, install via Python (see below).

Download the .AppImage from the releases page and make it executable:

chmod +x spectral_film_lut-{version}.AppImage
./spectral_film_lut-{version}.AppImage

Alternatively, install via Python (see below).

There is currently no native binary available for macOS. Install and run the application using a Python-based method. See the Python Package section below.

Python Package

Install the application using your preferred Python package manager.

Installs the package into the current Python environment:

pip install spectral_film_lut

Recommended for installing standalone applications globally in an isolated environment:

pipx install spectral_film_lut

Install the application as an isolated tool:

uv tool install spectral_film_lut

Alternatively, run it directly:

uvx spectral_film_lut

After installation, run the application:

spectral_film_lut

Legacy CUDA support

CUDA support has been removed in the current versions. The current pipeline and LUT application is much faster than it was in the past. To keep the code more streamlined we have thus removed the CUDA support.

A legacy CUDA branch has been added. Importantly it is also far out of date in many regards. When using it additionally installing CuPy package is necessary to activate the GPU functionality. To disable CUDA on an installation with CUDA capabilities, use the argument --no-cuda.