Forge UI Neo (also called Forge Classic Neo) is the actively-maintained community fork of Stable Diffusion WebUI Forge — a fast, memory-efficient frontend for local AI image and video generation on Windows. There are two ways to install it: a one-click installer that configures everything for you, or a manual setup. Here is both, plus the requirements you need to hit either way.
Before you start — system requirements
- GPU: an NVIDIA GPU is recommended for the attention/Triton acceleration.
- VRAM: image generation runs comfortably on 6–8 GB; WAN 2.2 video also targets low-VRAM cards via GGUF. See the Local AI VRAM Requirements 2026 guide for model-by-model numbers.
- Python: 3.11 for manual installs (the one-click installer bundles its own environment).
- Disk: budget 30 GB+ of free space for the app plus models.
Option A — One-click installer (easiest)
The Forge Neo one-click installer downloads and configures everything for you:
- The Forge Neo build itself
- An isolated Python environment — nothing to install or match by hand
- The performance stack: Sage Attention, Flash Attention 2 and Triton
You double-click and it runs — no command line, no dependency hunting. It is also available free with Local Lab Pro.
Option B — Manual install
If you prefer to set it up yourself:
- Clone the Forge Classic Neo repository — on the Neo branch (see the warning below).
- Create a Python 3.11 environment.
- Install the requirements.
- Optionally add Flash Attention + Triton for a speed boost.
This route works, but it is finicky on Windows — matching the right PyTorch, CUDA, Triton and attention versions is the part most people get stuck on. That version-matching is exactly what the one-click installer exists to skip.
After installing — what Forge Neo supports
| Model | What it does | One-click setup |
|---|---|---|
| WAN 2.2 (T2V / I2V) | AI video — text-to-video and image-to-video, right inside Forge Neo | WAN 2.2 in Forge Neo installer |
| Z-Image Turbo | Fast, high-quality image generation | Z-Image Turbo in Forge Neo installer |
| Flux (incl. Nunchaku) | State-of-the-art image generation; Nunchaku for faster Flux | Built into the base Forge Neo installer |
| SDXL / SD 1.5 | Classic Stable Diffusion checkpoints & LoRAs | Supported natively |
For a full walkthrough of running Flux Dev Nunchaku — where each model file goes and how to configure the UI presets — see the complete Forge Neo guide.
FAQ
Is Forge Neo free? Yes — it is open-source. Our one-click installer is a convenience that pre-configures everything for you.
What Python version does it need? Python 3.11 for manual installs; the one-click installer bundles its own environment.
Does Forge Neo support WAN 2.2 video? Yes, both text-to-video and image-to-video.
How do I keep it up to date? See how to update Forge Neo.