0

Wan2GP - AMD: ModuleNotFoundError: No module named 'torch'

@ecstasioposted Thu, 17 Sep 2026 12:26:20 GMT·0 replies

App: Wan2GP - AMD (wan2gp-amd.git)
Repo: https://github.com/6Morpheus6/wan2gp-amd.git
Generated: 2026-09-17T12:25:31.451Z
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": "amd",
    "gpu_model": "amd radeon rx 9070",
    "ram_gb": 32,
    "vram_gb": 16,
    "gpu_driver": null,
    "gpu_target": "gfx1201"
  },
  "os": {
    "platform": "Windows",
    "distro": "Microsoft Windows 11 Pro",
    "release": "10.0.26300",
    "codename": "26H2",
    "kernel": "10.0.26300",
    "arch": "x64",
    "build": "26300",
    "servicepack": "0.0",
    "uefi": true
  },
  "system": {
    "manufacturer": "Gigabyte Technology Co., Ltd.",
    "model": "B650 EAGLE",
    "version": "Default string-CF",
    "virtual": false
  },
  "cpu": {
    "manufacturer": "AMD",
    "brand": "Ryzen 7 9700X 8-Core Processor",
    "vendor": "AuthenticAMD",
    "family": "26",
    "model": "68",
    "stepping": "0",
    "revision": "17408",
    "speed": 3.8,
    "speedMin": 3.8,
    "speedMax": 3.8,
    "cores": 16,
    "physicalCores": 8,
    "processors": 1,
    "performanceCores": 16,
    "efficiencyCores": 0,
    "virtualization": true,
    "cache": {
      "l1d": 320,
      "l1i": 320,
      "l2": 8388608,
      "l3": 33554432
    }
  },
  "memory": {
    "total": 33945284608,
    "free": 24774111232,
    "used": 9171173376,
    "active": 9171173376,
    "available": 24774111232,
    "buffers": 0,
    "cached": 0,
    "slab": 0,
    "buffcache": 0,
    "swaptotal": 5182062592,
    "swapused": 414187520,
    "swapfree": 4767875072
  },
  "gpus": [
    {
      "model": "amd radeon rx 9070"
    }
  ],
  "graphics": {
    "controllers": [
      {
        "vendor": "Advanced Micro Devices, Inc.",
        "model": "AMD Radeon RX 9070",
        "bus": "PCI",
        "vram": 16304,
        "vramDynamic": true
      }
    ],
    "displays": [
      {
        "model": "X30QU S3",
        "main": true,
        "builtin": false,
        "connection": "DP",
        "currentResX": 2048,
        "currentResY": 1152,
        "resolutionX": 2560,
        "resolutionY": 1440,
        "pixelDepth": 32,
        "currentRefreshRate": 120
      }
    ]
  },
  "diagnostics": {
    "platform": "win32",
    "arch": "x64",
    "running": {},
    "home": "C:\\pinokio",
    "vars": {
      "pip": {
        "install": {
          "torch": "pip3 install torch torchvision torchaudio"
        }
      }
    },
    "memory": {
      "local": {},
      "global": {},
      "rpc": {
        "C:\\pinokio\\api\\wan2gp-amd.git\\install.js": {
          "method": "shell.run",
          "params": {
            "venv": "env",
            "path": "app",
            "message": [
              "uv pip install -r requirements.txt --index-strategy unsafe-best-match",
              "uv pip install hf-xet setuptools numpy==1.26.4"
            ]
          }
        },
        "C:\\pinokio\\api\\wan2gp-amd.git\\torch.js": {
          "when": "{{platform === 'win32' && gpu === 'amd' && /^gfx120[01]$/.test(gpu_target)}}",
          "method": "shell.run",
          "params": {
            "bluefairy": "off",
            "env": {
              "UV_SKIP_WHEEL_FILENAME_CHECK": "1"
            },
            "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 --pre torch torchvision torchaudio --index-url https://rocm.nightlies.amd.com/v2-staging/gfx120X-all"
          },
          "next": null
        },
        "C:\\pinokio\\api\\wan2gp-amd.git\\start.js": {
          "method": "shell.run",
          "params": {
            "venv": "venv",
            "env": {
              "SERVER_NAME": "127.0.0.1",
              "SERVER_PORT": 42003
            },
            "path": "app",
            "message": [
              "python wgp.py --multiple-images --advanced"
            ],
            "on": [
              {
                "event": "/http://[0-9.:]+/",
                "done": true
              }
            ]
          }
        },
        "C:\\pinokio\\api\\wan2gp-amd.git\\debug.js": {
          "method": "notify",
          "params": {
            "html": "<b>GPU Model:</b> {{kernel.gpu_model}}<br><b>GPU Type:</b> {{gpu}}"
          }
        },
        "C:\\pinokio\\api\\wan2gp-amd.git\\update.js": {
          "method": "shell.run",
          "params": {
            "path": "app",
            "message": "git pull"
          }
        }
      },
      "input": {
        "C:\\pinokio\\api\\wan2gp-amd.git\\install.js": {
          "id": "2d65d44c-ff0f-4663-943b-c8dbf9b84fa9",
          "response": "Microsoft Windows [Version 10.0.26300.9539]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nC:\\pinokio\\api\\wan2gp-amd.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\\pinokio\\api\\wan2gp-amd.git\\app\\env\\Scripts\\activate C:\\pinokio\\api\\wan2gp-amd.git\\app\\env && uv pip install --pre torch torchvision torchaudio --index-url https://rocm.nightlies.amd.com/v2-staging/gfx120X-all\r\nUsing Python 3.11.15 environment at: env\r\nChecked 3 packages in 11ms\r\n\r\n(env) (base) C:\\pinokio\\api\\wan2gp-amd.git\\app>",
          "stdout": "Microsoft Windows [Version 10.0.26300.9539]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nC:\\pinokio\\api\\wan2gp-amd.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\\pinokio\\api\\wan2gp-amd.git\\app\\env\\Scripts\\activate C:\\pinokio\\api\\wan2gp-amd.git\\app\\env && uv pip install --pre torch torchvision torchaudio --index-url https://rocm.nightlies.amd.com/v2-staging/gfx120X-all\r\nUsing Python 3.11.15 environment at: env\r\nChecked 3 packages in 11ms\r\n\r\n(env) (base) C:\\pinokio\\api\\wan2gp-amd.git\\app>"
        },
        "C:\\pinokio\\api\\wan2gp-amd.git\\torch.js": null,
        "C:\\pinokio\\api\\wan2gp-amd.git\\start.js": {},
        "C:\\pinokio\\api\\wan2gp-amd.git\\debug.js": {
          "id": "51f9b179-b64b-4a99-818a-df09780cab7f",
          "response": "Microsoft Windows [Version 10.0.26300.9539]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nC:\\pinokio\\api\\wan2gp-amd.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && echo '--- PINOKIO GPU DEBUG ---' && echo 'Platform: win32' && echo 'Detected GPU Type: amd' && echo 'GPU Model String: amd radeon rx 9070' && echo '-------------------------------------------' && echo 'Please show this message in Pinokio-support' && echo '-------------------------------------------'\r\n'--- PINOKIO GPU DEBUG ---' \r\n'Platform: win32' \r\n'Detected GPU Type: amd' \r\n'GPU Model String: amd radeon rx 9070' \r\n'-------------------------------------------' \r\n'Please show this message in Pinokio-support' \r\n'-------------------------------------------'\r\n\r\n(base) C:\\pinokio\\api\\wan2gp-amd.git>",
          "stdout": "Microsoft Windows [Version 10.0.26300.9539]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nC:\\pinokio\\api\\wan2gp-amd.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && echo '--- PINOKIO GPU DEBUG ---' && echo 'Platform: win32' && echo 'Detected GPU Type: amd' && echo 'GPU Model String: amd radeon rx 9070' && echo '-------------------------------------------' && echo 'Please show this message in Pinokio-support' && echo '-------------------------------------------'\r\n'--- PINOKIO GPU DEBUG ---' \r\n'Platform: win32' \r\n'Detected GPU Type: amd' \r\n'GPU Model String: amd radeon rx 9070' \r\n'-------------------------------------------' \r\n'Please show this message in Pinokio-support' \r\n'-------------------------------------------'\r\n\r\n(base) C:\\pinokio\\api\\wan2gp-amd.git>"
        },
        "C:\\pinokio\\api\\wan2gp-amd.git\\update.js": {
          "id": "045c92a4-ff9d-4caf-bfbd-1aee4cfd0829",
          "response": "Microsoft Windows [Version 10.0.26300.9539]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nC:\\pinokio\\api\\wan2gp-amd.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git pull\r\nAlready up to date.\r\n\r\n(base) C:\\pinokio\\api\\wan2gp-amd.git>",
          "stdout": "Microsoft Windows [Version 10.0.26300.9539]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nC:\\pinokio\\api\\wan2gp-amd.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git pull\r\nAlready up to date.\r\n\r\n(base) C:\\pinokio\\api\\wan2gp-amd.git>"
        }
      },
      "args": {
        "C:\\pinokio\\api\\wan2gp-amd.git\\install.js": {},
        "C:\\pinokio\\api\\wan2gp-amd.git\\torch.js": {
          "venv_python": "3.11",
          "venv": "env",
          "path": "app"
        },
        "C:\\pinokio\\api\\wan2gp-amd.git\\start.js": {},
        "C:\\pinokio\\api\\wan2gp-amd.git\\debug.js": {},
        "C:\\pinokio\\api\\wan2gp-amd.git\\update.js": {}
      }
    },
    "procs": {},
    "gpu": "amd",
    "gpus": [
      {
        "name": "advanced micro devices, inc.",
        "model": "amd radeon rx 9070",
        "driver": null
      }
    ],
    "gpu_model": "amd radeon rx 9070",
    "gpu_driver": null,
    "gpu_target": "gfx1201",
    "ram": 32,
    "vram": 16,
    "version": "8.2.0",
    "graphics": {
      "controllers": [
        {
          "vendor": "Advanced Micro Devices, Inc.",
          "model": "AMD Radeon RX 9070",
          "bus": "PCI",
          "vram": 16304,
          "vramDynamic": true,
          "subDeviceId": "24901DA2"
        }
      ],
      "displays": [
        {
          "vendor": "ACR",
          "model": "X30QU S3",
          "serial": "14513C363W01",
          "productionYear": 2024,
          "displayId": "display\\acr0cda\\7&5d145f&4&uid256_0",
          "deviceName": "\\\\.\\DISPLAY1",
          "main": true,
          "builtin": false,
          "connection": "DP",
          "resolutionX": 2560,
          "resolutionY": 1440,
          "sizeX": 70,
          "sizeY": 39,
          "pixelDepth": 32,
          "currentResX": 2048,
          "currentResY": 1152,
          "positionX": 0,
          "positionY": 0,
          "currentRefreshRate": 120
        }
      ]
    },
    "audio": [
      {
        "id": "ROOT\\AMDSAFD&FUN_01&REV_01\\0000",
        "name": "AMD Streaming Audio Device",
        "manufacturer": "AMD",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "USB\\VID_0D8C&PID_0005&MI_00\\8&2EDC24AC&0&0000",
        "name": "USB Audio Class 1.0 and 2.0 DAC Device Driver",
        "manufacturer": "C-MEDIA Inc.",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "HDAUDIO\\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_100A\\7&3A3D3F47&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": "HDAUDIO\\FUNC_01&VEN_10EC&DEV_0897&SUBSYS_1458A194&REV_1004\\5&22057C6F&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": 33945284608,
      "free": 24774111232,
      "used": 9171173376,
      "active": 9171173376,
      "available": 24774111232,
      "buffers": 0,
      "cached": 0,
      "slab": 0,
      "buffcache": 0,
      "reclaimable": 0,
      "swaptotal": 5182062592,
      "swapused": 414187520,
      "swapfree": 4767875072,
      "writeback": null,
      "dirty": null
    },
    "osInfo": {
      "platform": "Windows",
      "distro": "Microsoft Windows 11 Pro",
      "release": "10.0.26300",
      "codename": "26H2",
      "kernel": "10.0.26300",
      "arch": "x64",
      "hostname": "R9700X",
      "fqdn": "R9700X",
      "codepage": "850",
      "logofile": "windows",
      "serial": "00330-53117-59032-AAOEM",
      "build": "26300",
      "servicepack": "0.0",
      "uefi": true,
      "hypervisor": true,
      "remoteSession": false
    },
    "shell": "CMD",
    "system": {
      "manufacturer": "Gigabyte Technology Co., Ltd.",
      "model": "B650 EAGLE",
      "version": "Default string-CF",
      "serial": "Default string",
      "uuid": "03ff0210-04e0-05ee-be06-f90700080009",
      "sku": "Default string",
      "virtual": false
    },
    "cpu": {
      "manufacturer": "AMD",
      "brand": "Ryzen 7 9700X 8-Core Processor",
      "vendor": "AuthenticAMD",
      "family": "26",
      "model": "68",
      "stepping": "0",
      "revision": "17408",
      "voltage": "",
      "speed": 3.8,
      "speedMin": 3.8,
      "speedMax": 3.8,
      "governor": "",
      "cores": 16,
      "physicalCores": 8,
      "performanceCores": 16,
      "efficiencyCores": 0,
      "processors": 1,
      "socket": "AM5",
      "flags": "de pse tsc sep mtrr mca cmov psn clfsh ds mmx fxsr sse sse2 ss htt tm ia64 pbe",
      "virtualization": true,
      "cache": {
        "l1d": 320,
        "l1i": 320,
        "l2": 8388608,
        "l3": 33554432
      }
    }
  }
}

Logs

logs/api/start.js/1789647919821

Source: api / start.js
Lines: 11 total, last 11 included

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

C:\pinokio\api\wan2gp-amd.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\pinokio\api\wan2gp-amd.git\app\venv\Scripts\activate C:\pinokio\api\wan2gp-amd.git\app\venv && python wgp.py --multiple-images --advanced
Traceback (most recent call last):
  File "C:\pinokio\api\wan2gp-amd.git\app\wgp.py", line 12, in <module>
    import torch._logging as tlog
ModuleNotFoundError: No module named 'torch'

(venv) (base) C:\pinokio\api\wan2gp-amd.git\app>
Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
Wan2GP - AMD: ModuleNotFoundError: No module named 'torch' · Pinokio