0

Qwen3-TTS: ❌ Error: AssertionError: Torch not compiled with CUDA enabled

@junjiposted Sun, 20 Sep 2026 21:38:01 GMT·0 replies

App: Qwen3-TTS (Qwen3-TTS-Pinokio.git)
Repo: https://github.com/SUP3RMASS1VE/Qwen3-TTS-Pinokio.git
Generated: 2026-09-20T21:37:16.810Z
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(tm) 890m graphics",
    "ram_gb": 48,
    "vram_gb": 16,
    "gpu_driver": null,
    "gpu_target": null
  },
  "os": {
    "platform": "Windows",
    "distro": "Microsoft Windows 11 Pro",
    "release": "10.0.26200",
    "codename": "25H2",
    "kernel": "10.0.26200",
    "arch": "x64",
    "build": "26200",
    "servicepack": "0.0",
    "uefi": true
  },
  "system": {
    "manufacturer": "Default string",
    "model": "Default string",
    "version": "Default string",
    "virtual": false
  },
  "cpu": {
    "manufacturer": "AMD",
    "brand": "Ryzen AI 9 HX 370 w/ Radeon 890M",
    "vendor": "AuthenticAMD",
    "family": "26",
    "model": "36",
    "stepping": "0",
    "revision": "9216",
    "speed": 2,
    "speedMin": 2,
    "speedMax": 2,
    "cores": 24,
    "physicalCores": 12,
    "processors": 1,
    "performanceCores": 24,
    "efficiencyCores": 0,
    "virtualization": true,
    "cache": {
      "l1d": 480,
      "l1i": 480,
      "l2": 12582912,
      "l3": 25165824
    }
  },
  "memory": {
    "total": 51129470976,
    "free": 29448208384,
    "used": 21681262592,
    "active": 21681262592,
    "available": 29448208384,
    "buffers": 0,
    "cached": 0,
    "slab": 0,
    "buffcache": 0,
    "swaptotal": 3221225472,
    "swapused": 32505856,
    "swapfree": 3188719616
  },
  "gpus": [
    {
      "model": "amd radeon(tm) 890m graphics"
    }
  ],
  "graphics": {
    "controllers": [
      {
        "vendor": "Advanced Micro Devices, Inc.",
        "model": "AMD Radeon(TM) 890M Graphics",
        "bus": "PCI",
        "vram": 16384,
        "vramDynamic": true
      }
    ],
    "displays": [
      {
        "model": "LG HDR WQHD",
        "main": true,
        "builtin": false,
        "connection": "DP",
        "currentResX": 2752,
        "currentResY": 1152,
        "resolutionX": 3440,
        "resolutionY": 1440,
        "pixelDepth": 32,
        "currentRefreshRate": 100
      }
    ]
  },
  "diagnostics": {
    "platform": "win32",
    "arch": "x64",
    "running": {
      "E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\start.json": true,
      "shell//e/pinokio/api/Qwen3-TTS-Pinokio.git_dev.cmd.plain?session=e05719c0-54bd-4f6f-8c37-c76ab3aa25ce": true,
      "C:\\Users\\junji\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\claude\\pinokio.js?cwd=E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git": true
    },
    "home": "E:\\pinokio",
    "vars": {
      "pip": {
        "install": {
          "torch": "pip3 install torch torchvision torchaudio"
        }
      }
    },
    "memory": {
      "local": {
        "E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\start.json": {
          "url": "http://127.0.0.1:7860"
        }
      },
      "global": {},
      "rpc": {
        "E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\install.json": {
          "method": "script.start",
          "params": {
            "uri": "torch.js",
            "params": {
              "path": "app",
              "venv": "venv",
              "xformers": false,
              "triton": false,
              "sageattention": false
            }
          }
        },
        "E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\torch.js": {
          "when": "{{gpu === 'amd' && platform === 'win32'}}",
          "method": "shell.run",
          "params": {
            "venv": "{{args && args.venv ? args.venv : null}}",
            "path": "{{args && args.path ? args.path : '.'}}",
            "message": "uv pip install torch torch-directml torchaudio torchvision numpy==1.26.4 --force-reinstall"
          },
          "next": null
        },
        "E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\start.json": {
          "when": "{{input && input.event && Array.isArray(input.event) && input.event.length > 0}}",
          "method": "local.set",
          "params": {
            "url": "{{input.event[1]}}"
          }
        },
        "C:\\Users\\junji\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\claude\\pinokio.js?cwd=E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git": {
          "when": "{{platform === 'win32'}}",
          "id": "run",
          "method": "shell.run",
          "params": {
            "shell": "{{kernel.path('bin/miniforge/Library/bin/bash.exe')}}",
            "conda": {
              "skip": true
            },
            "env": {
              "CLAUDE_CODE_GIT_BASH_PATH": "{{kernel.path('bin/miniforge/Library/bin/bash.exe')}}"
            },
            "message": {
              "_": [
                "npx",
                "-y",
                "@anthropic-ai/claude-code@latest",
                "{{args.prompt || undefined}}"
              ]
            },
            "path": "{{args.cwd}}",
            "input": true,
            "buffer": 1024
          },
          "current": 0,
          "total": 2
        },
        "C:\\Users\\junji\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\claude\\pinokio.js": {
          "current": 0,
          "total": 2
        }
      },
      "input": {
        "E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\install.json": {
          "id": "ec269cb0-9c6e-4d84-b2d2-4e159e3182c6",
          "response": "Microsoft Windows [Version 10.0.26200.9457]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nE:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & python -m venv E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app\\venv & E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app\\venv\\Scripts\\activate E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app\\venv & E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app\\venv\\Scripts\\deactivate & E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app\\venv\\Scripts\\activate E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app\\venv && uv pip install -r requirements.txt\r\nUsing Python 3.10.20 environment at: venv\r\nResolved 95 packages in 6.67s\r\n      Built openai-whisper==20250625\r\n      Built sox==1.5.0\r\nPrepared 90 packages in 4m 15s\r\nInstalled 94 packages in 12.54s\r\n + accelerate==1.12.0                                     \r\n + aiofiles==24.1.0                                       \r\n + annotated-doc==0.0.5                                   \r\n + annotated-types==0.8.0                                 \r\n + anyio==4.15.1                                          \r\n + audioread==3.1.0                                       \r\n + brotli==1.2.0                                          \r\n + certifi==2026.7.22                                     \r\n + cffi==2.1.1                                            \r\n + charset-normalizer==3.5.1                              \r\n + click==8.5.0                                           \r\n + cloudpickle==3.1.2                                     \r\n + colorama==0.4.6                                        \r\n + coloredlogs==15.0.1                                    \r\n + decorator==5.3.1                                       \r\n + einops==0.8.2                                          \r\n + exceptiongroup==1.3.1                                  \r\n + fastapi==0.141.1                                       \r\n + ffmpy==1.0.0                                           \r\n + filelock==4.0.1                                        \r\n + flatbuffers==25.12.19                                  \r\n + fsspec==2026.9.0                                       \r\n + gradio==6.7.0                                          \r\n + gradio-client==2.2.0                                   \r\n + groovy==0.1.2                                          \r\n + h11==0.16.0                                            \r\n + httpcore==1.0.9                                        \r\n + httpx==0.28.1                                          \r\n + huggingface-hub==0.36.2                                \r\n + humanfriendly==10.0                                    \r\n + idna==3.20                                             \r\n + jinja2==3.1.6                                          \r\n + joblib==1.6.0                                          \r\n + lazy-loader==0.5                                       \r\n + librosa==0.11.0                                        \r\n + llvmlite==0.49.0                                       \r\n + markdown-it-py==4.2.0                                  \r\n + markupsafe==3.0.3                                      \r\n + mdurl==0.1.2                                           \r\n + more-itertools==11.1.0                                 \r\n + mpmath==1.3.0                                          \r\n + msgpack==1.2.2                                         \r\n + networkx==3.4.2                                        \r\n + numba==0.67.0                                          \r\n + numpy==2.2.6                                           \r\n + onnxruntime==1.23.2\r\n + openai-whisper==20250625\r\n + orjson==3.12.0\r\n + packaging==26.3\r\n + pandas==2.3.3\r\n + pillow==12.3.0\r\n + platformdirs==4.11.11\r\n + pooch==1.9.0\r\n + protobuf==7.36.2\r\n + psutil==7.2.2\r\n + pycparser==3.0\r\n + pydantic==2.13.5\r\n + pydantic-core==2.46.5\r\n + pydub==0.25.1\r\n + pygments==2.21.0\r\n+ pyreadline3==3.5.6\r\n + python-dateutil==2.9.0.post0\r\n + python-multipart==0.0.32\r\n + pytz==2026.3.post1\r\n + pyyaml==6.0.3\r\n + regex==2026.9.10\r\n + requests==2.34.2\r\n + rich==15.0.0\r\n + safehttpx==0.1.7\r\n + safetensors==0.8.0\r\n +scikit-learn==1.7.2\r\n + scipy==1.15.3\r\n + semantic-version==2.10.0\r\n + shellingham==1.5.4\r\n + six==1.17.0\r\n + soundfile==0.14.0\r\n + sox==1.5.0\r\n + soxr==1.1.0\r\n + starlette==0.52.1\r\n + sympy==1.14.0\r\n + threadpoolctl==3.7.0\r\n + tiktoken==0.14.0\r\n + tokenizers==0.22.2\r\n + tomlkit==0.13.3\r\n + torch==2.14.0\r\n + torchaudio==2.11.0\r\n + tqdm==4.70.1\r\n + transformers==4.57.3\r\n + typer==0.27.2\r\n + typing-extensions==4.16.0\r\n + typing-inspection==0.4.4\r\n + tzdata==2026.4\r\n + urllib3==2.8.0\r\n + uvicorn==0.53.0\r\n\r\n(venv) (base) E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app>   ",
          "stdout": "Microsoft Windows [Version 10.0.26200.9457]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nE:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & python -m venv E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app\\venv & E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app\\venv\\Scripts\\activate E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app\\venv & E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app\\venv\\Scripts\\deactivate & E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app\\venv\\Scripts\\activate E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app\\venv && uv pip install -r requirements.txt\r\nUsing Python 3.10.20 environment at: venv\r\nResolved 95 packages in 6.67s\r\n      Built openai-whisper==20250625\r\n      Built sox==1.5.0\r\nPrepared 90 packages in 4m 15s\r\nInstalled 94 packages in 12.54s\r\n + accelerate==1.12.0                                     \r\n + aiofiles==24.1.0                                       \r\n + annotated-doc==0.0.5                                   \r\n + annotated-types==0.8.0                                 \r\n + anyio==4.15.1                                          \r\n + audioread==3.1.0                                       \r\n + brotli==1.2.0                                          \r\n + certifi==2026.7.22                                     \r\n + cffi==2.1.1                                            \r\n + charset-normalizer==3.5.1                              \r\n + click==8.5.0                                           \r\n + cloudpickle==3.1.2                                     \r\n + colorama==0.4.6                                        \r\n + coloredlogs==15.0.1                                    \r\n + decorator==5.3.1                                       \r\n + einops==0.8.2                                          \r\n + exceptiongroup==1.3.1                                  \r\n + fastapi==0.141.1                                       \r\n + ffmpy==1.0.0                                           \r\n + filelock==4.0.1                                        \r\n + flatbuffers==25.12.19                                  \r\n + fsspec==2026.9.0                                       \r\n + gradio==6.7.0                                          \r\n + gradio-client==2.2.0                                   \r\n + groovy==0.1.2                                          \r\n + h11==0.16.0                                            \r\n + httpcore==1.0.9                                        \r\n + httpx==0.28.1                                          \r\n + huggingface-hub==0.36.2                                \r\n + humanfriendly==10.0                                    \r\n + idna==3.20                                             \r\n + jinja2==3.1.6                                          \r\n + joblib==1.6.0                                          \r\n + lazy-loader==0.5                                       \r\n + librosa==0.11.0                                        \r\n + llvmlite==0.49.0                                       \r\n + markdown-it-py==4.2.0                                  \r\n + markupsafe==3.0.3                                      \r\n + mdurl==0.1.2                                           \r\n + more-itertools==11.1.0                                 \r\n + mpmath==1.3.0                                          \r\n + msgpack==1.2.2                                         \r\n + networkx==3.4.2                                        \r\n + numba==0.67.0                                          \r\n + numpy==2.2.6                                           \r\n + onnxruntime==1.23.2\r\n + openai-whisper==20250625\r\n + orjson==3.12.0\r\n + packaging==26.3\r\n + pandas==2.3.3\r\n + pillow==12.3.0\r\n + platformdirs==4.11.11\r\n + pooch==1.9.0\r\n + protobuf==7.36.2\r\n + psutil==7.2.2\r\n + pycparser==3.0\r\n + pydantic==2.13.5\r\n + pydantic-core==2.46.5\r\n + pydub==0.25.1\r\n + pygments==2.21.0\r\n+ pyreadline3==3.5.6\r\n + python-dateutil==2.9.0.post0\r\n + python-multipart==0.0.32\r\n + pytz==2026.3.post1\r\n + pyyaml==6.0.3\r\n + regex==2026.9.10\r\n + requests==2.34.2\r\n + rich==15.0.0\r\n + safehttpx==0.1.7\r\n + safetensors==0.8.0\r\n +scikit-learn==1.7.2\r\n + scipy==1.15.3\r\n + semantic-version==2.10.0\r\n + shellingham==1.5.4\r\n + six==1.17.0\r\n + soundfile==0.14.0\r\n + sox==1.5.0\r\n + soxr==1.1.0\r\n + starlette==0.52.1\r\n + sympy==1.14.0\r\n + threadpoolctl==3.7.0\r\n + tiktoken==0.14.0\r\n + tokenizers==0.22.2\r\n + tomlkit==0.13.3\r\n + torch==2.14.0\r\n + torchaudio==2.11.0\r\n + tqdm==4.70.1\r\n + transformers==4.57.3\r\n + typer==0.27.2\r\n + typing-extensions==4.16.0\r\n + typing-inspection==0.4.4\r\n + tzdata==2026.4\r\n + urllib3==2.8.0\r\n + uvicorn==0.53.0\r\n\r\n(venv) (base) E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app>   "
        },
        "E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\torch.js": null,
        "E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\start.json": {
          "id": "028d6c84-d77e-451d-bb01-059af168fd50",
          "response": "Microsoft Windows [Version 10.0.26200.9457]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nE:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app\\venv\\Scripts\\activate E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app\\venv && python app.py\r\n* Running on local URL:  http://127.0.0.1:7860",
          "stdout": "Microsoft Windows [Version 10.0.26200.9457]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nE:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app\\venv\\Scripts\\activate E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\app\\venv && python app.py\r\n* Running on local URL:  http://127.0.0.1:7860",
          "event": [
            "http://127.0.0.1:7860",
            "http://127.0.0.1:7860"
          ]
        },
        "C:\\Users\\junji\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\claude\\pinokio.js?cwd=E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git": {
          "cwd": "E:\\pinokio\\api\\Qwen3-TTS-Pinokio.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\\Qwen3-TTS-Pinokio.git\\install.json": {},
        "E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\torch.js": {
          "path": "app",
          "venv": "venv",
          "xformers": false,
          "triton": false,
          "sageattention": false
        },
        "E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git\\start.json": {},
        "C:\\Users\\junji\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\claude\\pinokio.js?cwd=E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git": {
          "cwd": "E:\\pinokio\\api\\Qwen3-TTS-Pinokio.git",
          "ask_ai": "1",
          "prompt": "Investigate what went wrong. Inspect the app logs and explain the likely root cause and next fix."
        }
      }
    },
    "procs": {},
    "gpu": "amd",
    "gpus": [
      {
        "name": "advanced micro devices, inc.",
        "model": "amd radeon(tm) 890m graphics",
        "driver": null
      }
    ],
    "gpu_model": "amd radeon(tm) 890m graphics",
    "gpu_driver": null,
    "gpu_target": null,
    "ram": 48,
    "vram": 16,
    "version": "8.2.0",
    "mem": {
      "total": 51129470976,
      "free": 29448208384,
      "used": 21681262592,
      "active": 21681262592,
      "available": 29448208384,
      "buffers": 0,
      "cached": 0,
      "slab": 0,
      "buffcache": 0,
      "reclaimable": 0,
      "swaptotal": 3221225472,
      "swapused": 32505856,
      "swapfree": 3188719616,
      "writeback": null,
      "dirty": null
    },
    "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": "HDAUDIO\\FUNC_01&VEN_10EC&DEV_0269&SUBSYS_10EC12E8&REV_1002\\5&136863BA&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_2EC2&PID_0004&MI_02\\9&A2C3932&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_1002&DEV_AA01&SUBSYS_00AA0100&REV_1009\\5&365B936B&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": "TUSBAUDIO_ENUM\\VID_20B1&PID_30A0&KS\\7&2EE176F&0&4",
        "name": "XMOS USB Audio",
        "manufacturer": "XMOS",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "ROOT\\MEDIA\\0000",
        "name": "FxSound Audio Enhancer",
        "manufacturer": "FxSound",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "ROOT\\MEDIA\\0001",
        "name": "VB-Audio Virtual Cable",
        "manufacturer": "VB-Audio Software",
        "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.26200",
      "codename": "25H2",
      "kernel": "10.0.26200",
      "arch": "x64",
      "hostname": "Junji-MiniPC",
      "fqdn": "JUNJI-MINIPC",
      "codepage": "437",
      "logofile": "windows",
      "serial": "00330-80000-00000-AA136",
      "build": "26200",
      "servicepack": "0.0",
      "uefi": true,
      "hypervisor": true,
      "remoteSession": false
    },
    "shell": "CMD",
    "system": {
      "manufacturer": "Default string",
      "model": "Default string",
      "version": "Default string",
      "serial": "Default string",
      "uuid": "03000200-0400-0500-0006-000700080009",
      "sku": "Default string",
      "virtual": false
    },
    "graphics": {
      "controllers": [
        {
          "vendor": "Advanced Micro Devices, Inc.",
          "model": "AMD Radeon(TM) 890M Graphics",
          "bus": "PCI",
          "vram": 16384,
          "vramDynamic": true,
          "subDeviceId": "01241002"
        }
      ],
      "displays": [
        {
          "vendor": "GSM",
          "model": "LG HDR WQHD",
          "serial": "104NTLED1176",
          "productionYear": 2021,
          "displayId": "display\\gsm7756\\5&16867cf9&0&uid256_0",
          "deviceName": "\\\\.\\DISPLAY1",
          "main": true,
          "builtin": false,
          "connection": "DP",
          "resolutionX": 3440,
          "resolutionY": 1440,
          "sizeX": 82,
          "sizeY": 34,
          "pixelDepth": 32,
          "currentResX": 2752,
          "currentResY": 1152,
          "positionX": 0,
          "positionY": 0,
          "currentRefreshRate": 100
        }
      ]
    },
    "cpu": {
      "manufacturer": "AMD",
      "brand": "Ryzen AI 9 HX 370 w/ Radeon 890M",
      "vendor": "AuthenticAMD",
      "family": "26",
      "model": "36",
      "stepping": "0",
      "revision": "9216",
      "voltage": "",
      "speed": 2,
      "speedMin": 2,
      "speedMax": 2,
      "governor": "",
      "cores": 24,
      "physicalCores": 12,
      "performanceCores": 24,
      "efficiencyCores": 0,
      "processors": 1,
      "socket": "Other",
      "flags": "de pse tsc sep mtrr mca cmov psn clfsh ds mmx fxsr sse sse2 ss htt tm ia64 pbe",
      "virtualization": true,
      "cache": {
        "l1d": 480,
        "l1i": 480,
        "l2": 12582912,
        "l3": 25165824
      }
    }
  }
}

