0

Issue report: Wan2GP

@amsan88posted Tue, 08 Sep 2026 20:52:10 GMT·0 replies

App: Wan2GP (wan.git)
Repo: https://github.com/pinokiofactory/wan.git
Generated: 2026-09-08T20:52:02.793Z
Pinokio: 8.2.0
Platform: win32 x64
Node: v22.21.1

Summary

System

{
  "pinokio": {
    "version": "8.2.0",
    "node": "v22.21.1",
    "platform": "win32",
    "arch": "x64"
  },
  "hardware": {
    "gpu": "nvidia",
    "gpu_model": "nvidia geforce rtx 4050 laptop gpu",
    "ram_gb": 15,
    "vram_gb": 6,
    "gpu_driver": "610.88",
    "gpu_target": "sm_89"
  },
  "os": {
    "platform": "Windows",
    "distro": "Microsoft Windows 11 Home",
    "release": "10.0.26200",
    "codename": "25H2",
    "kernel": "10.0.26200",
    "arch": "x64",
    "build": "26200",
    "servicepack": "0.0",
    "uefi": true
  },
  "system": {
    "manufacturer": "HP",
    "model": "Victus by HP Gaming Laptop 15-fb3xxx",
    "virtual": false
  },
  "cpu": {
    "manufacturer": "AMD",
    "brand": "Ryzen 7 7445HS w/ Radeon 740M Graphics",
    "vendor": "AuthenticAMD",
    "family": "25",
    "model": "124",
    "stepping": "0",
    "revision": "31744",
    "speed": 3.2,
    "speedMin": 3.2,
    "speedMax": 3.2,
    "cores": 12,
    "physicalCores": 6,
    "processors": 1,
    "performanceCores": 12,
    "efficiencyCores": 0,
    "virtualization": true,
    "cache": {
      "l1d": 192,
      "l1i": 192,
      "l2": 6291456,
      "l3": 16777216
    }
  },
  "memory": {
    "total": 16357158912,
    "free": 4112437248,
    "used": 12244721664,
    "active": 12244721664,
    "available": 4112437248,
    "buffers": 0,
    "cached": 0,
    "slab": 0,
    "buffcache": 0,
    "swaptotal": 11274289152,
    "swapused": 671088640,
    "swapfree": 10603200512
  },
  "gpus": [
    {
      "model": "amd radeon 740m graphics"
    },
    {
      "model": "nvidia geforce rtx 4050 laptop gpu"
    }
  ],
  "graphics": {
    "controllers": [
      {
        "vendor": "Advanced Micro Devices, Inc.",
        "model": "AMD Radeon 740M Graphics",
        "bus": "PCI",
        "vram": 512,
        "vramDynamic": true
      },
      {
        "vendor": "NVIDIA",
        "model": "NVIDIA GeForce RTX 4050 Laptop GPU",
        "bus": "PCI",
        "vram": 6141,
        "vramDynamic": false,
        "driverVersion": "610.88"
      }
    ],
    "displays": [
      {
        "model": "Generic PnP Monitor",
        "main": true,
        "builtin": true,
        "connection": "INTERNAL",
        "currentResX": 1536,
        "currentResY": 864,
        "resolutionX": 1920,
        "resolutionY": 1080,
        "pixelDepth": 32,
        "currentRefreshRate": 144
      }
    ]
  },
  "diagnostics": {
    "platform": "win32",
    "arch": "x64",
    "running": {
      "C:\\pinokio\\api\\wan.git\\install.js": true,
      "C:\\pinokio\\api\\wan.git\\torch.js": true
    },
    "home": "C:\\pinokio",
    "vars": {
      "pip": {
        "install": {
          "torch": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118"
        }
      }
    },
    "memory": {
      "local": {},
      "global": {},
      "rpc": {
        "C:\\pinokio\\api\\wan.git\\start.js": {
          "method": "shell.run",
          "params": {
            "venv": "venv",
            "env": {
              "SERVER_NAME": "127.0.0.1",
              "SERVER_PORT": 42005
            },
            "path": "app",
            "message": [
              "python wgp.py --multiple-images --advanced {{args.compile ? '--compile' : ''}}"
            ],
            "on": [
              {
                "event": "/http://[0-9.:]+/",
                "done": true
              }
            ]
          }
        },
        "C:\\pinokio\\api\\wan.git\\install.js": {
          "method": "script.start",
          "params": {
            "uri": "torch.js",
            "params": {
              "venv_python": "3.11",
              "venv": "venv",
              "path": "app",
              "xformers": true
            }
          },
          "current": 3,
          "total": 7
        },
        "C:\\pinokio\\api\\wan.git\\torch.js": {
          "when": "{{platform === 'win32' && gpu === 'nvidia'}}",
          "method": "shell.run",
          "params": {
            "venv_python": "{{args && args.venv_python ? args.venv_python : null}}",
            "venv": "{{args && args.venv ? args.venv : null}}",
            "path": "{{args && args.path ? args.path : '.'}}",
            "message": [
              "uv pip install torch==2.10.0 torchvision==0.25.0 torchaudio==2.10.0 {{args && args.xformers ? 'xformers==0.0.34' : ''}} --index-url https://download.pytorch.org/whl/cu130 --force-reinstall --no-deps",
              "uv pip install -U triton-windows",
              "uv pip install https://github.com/woct0rdho/SageAttention/releases/download/v2.2.0-windows.post4/sageattention-2.2.0+cu130torch2.9.0andhigher.post4-cp39-abi3-win_amd64.whl",
              "uv pip install https://github.com/mjun0812/flash-attention-prebuild-wheels/releases/download/v0.7.13/flash_attn-2.8.3+cu130torch2.10-cp311-cp311-win_amd64.whl",
              "uv pip install https://github.com/deepbeepmeep/kernels/releases/download/GGUF_Kernels/llamacpp_gguf_cuda-1.0.2+torch210cu13py311-cp311-cp311-win_amd64.whl",
              "uv pip install https://github.com/woct0rdho/SpargeAttn/releases/download/v0.1.0-windows.post4/spas_sage_attn-0.1.0+cu130torch2.9.0andhigher.post4-cp39-abi3-win_amd64.whl",
              "uv pip install bitsandbytes==0.49.2 --no-deps"
            ]
          },
          "next": null,
          "current": 3,
          "total": 11
        }
      },
      "input": {
        "C:\\pinokio\\api\\wan.git\\start.js": {},
        "C:\\pinokio\\api\\wan.git\\install.js": null,
        "C:\\pinokio\\api\\wan.git\\torch.js": null
      },
      "args": {
        "C:\\pinokio\\api\\wan.git\\start.js": {},
        "C:\\pinokio\\api\\wan.git\\install.js": {},
        "C:\\pinokio\\api\\wan.git\\torch.js": {
          "venv_python": "3.11",
          "venv": "venv",
          "path": "app",
          "xformers": true
        }
      }
    },
    "procs": {},
    "gpu": "nvidia",
    "gpus": [
      {
        "name": "advanced micro devices, inc.",
        "model": "amd radeon 740m graphics",
        "driver": null
      },
      {
        "name": "nvidia",
        "model": "nvidia geforce rtx 4050 laptop gpu",
        "driver": "610.88"
      }
    ],
    "gpu_model": "nvidia geforce rtx 4050 laptop gpu",
    "gpu_driver": "610.88",
    "gpu_target": "sm_89",
    "ram": 15,
    "vram": 6,
    "version": "8.2.0",
    "audio": [
      {
        "id": "ACP\\DEVTYPE_0007&DEVREV_0000&VEN_1022&DEV_15E2&SUBSYS_103C8DD0&REV_63\\5&16BC0383&0&07",
        "name": "AMD USB Audio Device",
        "manufacturer": "AMD",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "ACP\\DEVTYPE_0002&DEVREV_0000&VEN_1022&DEV_15E2&SUBSYS_103C8DD0&REV_63\\5&16BC0383&0&04",
        "name": "AMD Audio Device",
        "manufacturer": "AMD",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "HDAUDIO\\FUNC_01&VEN_10DE&DEV_00A7&SUBSYS_103C8DD0&REV_1001\\5&32D1E147&0&0001",
        "name": "NVIDIA High Definition Audio",
        "manufacturer": "NVIDIA",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "Sound Driver",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "HDAUDIO\\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1008\\5&5EC09B9&0&0001",
        "name": "AMD High Definition Audio Device",
        "manufacturer": "Advanced Micro Devices",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "Sound Driver",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "ROOT\\UNNAMED_DEVICE\\0000",
        "name": "NVIDIA Virtual Audio Device (Wave Extensible) (WDM)",
        "manufacturer": "NVIDIA",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "ROOT\\UNNAMED_DEVICE\\0001",
        "name": "NVIDIA Broadcast",
        "manufacturer": "NVIDIA",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "HDAUDIO\\FUNC_01&VEN_10EC&DEV_0245&SUBSYS_103C8DD0&REV_1000\\5&38E5D9E6&0&0001",
        "name": "Realtek High Definition Audio",
        "manufacturer": "Realtek",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "Sound Driver",
        "in": null,
        "out": null,
        "status": "enabled"
      }
    ],
    "mem": {
      "total": 16357158912,
      "free": 4112437248,
      "used": 12244721664,
      "active": 12244721664,
      "available": 4112437248,
      "buffers": 0,
      "cached": 0,
      "slab": 0,
      "buffcache": 0,
      "reclaimable": 0,
      "swaptotal": 11274289152,
      "swapused": 671088640,
      "swapfree": 10603200512,
      "writeback": null,
      "dirty": null
    },
    "osInfo": {
      "platform": "Windows",
      "distro": "Microsoft Windows 11 Home",
      "release": "10.0.26200",
      "codename": "25H2",
      "kernel": "10.0.26200",
      "arch": "x64",
      "hostname": "AmsanPC",
      "fqdn": "AMSANPC",
      "codepage": "437",
      "logofile": "windows",
      "serial": "00342-22664-85695-AAOEM",
      "build": "26200",
      "servicepack": "0.0",
      "uefi": true,
      "hypervisor": true,
      "remoteSession": false
    },
    "graphics": {
      "controllers": [
        {
          "vendor": "Advanced Micro Devices, Inc.",
          "model": "AMD Radeon 740M Graphics",
          "bus": "PCI",
          "vram": 512,
          "vramDynamic": true,
          "subDeviceId": "8DD0103C"
        },
        {
          "vendor": "NVIDIA",
          "model": "NVIDIA GeForce RTX 4050 Laptop GPU",
          "bus": "PCI",
          "vram": 6141,
          "vramDynamic": false,
          "subDeviceId": "0x8DD0103C",
          "driverVersion": "610.88",
          "name": "NVIDIA GeForce RTX 4050 Laptop GPU",
          "pciBus": "00000000:01:00.0",
          "memoryTotal": 6141,
          "memoryFree": 5920,
          "temperatureGpu": 37,
          "powerDraw": 10.12,
          "clockCore": 1755,
          "clockMemory": 7001
        }
      ],
      "displays": [
        {
          "vendor": "(Standard monitor types)",
          "model": "Generic PnP Monitor",
          "serial": null,
          "productionYear": null,
          "displayId": "display\\boe0cfd\\5&c15bcee&0&uid512_0",
          "deviceName": "\\\\.\\DISPLAY1",
          "main": true,
          "builtin": true,
          "connection": "INTERNAL",
          "resolutionX": 1920,
          "resolutionY": 1080,
          "sizeX": 34,
          "sizeY": 19,
          "pixelDepth": 32,
          "currentResX": 1536,
          "currentResY": 864,
          "positionX": 0,
          "positionY": 0,
          "currentRefreshRate": 144
        }
      ]
    },
    "cpu": {
      "manufacturer": "AMD",
      "brand": "Ryzen 7 7445HS w/ Radeon 740M Graphics",
      "vendor": "AuthenticAMD",
      "family": "25",
      "model": "124",
      "stepping": "0",
      "revision": "31744",
      "voltage": "",
      "speed": 3.2,
      "speedMin": 3.2,
      "speedMax": 3.2,
      "governor": "",
      "cores": 12,
      "physicalCores": 6,
      "performanceCores": 12,
      "efficiencyCores": 0,
      "processors": 1,
      "socket": "None",
      "flags": "de pse tsc sep mtrr mca cmov psn clfsh ds mmx fxsr sse sse2 ss htt tm ia64 pbe",
      "virtualization": true,
      "cache": {
        "l1d": 192,
        "l1i": 192,
        "l2": 6291456,
        "l3": 16777216
      }
    },
    "shell": "CMD",
    "system": {
      "manufacturer": "HP",
      "model": "Victus by HP Gaming Laptop 15-fb3xxx",
      "version": "",
      "serial": "5CD551CLY2",
      "uuid": "35444335-3135-4c43-5932-f04ea48fcc15",
      "sku": "D02FMEA#ABV",
      "virtual": false
    }
  }
}

