You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WanVideoModelLoaderMultiGPU wraps the base WanVideo model loader so you can pick both the loader device and the downstream compute device when working with large WanVideo checkpoints. The node patches the underlying WanVideo loader so the model materialises on the device chosen via compute_device while still honouring WanVideo's block swap and quantisation options.
Inputs
Required
Parameter
Data Type
Description
model
STRING
Model file from ComfyUI/models/diffusion_models or ComfyUI/models/unet_gguf to load.
base_precision
STRING
Floating-point format for base weights (fp32, bf16, fp16, or fp16_fast).
quantization
STRING
Optional FP8 quantisation preset; disabled keeps original precision.
load_device
STRING
WanVideo loader slot (main_device or offload_device) used during initial weight materialisation.
compute_device
STRING
MultiGPU device id (e.g. cuda:0, cuda:1, cpu) to run inference on.