Logs

logs/api/install.json/1789938043618

Source: api / install.json
Lines: 14 total, last 14 included

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

E:\pinokio\api\Qwen3-TTS-Pinokio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git clone https://github.com/SUP3RMASS1VE/Qwen3-TTS app
Cloning into 'app'...
remote: Enumerating objects: 84, done.
remote: Counting objects: 100% (84/84), done.
remote: Compressing objects: 100% (81/81), done.
remote: Total 84 (delta 21), reused 0 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (84/84), 220.75 KiB | 1.21 MiB/s, done.
Resolving deltas: 100% (21/21), done.

(base) E:\pinokio\api\Qwen3-TTS-Pinokio.git>

logs/api/install.json/1789938050104

Source: api / install.json
Lines: 84 total, last 84 included

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

E:\pinokio\api\Qwen3-TTS-Pinokio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && conda install -y sox
conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && conda install -y sox
Channels:
 - conda-forgedone
Solving environment: done
Collecting package metadata (repodata.json): - 

==> WARNING: A newer version of conda exists. <==
    current version: 26.5.3
    latest version: 26.7.2

Please update conda by running

    $ conda self update



## Package Plan ##

  environment location: E:\pinokio\bin\miniforge

  added / updated specs:
    - sox


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    dav1d-1.2.1                |       hcfcfb64_0        e
    ffmpeg-8.1.2               | gpl_hdd6294f_902        e
    lame-3.100                 |    hcfcfb64_1003        e
    libflac-1.5.0              |       h08124e9_1        e
    liblzma-devel-5.8.3        |       hfd05255_0        e
    libmad-0.15.1b             |    hcfcfb64_1001        e
    libsndfile-1.2.2           |       hc3b4fa0_2        e
    mpg123-1.32.9              |       h365c5b5_0        e
    shaderc-2026.2             |       h8fa7867_0        e
    sox-14.4.2                 |    hb83ef69_1021        e
    svt-av1-4.0.1              |       hac47afa_0        e
    vs2015_runtime-14.51.36231 |      h84cd919_38        e
    ------------------------------------------------------
                                           Total:        B