Logs

logs/api/install.js/1788900583704

Source: api / install.js
Lines: 12 total, last 12 included

[memory]
{"ts":1788900583836,"step":3,"input":null,"args":{},"global":{},"local":{},"port":42005}

[shell shell]
Microsoft Windows [Version 10.0.26200.9278]
(c) Microsoft Corporation. All rights reserved.

C:\pinokio\api\wan.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\pinokio\api\wan.git\app\venv\Scripts\activate C:\pinokio\api\wan.git\app\venv && uv pip install torch==2.10.0 torchvision==0.25.0 torchaudio==2.10.0 xformers==0.0.34 --index-url https://download.pytorch.org/whl/cu130 --force-reinstall --no-deps
Using Python 3.11.15 environment at: venv
Resolved 4 packages in 1.02s
⠙ Preparing packages... (3/4)
torch                ------------------------------ 1.10 GiB/1.74 GiB                                                                                                                                                                                                                                                                                                                                                         

logs/api/torch.js/1788900583875

Source: api / torch.js
Lines: 9 total, last 9 included

[api shell.run]
Microsoft Windows [Version 10.0.26200.9278]
(c) Microsoft Corporation. All rights reserved.

C:\pinokio\api\wan.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\pinokio\api\wan.git\app\venv\Scripts\activate C:\pinokio\api\wan.git\app\venv && uv pip install torch==2.10.0 torchvision==0.25.0 torchaudio==2.10.0 xformers==0.0.34 --index-url https://download.pytorch.org/whl/cu130 --force-reinstall --no-deps
Using Python 3.11.15 environment at: venv
Resolved 4 packages in 1.02s
⠙ Preparing packages... (3/4)
torch                ------------------------------ 1.10 GiB/1.74 GiB                                                                                                                                                                                                                                                                                                                                                         
Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
Issue report: Wan2GP · Pinokio