0

Issue report: Wan2GP - AMD

@jrc4posted Mon, 14 Sep 2026 00:07:15 GMT·0 replies

App: Wan2GP - AMD (wan2gp-amd.git)
Repo: https://github.com/6Morpheus6/wan2gp-amd.git
Generated: 2026-09-14T00:04:52.702Z
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 gtx 1060 6gb",
    "ram_gb": 16,
    "vram_gb": 6,
    "gpu_driver": "560.94",
    "gpu_target": "sm_61"
  },
  "os": {
    "platform": "Windows",
    "distro": "Microsoft Windows 11 Pro",
    "release": "10.0.22000",
    "codename": "21H2",
    "kernel": "10.0.22000",
    "arch": "x64",
    "build": "22000",
    "servicepack": "0.0",
    "uefi": true
  },
  "system": {
    "manufacturer": "Micro-Star International Co., Ltd",
    "model": "MS-7B86",
    "version": "3.0",
    "virtual": false
  },
  "cpu": {
    "manufacturer": "AMD",
    "brand": "Ryzen 5 3600 6-Core Processor",
    "vendor": "AuthenticAMD",
    "family": "23",
    "model": "113",
    "stepping": "0",
    "revision": "28928",
    "speed": 3.6,
    "speedMin": 3.6,
    "speedMax": 3.6,
    "cores": 12,
    "physicalCores": 6,
    "processors": 1,
    "performanceCores": 12,
    "efficiencyCores": 0,
    "virtualization": true,
    "cache": {
      "l1d": 192,
      "l1i": 192,
      "l2": 3145728,
      "l3": 33554432
    }
  },
  "memory": {
    "total": 17101983744,
    "free": 6111956992,
    "used": 10989961216,
    "active": 10989957120,
    "available": 6112026624,
    "buffers": 0,
    "cached": 0,
    "slab": 0,
    "buffcache": 0,
    "swaptotal": 11811160064,
    "swapused": 257949696,
    "swapfree": 11553210368
  },
  "gpus": [
    {
      "model": "nvidia geforce gtx 1060 6gb"
    }
  ],
  "graphics": {
    "controllers": [
      {
        "vendor": "NVIDIA",
        "model": "NVIDIA GeForce GTX 1060 6GB",
        "bus": "PCI",
        "vram": 6144,
        "vramDynamic": false,
        "driverVersion": "560.94"
      }
    ],
    "displays": [
      {
        "model": "H V4 G5",
        "main": true,
        "builtin": false,
        "connection": "HDMI",
        "currentResX": 1920,
        "currentResY": 1080,
        "resolutionX": 1920,
        "resolutionY": 1080,
        "pixelDepth": 32,
        "currentRefreshRate": 74
      },
      {
        "model": "DELL SE419HR",
        "main": false,
        "builtin": false,
        "connection": "HDMI",
        "currentResX": 1920,
        "currentResY": 1080,
        "resolutionX": 1920,
        "resolutionY": 1080,
        "pixelDepth": 32,
        "currentRefreshRate": 74
      }
    ]
  },
  "diagnostics": {
    "platform": "win32",
    "arch": "x64",
    "running": {},
    "home": "E:\\Pinokio",
    "vars": {
      "pip": {
        "install": {
          "torch": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118"
        }
      }
    },
    "memory": {
      "local": {},
      "global": {},
      "rpc": {
        "E:\\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"
            ]
          }
        },
        "E:\\Pinokio\\api\\wan2gp-amd.git\\torch.js": null,
        "E:\\Pinokio\\api\\wan2gp-amd.git\\start.js": {
          "method": "local.set",
          "params": {
            "url": "{{input.event[0]}}"
          }
        },
        "C:\\Users\\jrcma\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\codex\\pinokio.js?cwd=E:\\Pinokio\\api\\wan2gp-amd.git": {
          "when": "{{platform === 'win32'}}",
          "id": "run",
          "method": "shell.run",
          "params": {
            "shell": "{{kernel.path('bin/miniforge/Library/bin/bash.exe')}}",
            "conda": {
              "skip": true
            },
            "message": {
              "_": [
                "npx",
                "-y",
                "@openai/codex@latest",
                "{{args.prompt || undefined}}"
              ]
            },
            "path": "{{args.cwd}}",
            "input": true
          },
          "current": 0,
          "total": 2
        },
        "C:\\Users\\jrcma\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\codex\\pinokio.js": {},
        "E:\\Pinokio\\api\\wan2gp-amd.git\\update.js": {
          "method": "shell.run",
          "params": {
            "path": "app",
            "message": "git pull"
          }
        },
        "E:\\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:\\Users\\jrcma\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\vscode\\pinokio.js?cwd=E:\\Pinokio\\api\\wan2gp-amd.git": {
          "when": "{{which('code')}}",
          "method": "exec",
          "params": {
            "message": "code .",
            "path": "{{args.cwd}}"
          },
          "current": 0,
          "total": 2
        },
        "C:\\Users\\jrcma\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\vscode\\pinokio.js": {}
      },
      "input": {
        "E:\\Pinokio\\api\\wan2gp-amd.git\\install.js": null,
        "E:\\Pinokio\\api\\wan2gp-amd.git\\torch.js": null,
        "E:\\Pinokio\\api\\wan2gp-amd.git\\start.js": {
          "id": "012544c3-a6ac-4f45-9e0d-a5b5f9f5eddf",
          "response": "Microsoft Windows [Version 10.0.22000.2538]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nE:\\Pinokio\\api\\wan2gp-amd.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & E:\\Pinokio\\api\\wan2gp-amd.git\\app\\env\\Scripts\\activate E:\\Pinokio\\api\\wan2gp-amd.git\\app\\env && python wgp.py\r\nE:\\Pinokio\\api\\wan2gp-amd.git\\app\\env\\lib\\site-packages\\diffusers\\models\\transformers\\transformer_kandinsky.py:168: UserWarning: CUDA is not available or torch_xla is imported. Disabling autocast.\r\n  @torch.autocast(device_type=\"cuda\", dtype=torch.float32)\r\nE:\\Pinokio\\api\\wan2gp-amd.git\\app\\env\\lib\\site-packages\\diffusers\\models\\transformers\\transformer_kandinsky.py:272: UserWarning: CUDA is not available or torch_xla is imported. Disabling autocast.\r\n  @torch.autocast(device_type=\"cuda\", dtype=torch.float32)\r\nTraceback (most recent call last):\r\n  File \"E:\\Pinokio\\api\\wan2gp-amd.git\\app\\wgp.py\", line 75, in <module>\r\n    from shared.attention import ATTENTION_MODE_AVAILABILITY, get_attention_modes, get_supported_attention_modes, get_default_attention_mode, get_override_attention_modes, get_supported_override_attention_modes\r\n  File \"E:\\Pinokio\\api\\wan2gp-amd.git\\app\\shared\\attention.py\", line 14, in <module>\r\n    major, minor = (0, 0) if _is_mps else torch.cuda.get_device_capability(None)\r\n  File \"E:\\Pinokio\\api\\wan2gp-amd.git\\app\\env\\lib\\site-packages\\torch\\cuda\\__init__.py\", line 782, in get_device_capability\r\n    prop = get_device_properties(device)\r\n  File \"E:\\Pinokio\\api\\wan2gp-amd.git\\app\\env\\lib\\site-packages\\torch\\cuda\\__init__.py\", line 799, in get_device_properties\r\n    _lazy_init()  # will define _get_device_properties\r\n  File \"E:\\Pinokio\\api\\wan2gp-amd.git\\app\\env\\lib\\site-packages\\torch\\cuda\\__init__.py\", line 584, in _lazy_init\r\n    raise AssertionError(\"Torch not compiled with CUDA enabled\")\r\nAssertionError: Torch not compiled with CUDA enabled\r\n\r\n(env) (base) E:\\Pinokio\\api\\wan2gp-amd.git\\app>",
          "stdout": "Microsoft Windows [Version 10.0.22000.2538]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nE:\\Pinokio\\api\\wan2gp-amd.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & E:\\Pinokio\\api\\wan2gp-amd.git\\app\\env\\Scripts\\activate E:\\Pinokio\\api\\wan2gp-amd.git\\app\\env && python wgp.py\r\nE:\\Pinokio\\api\\wan2gp-amd.git\\app\\env\\lib\\site-packages\\diffusers\\models\\transformers\\transformer_kandinsky.py:168: UserWarning: CUDA is not available or torch_xla is imported. Disabling autocast.\r\n  @torch.autocast(device_type=\"cuda\", dtype=torch.float32)\r\nE:\\Pinokio\\api\\wan2gp-amd.git\\app\\env\\lib\\site-packages\\diffusers\\models\\transformers\\transformer_kandinsky.py:272: UserWarning: CUDA is not available or torch_xla is imported. Disabling autocast.\r\n  @torch.autocast(device_type=\"cuda\", dtype=torch.float32)\r\nTraceback (most recent call last):\r\n  File \"E:\\Pinokio\\api\\wan2gp-amd.git\\app\\wgp.py\", line 75, in <module>\r\n    from shared.attention import ATTENTION_MODE_AVAILABILITY, get_attention_modes, get_supported_attention_modes, get_default_attention_mode, get_override_attention_modes, get_supported_override_attention_modes\r\n  File \"E:\\Pinokio\\api\\wan2gp-amd.git\\app\\shared\\attention.py\", line 14, in <module>\r\n    major, minor = (0, 0) if _is_mps else torch.cuda.get_device_capability(None)\r\n  File \"E:\\Pinokio\\api\\wan2gp-amd.git\\app\\env\\lib\\site-packages\\torch\\cuda\\__init__.py\", line 782, in get_device_capability\r\n    prop = get_device_properties(device)\r\n  File \"E:\\Pinokio\\api\\wan2gp-amd.git\\app\\env\\lib\\site-packages\\torch\\cuda\\__init__.py\", line 799, in get_device_properties\r\n    _lazy_init()  # will define _get_device_properties\r\n  File \"E:\\Pinokio\\api\\wan2gp-amd.git\\app\\env\\lib\\site-packages\\torch\\cuda\\__init__.py\", line 584, in _lazy_init\r\n    raise AssertionError(\"Torch not compiled with CUDA enabled\")\r\nAssertionError: Torch not compiled with CUDA enabled\r\n\r\n(env) (base) E:\\Pinokio\\api\\wan2gp-amd.git\\app>"
        },
        "C:\\Users\\jrcma\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\codex\\pinokio.js?cwd=E:\\Pinokio\\api\\wan2gp-amd.git": {
          "cwd": "E:\\Pinokio\\api\\wan2gp-amd.git",
          "ask_ai": "1",
          "prompt": "Investigate what went wrong. Inspect the app logs and explain the likely root cause and next fix."
        },
        "E:\\Pinokio\\api\\wan2gp-amd.git\\update.js": {
          "id": "3fcf3e7b-110c-4ee3-b0c9-b2d0195caea2",
          "response": "Microsoft Windows [Version 10.0.22000.2538]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nE:\\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) E:\\Pinokio\\api\\wan2gp-amd.git>",
          "stdout": "Microsoft Windows [Version 10.0.22000.2538]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nE:\\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) E:\\Pinokio\\api\\wan2gp-amd.git>"
        },
        "E:\\Pinokio\\api\\wan2gp-amd.git\\debug.js": {
          "id": "31022c1f-4522-4261-a899-285038e27950",
          "response": "Microsoft Windows [Version 10.0.22000.2538]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nE:\\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: nvidia' && echo 'GPU Model String: nvidia geforce gtx 1060 6gb' && echo '-------------------------------------------' && echo 'Please show this message in Pinokio-support' && echo '-------------------------------------------'\r\n'--- PINOKIO GPU DEBUG ---' \r\n'Platform: win32' \r\n'Detected GPU Type: nvidia' \r\n'GPU Model String: nvidia geforce gtx 1060 6gb' \r\n'-------------------------------------------' \r\n'Please show this message in Pinokio-support' \r\n'-------------------------------------------'\r\n\r\n(base) E:\\Pinokio\\api\\wan2gp-amd.git>",
          "stdout": "Microsoft Windows [Version 10.0.22000.2538]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nE:\\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: nvidia' && echo 'GPU Model String: nvidia geforce gtx 1060 6gb' && echo '-------------------------------------------' && echo 'Please show this message in Pinokio-support' && echo '-------------------------------------------'\r\n'--- PINOKIO GPU DEBUG ---' \r\n'Platform: win32' \r\n'Detected GPU Type: nvidia' \r\n'GPU Model String: nvidia geforce gtx 1060 6gb' \r\n'-------------------------------------------' \r\n'Please show this message in Pinokio-support' \r\n'-------------------------------------------'\r\n\r\n(base) E:\\Pinokio\\api\\wan2gp-amd.git>"
        },
        "C:\\Users\\jrcma\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\vscode\\pinokio.js?cwd=E:\\Pinokio\\api\\wan2gp-amd.git": {
          "cwd": "E:\\Pinokio\\api\\wan2gp-amd.git",
          "ask_ai": "1",
          "prompt": "Investigate what went wrong. Inspect the app logs and explain the likely root cause and next fix."
        }
      },
      "args": {
        "E:\\Pinokio\\api\\wan2gp-amd.git\\install.js": {},
        "E:\\Pinokio\\api\\wan2gp-amd.git\\torch.js": null,
        "E:\\Pinokio\\api\\wan2gp-amd.git\\start.js": {},
        "C:\\Users\\jrcma\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\codex\\pinokio.js?cwd=E:\\Pinokio\\api\\wan2gp-amd.git": {
          "cwd": "E:\\Pinokio\\api\\wan2gp-amd.git",
          "ask_ai": "1",
          "prompt": "Investigate what went wrong. Inspect the app logs and explain the likely root cause and next fix."
        },
        "E:\\Pinokio\\api\\wan2gp-amd.git\\update.js": {},
        "E:\\Pinokio\\api\\wan2gp-amd.git\\debug.js": {},
        "C:\\Users\\jrcma\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\vscode\\pinokio.js?cwd=E:\\Pinokio\\api\\wan2gp-amd.git": {
          "cwd": "E:\\Pinokio\\api\\wan2gp-amd.git",
          "ask_ai": "1",
          "prompt": "Investigate what went wrong. Inspect the app logs and explain the likely root cause and next fix."
        }
      }
    },
    "procs": {},
    "gpu": "nvidia",
    "gpus": [
      {
        "name": "nvidia",
        "model": "nvidia geforce gtx 1060 6gb",
        "driver": "560.94"
      }
    ],
    "gpu_model": "nvidia geforce gtx 1060 6gb",
    "gpu_driver": "560.94",
    "gpu_target": "sm_61",
    "ram": 16,
    "vram": 6,
    "version": "8.2.0",
    "mem": {
      "total": 17101983744,
      "free": 6111956992,
      "used": 10989961216,
      "active": 10989957120,
      "available": 6112026624,
      "buffers": 0,
      "cached": 0,
      "slab": 0,
      "buffcache": 0,
      "reclaimable": 0,
      "swaptotal": 11811160064,
      "swapused": 257949696,
      "swapfree": 11553210368,
      "writeback": null,
      "dirty": null
    },
    "audio": [
      {
        "id": "USB\\VID_0B0E&PID_0300&MI_00\\7&38C5AABB&0&0000",
        "name": "USB Audio Device",
        "manufacturer": "(Generic USB Audio)",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "HDAUDIO\\FUNC_01&VEN_10EC&DEV_0897&SUBSYS_1462CB86&REV_1004\\5&2AB4279F&0&0001",
        "name": "High Definition Audio Device",
        "manufacturer": "Microsoft",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "Sound Driver",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "USB\\VID_09DA&PID_2704&MI_02\\7&E81CA4B&0&0002",
        "name": "USB Audio Device",
        "manufacturer": "(Generic USB Audio)",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "HDAUDIO\\FUNC_01&VEN_10DE&DEV_0084&SUBSYS_14623283&REV_1001\\5&2AED92D9&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": "USB\\VID_0600&PID_8D16&MI_00\\7&26576C3&0&0000",
        "name": "USB Audio Device",
        "manufacturer": "(Generic USB Audio)",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "",
        "in": null,
        "out": null,
        "status": "enabled"
      }
    ],
    "osInfo": {
      "platform": "Windows",
      "distro": "Microsoft Windows 11 Pro",
      "release": "10.0.22000",
      "codename": "21H2",
      "kernel": "10.0.22000",
      "arch": "x64",
      "hostname": "C4-PC",
      "fqdn": "C4-PC",
      "codepage": "437",
      "logofile": "windows",
      "serial": "00331-10000-00001-AA464",
      "build": "22000",
      "servicepack": "0.0",
      "uefi": true,
      "hypervisor": true,
      "remoteSession": false
    },
    "graphics": {
      "controllers": [
        {
          "vendor": "NVIDIA",
          "model": "NVIDIA GeForce GTX 1060 6GB",
          "bus": "PCI",
          "vram": 6144,
          "vramDynamic": false,
          "subDeviceId": "0x32831462",
          "driverVersion": "560.94",
          "name": "NVIDIA GeForce GTX 1060 6GB",
          "pciBus": "00000000:26:00.0",
          "memoryTotal": 6144,
          "memoryUsed": 493,
          "memoryFree": 5539,
          "utilizationGpu": 3,
          "utilizationMemory": 9,
          "temperatureGpu": 43,
          "powerDraw": 13.33,
          "powerLimit": 140,
          "clockCore": 607,
          "clockMemory": 405
        }
      ],
      "displays": [
        {
          "vendor": "HN",
          "model": "H V4 G5",
          "serial": "CNC401HHX",
          "productionYear": 2024,
          "displayId": "display\\hpn3843\\5&331859c6&0&uid155905_0",
          "deviceName": "\\\\.\\DISPLAY1",
          "main": true,
          "builtin": false,
          "connection": "HDMI",
          "resolutionX": 1920,
          "resolutionY": 1080,
          "sizeX": 53,
          "sizeY": 30,
          "pixelDepth": 32,
          "currentResX": 1920,
          "currentResY": 1080,
          "positionX": 0,
          "positionY": 0,
          "currentRefreshRate": 74
        },
        {
          "vendor": "DEL",
          "model": "DELL SE419HR",
          "serial": "87VX3",
          "productionYear": 2020,
          "displayId": "display\\delf113\\5&331859c6&0&uid155906_0",
          "deviceName": "\\\\.\\DISPLAY2",
          "main": false,
          "builtin": false,
          "connection": "HDMI",
          "resolutionX": 1920,
          "resolutionY": 1080,
          "sizeX": 53,
          "sizeY": 30,
          "pixelDepth": 32,
          "currentResX": 1920,
          "currentResY": 1080,
          "positionX": 1920,
          "positionY": 0,
          "currentRefreshRate": 74
        }
      ]
    },
    "shell": "CMD",
    "system": {
      "manufacturer": "Micro-Star International Co., Ltd",
      "model": "MS-7B86",
      "version": "3.0",
      "serial": "To be filled by O.E.M.",
      "uuid": "a0ba9abb-8be6-791d-a32d-2cf05de84e54",
      "sku": "To be filled by O.E.M.",
      "virtual": false
    },
    "cpu": {
      "manufacturer": "AMD",
      "brand": "Ryzen 5 3600 6-Core Processor",
      "vendor": "AuthenticAMD",
      "family": "23",
      "model": "113",
      "stepping": "0",
      "revision": "28928",
      "voltage": "",
      "speed": 3.6,
      "speedMin": 3.6,
      "speedMax": 3.6,
      "governor": "",
      "cores": 12,
      "physicalCores": 6,
      "performanceCores": 12,
      "efficiencyCores": 0,
      "processors": 1,
      "socket": "AM4",
      "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": 3145728,
        "l3": 33554432
      }
    }
  }
}

Logs

logs/api/debug.js/1789344178135

Source: api / debug.js
Lines: 14 total, last 14 included

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

E:\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: nvidia' && echo 'GPU Model String: nvidia geforce gtx 1060 6gb' && echo '-------------------------------------------' && echo 'Please show this message in Pinokio-support' && echo '-------------------------------------------'
'--- PINOKIO GPU DEBUG ---' 
'Platform: win32' 
'Detected GPU Type: nvidia' 
'GPU Model String: nvidia geforce gtx 1060 6gb' 
'-------------------------------------------' 
'Please show this message in Pinokio-support' 
'-------------------------------------------'

(base) E:\Pinokio\api\wan2gp-amd.git>

logs/api/debug.js/1789344185492

Source: api / debug.js
Lines: 2 total, last 2 included

[memory]
{"ts":1789344185492,"step":1,"input":{"id":"31022c1f-4522-4261-a899-285038e27950"},"args":{},"global":{},"local":{},"port":42003}
Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
Issue report: Wan2GP - AMD · Pinokio