The following NEW packages will be INSTALLED:

  dav1d              conda-forge/win-64::dav1d-1.2.1-hcfc 
  libflac            conda-forge/win-64::libflac-1.5.0-h0 
  liblzma-devel      conda-forge/win-64::liblzma-devel-5. 
  libmad             conda-forge/win-64::libmad-0.15.1b-h 
  libsndfile         conda-forge/win-64::libsndfile-1.2.2 
  sox                conda-forge/win-64::sox-14.4.2-hb83e 
  vs2015_runtime     conda-forge/win-64::vs2015_runtime-1 

The following packages will be DOWNGRADED:

  lame                                       4.0-h0c5f640 
  mpg123                                  1.33.7-ha58212f 
  shaderc                                 2026.3-hef10606 
  svt-av1                                  4.2.0-hac47afa 

The following packages will be REVISED:

  ffmpeg                             8.1.2-gpl_hfba0be1_9 



Downloading and Extracting Packages:
 
Preparing transaction: done 
Verifying transaction: done 
Executing transaction: done 
 
(base) E:\pinokio\api\Qwen3-TTS-Pinokio.git> 

 
 
 
 
 

logs/api/install.json/1789938071180

Source: api / install.json
Lines: 110 total, last 110 included

[memory]
{"ts":1789938356123,"step":3,"input":{"id":"ec269cb0-9c6e-4d84-b2d2-4e159e3182c6"},"args":{},"global":{},"local":{},"port":42003}

