01VRAM / RAM orchestration
Memory profiles
WanGP separates video, image and audio memory profiles and adapts offloading, pinned memory and asynchronous transfers to the machine. The goal is to keep the GPU busy without pretending every model fits every card.
Select models start at 6 GB VRAM02More formats, more choices
Quantized checkpoints
The runtime routes multiple checkpoint formats through dedicated handlers, including scaled FP8, NV FP4, bitsandbytes NF4, Nunchaku INT4/FP4, INT8 ConvRot and GGUF.
int8 · fp8 · GGUF · NF4 · NV FP403Fetch what your setup needs
Hardware-aware downloads
Model definitions and download registries let WanGP select and fetch compatible transformer, encoder, upsampler and processor files rather than forcing one universal package on every GPU.
Models arrive on demand04Old cards to new accelerators
Broad GPU reach
The project documents paths for older NVIDIA generations and current RTX hardware, plus dedicated AMD setup for supported RDNA 2, 3, 3.5 and 4 families.
NVIDIA + AMD05Keep work moving
Queue & headless runs
The queue is a real workflow surface: jobs can be edited, paused, autosaved to portable bundles and processed without the web interface through the command line.
Save · resume · batch06Built to connect
APIs, MCP & plugins
WanGP exposes local API, MCP and plugin surfaces for private automation. Plugin model extensions, upsamplers and audio processors are discovered and registered at startup.
Local automation surfaces