Upscale blurry or low-resolution images using AI models without writing any code.
Batch process an entire folder of images through the same workflow in one click.
Extract and process video frames one by one using a visual pipeline.
Chain together filters, AI models, and save steps in a drag-and-drop canvas.
Download and run the installer for your OS, no Python required. chaiNNer sets up its own Python environment on first launch. Pick your AI framework from the built-in manager.
chaiNNer is a desktop application for processing images using a visual, node-based editor. Instead of writing code or working through fixed menus, you build a workflow by dragging blocks called nodes onto a canvas and connecting them with wires. Each node does one specific job, such as loading an image, applying a filter, running an AI model, or saving a result. You chain them together to describe the full sequence of operations you want to run. The project started as an AI image upscaling tool, meaning it was built to take a small or blurry image and produce a larger, sharper version using a trained neural network model. It has since grown into a more general image processing application, though upscaling remains a common use case. To do AI-based work, you first choose a framework from a built-in dependency manager. chaiNNer supports four options: PyTorch, NCNN, ONNX, and TensorRT. Nvidia GPU owners typically get the best performance from PyTorch or TensorRT. AMD GPU owners on any platform can use NCNN, and AMD users on Linux can also use PyTorch via a separate driver path. Apple Silicon Macs use PyTorch with a different acceleration method. A CPU-only fallback is available on any machine if no supported GPU is present. You do not need Python installed on your system before starting. chaiNNer downloads and manages its own isolated Python environment on first launch, so it will not interfere with anything else. Installation is a standard download-and-run package for Windows, macOS, or Linux. Batch processing is built in. A Load Images node processes an entire folder of images in one run. A Load Video node works through video files frame by frame. The editor shows visual feedback during a run by animating the connections between nodes, and a toolbar provides stop and pause controls. Nodes are color-coded by the type of data they pass, which makes it straightforward to see which outputs can connect to which inputs.
← chainner-org on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.