[memory]
Microsoft Windows [Version 10.0.26200.9457]
(c) Microsoft Corporation. All rights reserved.

E:\pinokio\api\Qwen3-TTS-Pinokio.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & python -m venv E:\pinokio\api\Qwen3-TTS-Pinokio.git\app\venv & E:\pinokio\api\Qwen3-TTS-Pinokio.git\app\venv\Scripts\activate E:\pinokio\api\Qwen3-TTS-Pinokio.git\app\venv & E:\pinokio\api\Qwen3-TTS-Pinokio.git\app\venv\Scripts\deactivate & E:\pinokio\api\Qwen3-TTS-Pinokio.git\app\venv\Scripts\activate E:\pinokio\api\Qwen3-TTS-Pinokio.git\app\venv && uv pip install -r requirements.txt
Using Python 3.10.20 environment at: venv
Resolved 95 packages in 6.67s
      Built openai-whisper==20250625
      Built sox==1.5.0
Prepared 90 packages in 4m 15s
Installed 94 packages in 12.54s
 + accelerate==1.12.0                                     
 + aiofiles==24.1.0                                       
 + annotated-doc==0.0.5                                   
 + annotated-types==0.8.0                                 
 + anyio==4.15.1                                          
 + audioread==3.1.0                                       
 + brotli==1.2.0                                          
 + certifi==2026.7.22                                     
 + cffi==2.1.1                                            
 + charset-normalizer==3.5.1                              
 + click==8.5.0                                           
 + cloudpickle==3.1.2                                     
 + colorama==0.4.6                                        
 + coloredlogs==15.0.1                                    
 + decorator==5.3.1                                       
 + einops==0.8.2                                          
 + exceptiongroup==1.3.1                                  
 + fastapi==0.141.1                                       
 + ffmpy==1.0.0                                           
 + filelock==4.0.1                                        
 + flatbuffers==25.12.19                                  
 + fsspec==2026.9.0                                       
 + gradio==6.7.0                                          
 + gradio-client==2.2.0                                   
 + groovy==0.1.2                                          
 + h11==0.16.0                                            
 + httpcore==1.0.9                                        
 + httpx==0.28.1                                          
 + huggingface-hub==0.36.2                                
 + humanfriendly==10.0                                    
 + idna==3.20                                             
 + jinja2==3.1.6                                          
 + joblib==1.6.0                                          
 + lazy-loader==0.5                                       
 + librosa==0.11.0                                        
 + llvmlite==0.49.0                                       
 + markdown-it-py==4.2.0                                  
 + markupsafe==3.0.3                                      
 + mdurl==0.1.2                                           
 + more-itertools==11.1.0                                 
 + mpmath==1.3.0                                          
 + msgpack==1.2.2                                         
 + networkx==3.4.2                                        
 + numba==0.67.0                                          
 + numpy==2.2.6                                           
 + onnxruntime==1.23.2
 + openai-whisper==20250625
 + orjson==3.12.0
 + packaging==26.3
 + pandas==2.3.3
 + pillow==12.3.0
 + platformdirs==4.11.11
 + pooch==1.9.0
 + protobuf==7.36.2
 + psutil==7.2.2
 + pycparser==3.0
 + pydantic==2.13.5
 + pydantic-core==2.46.5
 + pydub==0.25.1
 + pygments==2.21.0
+ pyreadline3==3.5.6
 + python-dateutil==2.9.0.post0
 + python-multipart==0.0.32
 + pytz==2026.3.post1
 + pyyaml==6.0.3
 + regex==2026.9.10
 + requests==2.34.2
 + rich==15.0.0
 + safehttpx==0.1.7
 + safetensors==0.8.0
 +scikit-learn==1.7.2
 + scipy==1.15.3
 + semantic-version==2.10.0
 + shellingham==1.5.4
 + six==1.17.0
 + soundfile==0.14.0
 + sox==1.5.0
 + soxr==1.1.0
 + starlette==0.52.1
 + sympy==1.14.0
 + threadpoolctl==3.7.0
 + tiktoken==0.14.0
 + tokenizers==0.22.2
 + tomlkit==0.13.3
 + torch==2.14.0
 + torchaudio==2.11.0
 + tqdm==4.70.1
 + transformers==4.57.3
 + typer==0.27.2
 + typing-extensions==4.16.0
 + typing-inspection==0.4.4
 + tzdata==2026.4
 + urllib3==2.8.0
 + uvicorn==0.53.0

(venv) (base) E:\pinokio\api\Qwen3-TTS-Pinokio.git\app>   

logs/api/install.json/1789938356128

Source: api / install.json
Lines: 29 total, last 29 included

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

E:\pinokio\api\Qwen3-TTS-Pinokio.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & E:\pinokio\api\Qwen3-TTS-Pinokio.git\app\venv\Scripts\activate E:\pinokio\api\Qwen3-TTS-Pinokio.git\app\venv && uv pip install torch torch-directml torchaudio torchvision numpy==1.26.4 --force-reinstall
Using Python 3.10.20 environment at: venv
Resolved 15 packages in 960ms
Prepared 15 packages in 1.71s
Uninstalled 13 packages in 8.82s                          
Installed 15 packages in 8.23s
 ~ filelock==4.0.1                                        
 ~ fsspec==2026.9.0                                       
 ~ jinja2==3.1.6                                          
 ~ markupsafe==3.0.3                                      
 ~ mpmath==1.3.0
 ~ networkx==3.4.2
 - numpy==2.2.6
 + numpy==1.26.4
 ~ pillow==12.3.0
 - setuptools==79.0.1
 + setuptools==84.0.0
 ~ sympy==1.14.0
 ~ torch==2.14.0
 + torch-directml==0.1.13.dev221216
 ~ torchaudio==2.11.0
 + torchvision==0.29.0
 ~ typing-extensions==4.16.0

(venv) (base) E:\pinokio\api\Qwen3-TTS-Pinokio.git\app>

logs/api/torch.js/1789938356159

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

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

E:\pinokio\api\Qwen3-TTS-Pinokio.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & E:\pinokio\api\Qwen3-TTS-Pinokio.git\app\venv\Scripts\activate E:\pinokio\api\Qwen3-TTS-Pinokio.git\app\venv && uv pip install torch torch-directml torchaudio torchvision numpy==1.26.4 --force-reinstall
Using Python 3.10.20 environment at: venv
Resolved 15 packages in 960ms
Prepared 15 packages in 1.71s
Uninstalled 13 packages in 8.82s                          
Installed 15 packages in 8.23s
 ~ filelock==4.0.1                                        
 ~ fsspec==2026.9.0                                       
 ~ jinja2==3.1.6                                          
 ~ markupsafe==3.0.3                                      
 ~ mpmath==1.3.0
 ~ networkx==3.4.2
 - numpy==2.2.6
 + numpy==1.26.4
 ~ pillow==12.3.0
 - setuptools==79.0.1
 + setuptools==84.0.0
 ~ sympy==1.14.0
 ~ torch==2.14.0
 + torch-directml==0.1.13.dev221216
 ~ torchaudio==2.11.0
 + torchvision==0.29.0
 ~ typing-extensions==4.16.0

(venv) (base) E:\pinokio\api\Qwen3-TTS-Pinokio.git\app>

logs/api/start.json/1789938382320

Source: api / start.json
Lines: 38 total, last 38 included

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

E:\pinokio\api\Qwen3-TTS-Pinokio.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & E:\pinokio\api\Qwen3-TTS-Pinokio.git\app\venv\Scripts\activate E:\pinokio\api\Qwen3-TTS-Pinokio.git\app\venv && python app.py
* Running on local URL:  http://127.0.0.1:7860
* To create a public link, set `share=True` in `launch()`.
Fetching 13 files:   0%|          | 0/13 [00:00<?, ?it/s]Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
.gitattributes: 1.52kB [00:00, 1.52MB/s]
README.md: 3.21kB [00:00, ?B/s]B/s]
generation_config.json: 100%|█| 245/245 [00:00<00:00, 244
config.json: 4.42kB [00:00, 4.40MB/s]
preprocessor_config.json: 100%|█| 127/127 [00:00<?, ?B/s]
Fetching 13 files:  38%|▊ | 5/13 [00:00<00:00, 12.32it/s]
config.json: 2.34kB [00:00, ?B/s]
merges.txt: 1.67MB [00:00, 15.4MB/s]
Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
configuration.json: 100%|█████| 76.0/76.0 [00:00<?, ?B/s]
model.safetensors: 100%|█| 682M/682M [00:26<00:00, 25.5MB
model.safetensors: 100%|█| 3.83G/3.83G [01:09<00:00, 55.1

********
Warning: flash-attn is not installed. Will only run the manual PyTorch version. Please install flash-attn for faster inference.
********
 
preprocessor_config.json: 100%|█| 234/234 [00:00<?, ?B/s]
tokenizer_config.json: 7.34kB [00:00, ?B/s][00:00<?, ?B/s
vocab.json: 2.78MB [00:00, 22.0MB/s]
Fetching 13 files: 100%|█| 13/13 [00:00<00:00, 23.98it/s]
❌ Error: AssertionError: Torch not compiled with CUDA enabled
Fetching 13 files: 100%|█| 13/13 [00:00<00:00, 3173.99it/
❌ Error: AssertionError: Torch not compiled with CUDA enabled
Fetching 13 files: 100%|█| 13/13 [00:00<00:00, 4335.03it/
❌ Error: AssertionError: Torch not compiled with CUDA enaabled
Fetching 13 files: 100%|█| 13/13 [00:00<00:00, 3252.17it/
❌ Error: AssertionError: Torch not compiled with CUDA enaabled
Fetching 13 files: 100%|█| 13/13 [00:00<00:00, 4333.30it/
❌ Error: AssertionError: Torch not compiled with CUDA enaabled
Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).