0
LTX-2.3 (Windows): error: Requested extra not found: inference
App: LTX-2.3 (Windows) (LTX2.3-Inference-for-windows.git)
Repo: https://github.com/SyFeee/LTX2.3-Inference-for-windows.git
Generated: 2026-09-14T01:13:16.423Z
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 580 2048sp",
"ram_gb": 16,
"vram_gb": 8,
"gpu_driver": null,
"gpu_target": "gfx803"
},
"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": "System manufacturer",
"model": "System Product Name",
"version": "System Version",
"virtual": false
},
"cpu": {
"manufacturer": "AMD",
"brand": "Ryzen 3 PRO 4350G with Radeon Graphics",
"vendor": "AuthenticAMD",
"family": "23",
"model": "96",
"stepping": "1",
"revision": "24577",
"speed": 2,
"speedMin": 2,
"speedMax": 3.9,
"cores": 8,
"physicalCores": 4,
"processors": 1,
"performanceCores": 8,
"efficiencyCores": 0,
"virtualization": false,
"cache": {
"l1d": 128,
"l1i": 128,
"l2": 2097152,
"l3": 4194304
}
},
"memory": {
"total": 16959352832,
"free": 7839797248,
"used": 9119555584,
"active": 9119555584,
"available": 7839797248,
"buffers": 0,
"cached": 0,
"slab": 0,
"buffcache": 0,
"swaptotal": 17179869184,
"swapused": 125829120,
"swapfree": 17054040064
},
"gpus": [
{
"model": "amd radeon rx 580 2048sp"
}
],
"graphics": {
"controllers": [
{
"vendor": "Advanced Micro Devices, Inc.",
"model": "AMD Radeon RX 580 2048SP",
"bus": "PCI",
"vram": 8192,
"vramDynamic": true
}
],
"displays": [
{
"model": "LED MONITOR",
"main": true,
"builtin": false,
"connection": "HDMI",
"currentResX": 1920,
"currentResY": 1080,
"resolutionX": 1920,
"resolutionY": 1080,
"pixelDepth": 32,
"currentRefreshRate": 60
}
]
},
"diagnostics": {
"platform": "win32",
"arch": "x64",
"running": {
"shell//c/pinokio/api/wan2gp-amd.git_dev.cmd.venv.0?session=ce94d15d-e65b-4952-b28e-f4b44efdbed4": true
},
"home": "C:\\pinokio",
"vars": {
"pip": {
"install": {
"torch": "pip3 install torch torchvision torchaudio"
}
}
},
"memory": {
"local": {},
"global": {},
"rpc": {
"C:\\pinokio\\api\\wan2gp-amd.git\\start.js": {
"method": "local.set",
"params": {
"url": "{{input.event[0]}}"
}
},
"C:\\pinokio\\api\\LTX2.3-Inference-for-windows.git\\install.js": {
"method": "shell.run",
"params": {
"venv": "env",
"path": "app",
"message": "uv pip install -r pyproject.toml --extra inference",
"on": [
{
"event": "/error/i",
"run": {
"method": "shell.run",
"params": {
"venv": "env",
"path": "app",
"message": "uv pip sync pyproject.toml"
}
}
}
]
}
},
"C:\\pinokio\\api\\LTX2.3-Inference-for-windows.git\\torch.js": {
"method": "shell.run",
"params": {
"venv": "env",
"path": "app",
"message": "pip install torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1"
}
}
},
"input": {
"C:\\pinokio\\api\\wan2gp-amd.git\\start.js": {
"id": "b2d9d815-e26c-4036-875b-82fa184240c0",
"response": "Microsoft Windows [Version 10.0.26200.9445]\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 & bluefairy-activate.cmd && python wgp.py\r\n[OK] bluefairy active: uv/npm/bun protection enabled\r\nC:\\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\nC:\\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 \"C:\\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 \"C:\\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 \"C:\\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 \"C:\\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 \"C:\\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) C:\\pinokio\\api\\wan2gp-amd.git\\app>",
"stdout": "Microsoft Windows [Version 10.0.26200.9445]\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 & bluefairy-activate.cmd && python wgp.py\r\n[OK] bluefairy active: uv/npm/bun protection enabled\r\nC:\\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\nC:\\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 \"C:\\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 \"C:\\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 \"C:\\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 \"C:\\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 \"C:\\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) C:\\pinokio\\api\\wan2gp-amd.git\\app>"
},
"C:\\pinokio\\api\\LTX2.3-Inference-for-windows.git\\install.js": {
"id": "25dee7f1-2933-42b2-90e6-469756a83a74",
"response": "Microsoft Windows [Version 10.0.26200.9445]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nC:\\pinokio\\api\\LTX2.3-Inference-for-windows.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\\pinokio\\api\\LTX2.3-Inference-for-windows.git\\app\\env\\Scripts\\activate C:\\pinokio\\api\\LTX2.3-Inference-for-windows.git\\app\\env & bluefairy-activate.cmd && pip install torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1\r\n[OK] bluefairy active: uv/npm/bun protection enabled\r\nCollecting torch==2.4.1\r\n Downloading torch-2.4.1-cp310-cp310-win_amd64.whl.metadata (27 kB)\r\nCollecting torchvision==0.19.1\r\n Downloading torchvision-0.19.1-cp310-cp310-win_amd64.whl.metadata (6.1 kB)\r\nCollecting torchaudio==2.4.1\r\n Downloading torchaudio-2.4.1-cp310-cp310-win_amd64.whl.metadata (6.5 kB)\r\nCollecting filelock (from torch==2.4.1)\r\n Downloading filelock-3.32.6-py3-none-any.whl.metadata (2.0 kB)\r\nCollecting typing-extensions>=4.8.0 (from torch==2.4.1)\r\n Downloading typing_extensions-4.16.0-py3-none-any.whl.metadata (3.3 kB)\r\nCollecting sympy (from torch==2.4.1)\r\n Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB)\r\nCollecting networkx (from torch==2.4.1)\r\n Downloading networkx-3.4.2-py3-none-any.whl.metadata (6.3 kB)\r\nCollecting jinja2 (from torch==2.4.1)\r\n Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)\r\nCollecting fsspec (from torch==2.4.1)\r\n Downloading fsspec-2026.7.0-py3-none-any.whl.metadata (10 kB)\r\nCollecting numpy (from torchvision==0.19.1)\r\n Downloading numpy-2.2.6-cp310-cp310-win_amd64.whl.metadata (60 kB)\r\nCollecting pillow!=8.3.*,>=5.3.0 (from torchvision==0.19.1)\r\n Downloading pillow-12.3.0-cp310-cp310-win_amd64.whl.metadata (9.3 kB)\r\nCollecting MarkupSafe>=2.0 (from jinja2->torch==2.4.1)\r\n Downloading markupsafe-3.0.3-cp310-cp310-win_amd64.whl.metadata (2.8 kB)\r\nCollecting mpmath<1.4,>=1.1.0 (from sympy->torch==2.4.1)\r\n Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB)\r\nDownloading torch-2.4.1-cp310-cp310-win_amd64.whl (199.4 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 MB 5.0 MB/s 0:00:40\r\nDownloading torchvision-0.19.1-cp310-cp310-win_amd64.whl (1.3 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 1.9 MB/s 0:00:00\r\nDownloading torchaudio-2.4.1-cp310-cp310-win_amd64.whl (2.4 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 3.1 MB/s 0:00:00\r\nDownloading pillow-12.3.0-cp310-cp310-win_amd64.whl (7.2 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/7.2 MB 4.2 MB/s 0:00:01\r\nDownloading typing_extensions-4.16.0-py3-none-any.whl (45 kB)\r\nDownloading filelock-3.32.6-py3-none-any.whl (100 kB)\r\nDownloading fsspec-2026.7.0-py3-none-any.whl (206 kB)\r\nDownloading jinja2-3.1.6-py3-none-any.whl (134 kB)\r\nDownloading markupsafe-3.0.3-cp310-cp310-win_amd64.whl (15 kB)\r\nDownloading networkx-3.4.2-py3-none-any.whl (1.7 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 3.7 MB/s 0:00:00\r\nDownloading numpy-2.2.6-cp310-cp310-win_amd64.whl (12.9 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 3.6 MB/s 0:00:03\r\nDownloading sympy-1.14.0-py3-none-any.whl (6.3 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 3.8 MB/s 0:00:01\r\nDownloading mpmath-1.3.0-py3-none-any.whl (536 kB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 3.5 MB/s 0:00:00\r\nInstalling collected packages: mpmath, typing-extensions, sympy, pillow, numpy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch, torchvision, torchaudio\r\nSuccessfully installed MarkupSafe-3.0.3 filelock-3.32.6 fsspec-2026.7.0 jinja2-3.1.6 mpmath-1.3.0 networkx-3.4.2 numpy-2.2.6 pillow-12.3.0 sympy-1.14.0 torch-2.4.1 torchaudio-2.4.1 torchvision-0.19.1 typing-extensions-4.16.0\r\n\r\n(env) (base) C:\\pinokio\\api\\LTX2.3-Inference-for-windows.git\\app>",
"stdout": "Microsoft Windows [Version 10.0.26200.9445]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nC:\\pinokio\\api\\LTX2.3-Inference-for-windows.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\\pinokio\\api\\LTX2.3-Inference-for-windows.git\\app\\env\\Scripts\\activate C:\\pinokio\\api\\LTX2.3-Inference-for-windows.git\\app\\env & bluefairy-activate.cmd && pip install torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1\r\n[OK] bluefairy active: uv/npm/bun protection enabled\r\nCollecting torch==2.4.1\r\n Downloading torch-2.4.1-cp310-cp310-win_amd64.whl.metadata (27 kB)\r\nCollecting torchvision==0.19.1\r\n Downloading torchvision-0.19.1-cp310-cp310-win_amd64.whl.metadata (6.1 kB)\r\nCollecting torchaudio==2.4.1\r\n Downloading torchaudio-2.4.1-cp310-cp310-win_amd64.whl.metadata (6.5 kB)\r\nCollecting filelock (from torch==2.4.1)\r\n Downloading filelock-3.32.6-py3-none-any.whl.metadata (2.0 kB)\r\nCollecting typing-extensions>=4.8.0 (from torch==2.4.1)\r\n Downloading typing_extensions-4.16.0-py3-none-any.whl.metadata (3.3 kB)\r\nCollecting sympy (from torch==2.4.1)\r\n Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB)\r\nCollecting networkx (from torch==2.4.1)\r\n Downloading networkx-3.4.2-py3-none-any.whl.metadata (6.3 kB)\r\nCollecting jinja2 (from torch==2.4.1)\r\n Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)\r\nCollecting fsspec (from torch==2.4.1)\r\n Downloading fsspec-2026.7.0-py3-none-any.whl.metadata (10 kB)\r\nCollecting numpy (from torchvision==0.19.1)\r\n Downloading numpy-2.2.6-cp310-cp310-win_amd64.whl.metadata (60 kB)\r\nCollecting pillow!=8.3.*,>=5.3.0 (from torchvision==0.19.1)\r\n Downloading pillow-12.3.0-cp310-cp310-win_amd64.whl.metadata (9.3 kB)\r\nCollecting MarkupSafe>=2.0 (from jinja2->torch==2.4.1)\r\n Downloading markupsafe-3.0.3-cp310-cp310-win_amd64.whl.metadata (2.8 kB)\r\nCollecting mpmath<1.4,>=1.1.0 (from sympy->torch==2.4.1)\r\n Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB)\r\nDownloading torch-2.4.1-cp310-cp310-win_amd64.whl (199.4 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 MB 5.0 MB/s 0:00:40\r\nDownloading torchvision-0.19.1-cp310-cp310-win_amd64.whl (1.3 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 1.9 MB/s 0:00:00\r\nDownloading torchaudio-2.4.1-cp310-cp310-win_amd64.whl (2.4 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 3.1 MB/s 0:00:00\r\nDownloading pillow-12.3.0-cp310-cp310-win_amd64.whl (7.2 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/7.2 MB 4.2 MB/s 0:00:01\r\nDownloading typing_extensions-4.16.0-py3-none-any.whl (45 kB)\r\nDownloading filelock-3.32.6-py3-none-any.whl (100 kB)\r\nDownloading fsspec-2026.7.0-py3-none-any.whl (206 kB)\r\nDownloading jinja2-3.1.6-py3-none-any.whl (134 kB)\r\nDownloading markupsafe-3.0.3-cp310-cp310-win_amd64.whl (15 kB)\r\nDownloading networkx-3.4.2-py3-none-any.whl (1.7 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 3.7 MB/s 0:00:00\r\nDownloading numpy-2.2.6-cp310-cp310-win_amd64.whl (12.9 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 3.6 MB/s 0:00:03\r\nDownloading sympy-1.14.0-py3-none-any.whl (6.3 MB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 3.8 MB/s 0:00:01\r\nDownloading mpmath-1.3.0-py3-none-any.whl (536 kB)\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 3.5 MB/s 0:00:00\r\nInstalling collected packages: mpmath, typing-extensions, sympy, pillow, numpy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch, torchvision, torchaudio\r\nSuccessfully installed MarkupSafe-3.0.3 filelock-3.32.6 fsspec-2026.7.0 jinja2-3.1.6 mpmath-1.3.0 networkx-3.4.2 numpy-2.2.6 pillow-12.3.0 sympy-1.14.0 torch-2.4.1 torchaudio-2.4.1 torchvision-0.19.1 typing-extensions-4.16.0\r\n\r\n(env) (base) C:\\pinokio\\api\\LTX2.3-Inference-for-windows.git\\app>"
},
"C:\\pinokio\\api\\LTX2.3-Inference-for-windows.git\\torch.js": null
},
"args": {
"C:\\pinokio\\api\\wan2gp-amd.git\\start.js": {},
"C:\\pinokio\\api\\LTX2.3-Inference-for-windows.git\\install.js": {},
"C:\\pinokio\\api\\LTX2.3-Inference-for-windows.git\\torch.js": {}
}
},
"procs": {},
"gpu": "amd",
"gpus": [
{
"name": "advanced micro devices, inc.",
"model": "amd radeon rx 580 2048sp",
"driver": null
}
],
"gpu_model": "amd radeon rx 580 2048sp",
"gpu_driver": null,
"gpu_target": "gfx803",
"ram": 16,
"vram": 8,
"version": "8.2.0",
"audio": [
{
"id": "USB\\VID_0C76&PID_1618&MI_00\\7&11E364E8&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": "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_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\\5&2625F90E&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_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\\5&1F5A5B17&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": "USB\\VID_1130&PID_1620&MI_00\\9&982D630&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_1168&SUBSYS_10438723&REV_1001\\5&1953D9D3&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"
}
],
"mem": {
"total": 16959352832,
"free": 7839797248,
"used": 9119555584,
"active": 9119555584,
"available": 7839797248,
"buffers": 0,
"cached": 0,
"slab": 0,
"buffcache": 0,
"reclaimable": 0,
"swaptotal": 17179869184,
"swapused": 125829120,
"swapfree": 17054040064,
"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": "DESKTOP-442E2TS",
"fqdn": "DESKTOP-442E2TS",
"codepage": "437",
"logofile": "windows",
"serial": "00326-30000-00001-AA387",
"build": "26200",
"servicepack": "0.0",
"uefi": true,
"hypervisor": false,
"remoteSession": false
},
"cpu": {
"manufacturer": "AMD",
"brand": "Ryzen 3 PRO 4350G with Radeon Graphics",
"vendor": "AuthenticAMD",
"family": "23",
"model": "96",
"stepping": "1",
"revision": "24577",
"voltage": "",
"speed": 2,
"speedMin": 2,
"speedMax": 3.9,
"governor": "",
"cores": 8,
"physicalCores": 4,
"performanceCores": 8,
"efficiencyCores": 0,
"processors": 1,
"socket": "AM4",
"flags": "de pse msr sep mtrr mca cmov psn clfsh ds mmx fxsr sse sse2 ss htt tm ia64 pbe",
"virtualization": false,
"cache": {
"l1d": 128,
"l1i": 128,
"l2": 2097152,
"l3": 4194304
}
},
"graphics": {
"controllers": [
{
"vendor": "Advanced Micro Devices, Inc.",
"model": "AMD Radeon RX 580 2048SP",
"bus": "PCI",
"vram": 8192,
"vramDynamic": true,
"subDeviceId": "E3961DA2"
}
],
"displays": [
{
"vendor": "SAC",
"model": "LED MONITOR",
"serial": "000000010000",
"productionYear": 2021,
"displayId": "display\\sac952d\\5&77f1974&0&uid1546_0",
"deviceName": "\\\\.\\DISPLAY1",
"main": true,
"builtin": false,
"connection": "HDMI",
"resolutionX": 1920,
"resolutionY": 1080,
"sizeX": 60,
"sizeY": 34,
"pixelDepth": 32,
"currentResX": 1920,
"currentResY": 1080,
"positionX": 0,
"positionY": 0,
"currentRefreshRate": 60
}
]
},
"shell": "CMD",
"system": {
"manufacturer": "System manufacturer",
"model": "System Product Name",
"version": "System Version",
"serial": "System Serial Number",
"uuid": "6c9b314d-a85b-6cdf-bd9d-04d4c458e2ce",
"sku": "SKU",
"virtual": false
}
}
}
Logs
logs/api/install.js/1789348029507
Source: api / install.js
Lines: 12 total, last 12 included
[api shell.run]
Microsoft Windows [Version 10.0.26200.9445]
(c) Microsoft Corporation. All rights reserved.
C:\pinokio\api\LTX2.3-Inference-for-windows.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & bluefairy-activate.cmd && reg query "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled
[OK] bluefairy active: uv/npm/bun protection enabled
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
LongPathsEnabled REG_DWORD 0x1
(base) C:\pinokio\api\LTX2.3-Inference-for-windows.git>
logs/api/install.js/1789348045185
Source: api / install.js
Lines: 15 total, last 15 included
[api shell.run]
Microsoft Windows [Version 10.0.26200.9445]
(c) Microsoft Corporation. All rights reserved.
C:\pinokio\api\LTX2.3-Inference-for-windows.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & bluefairy-activate.cmd && git clone https://github.com/Lightricks/LTX-2.git app
[OK] bluefairy active: uv/npm/bun protection enabled
Cloning into 'app'...
remote: Enumerating objects: 1755, done.
remote: Counting objects: 100% (1004/1004), done.
remote: Compressing objects: 100% (632/632), done.
remote: Total 1755 (delta 562), reused 372 (delta 372), pack-reused 751 (from 2)
Receiving objects: 100% (1755/1755), 3.13 MiB | 2.83 MiB/s, done.
Resolving deltas: 100% (751/751), done.
(base) C:\pinokio\api\LTX2.3-Inference-for-windows.git>
logs/api/install.js/1789348064994
Source: api / install.js
Lines: 8 total, last 8 included
[api shell.run]
Microsoft Windows [Version 10.0.26200.9445]
(c) Microsoft Corporation. All rights reserved.
C:\pinokio\api\LTX2.3-Inference-for-windows.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & bluefairy-activate.cmd && python -m venv env
[OK] bluefairy active: uv/npm/bun protection enabled
(base) C:\pinokio\api\LTX2.3-Inference-for-windows.git\app>
logs/api/install.js/1789348100707
Source: api / install.js
Lines: 21 total, last 21 included
[api shell.run]
Microsoft Windows [Version 10.0.26200.9445]
(c) Microsoft Corporation. All rights reserved.
C:\pinokio\api\LTX2.3-Inference-for-windows.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\pinokio\api\LTX2.3-Inference-for-windows.git\app\env\Scripts\activate C:\pinokio\api\LTX2.3-Inference-for-windows.git\app\env & bluefairy-activate.cmd && python -m pip install --upgrade pip uv
[OK] bluefairy active: uv/npm/bun protection enabled
Requirement already satisfied: pip in c:\pinokio\api\ltx2.3-inference-for-windows.git\app\env\lib\site-packages (23.0.1)
Collecting pip
Downloading pip-26.2.1-py3-none-any.whl (1.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 4.0 MB/s eta 0:00:00
Collecting uv
Downloading uv-0.12.13-py3-none-win_amd64.whl (17.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.7/17.7 MB 5.5 MB/s eta 0:00:00
Installing collected packages: uv, pip
Attempting uninstall: pip
Found existing installation: pip 23.0.1
Uninstalling pip-23.0.1:
Successfully uninstalled pip-23.0.1
Successfully installed pip-26.2.1 uv-0.12.13
(env) (base) C:\pinokio\api\LTX2.3-Inference-for-windows.git\app>
logs/api/install.js/1789348137313
Source: api / install.js
Lines: 14 total, last 14 included
[api shell.run]
Microsoft Windows [Version 10.0.26200.9445]
(c) Microsoft Corporation. All rights reserved.
C:\pinokio\api\LTX2.3-Inference-for-windows.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\pinokio\api\LTX2.3-Inference-for-windows.git\app\env\Scripts\activate C:\pinokio\api\LTX2.3-Inference-for-windows.git\app\env & bluefairy-activate.cmd && uv pip install -r pyproject.toml --extra inference
[OK] bluefairy active: uv/npm/bun protection enabled
[bluefairy uv]
status: not protected
reason: unknown or unsupported custom source
Using Python 3.10.20 environment at: env
⠙ Resolving dependencies... warning: `C:\pinokio\api\LTX2.3-Inference-for-windows.git\app` appears to be a workspace root without a Python project; consider using `uv sync` to install the workspace, or add a `[build-system]` table to `pyproject.toml`
error: Requested extra not found: inference
(env) (base) C:\pinokio\api\LTX2.3-Inference-for-windows.git\app>
logs/api/torch.js/1789348137379
Source: api / torch.js
Lines: 57 total, last 57 included
[api shell.run]
Microsoft Windows [Version 10.0.26200.9445]
(c) Microsoft Corporation. All rights reserved.
C:\pinokio\api\LTX2.3-Inference-for-windows.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\pinokio\api\LTX2.3-Inference-for-windows.git\app\env\Scripts\activate C:\pinokio\api\LTX2.3-Inference-for-windows.git\app\env & bluefairy-activate.cmd && pip install torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1
[OK] bluefairy active: uv/npm/bun protection enabled
Collecting torch==2.4.1
Downloading torch-2.4.1-cp310-cp310-win_amd64.whl.metadata (27 kB)
Collecting torchvision==0.19.1
Downloading torchvision-0.19.1-cp310-cp310-win_amd64.whl.metadata (6.1 kB)
Collecting torchaudio==2.4.1
Downloading torchaudio-2.4.1-cp310-cp310-win_amd64.whl.metadata (6.5 kB)
Collecting filelock (from torch==2.4.1)
Downloading filelock-3.32.6-py3-none-any.whl.metadata (2.0 kB)
Collecting typing-extensions>=4.8.0 (from torch==2.4.1)
Downloading typing_extensions-4.16.0-py3-none-any.whl.metadata (3.3 kB)
Collecting sympy (from torch==2.4.1)
Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB)
Collecting networkx (from torch==2.4.1)
Downloading networkx-3.4.2-py3-none-any.whl.metadata (6.3 kB)
Collecting jinja2 (from torch==2.4.1)
Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
Collecting fsspec (from torch==2.4.1)
Downloading fsspec-2026.7.0-py3-none-any.whl.metadata (10 kB)
Collecting numpy (from torchvision==0.19.1)
Downloading numpy-2.2.6-cp310-cp310-win_amd64.whl.metadata (60 kB)
Collecting pillow!=8.3.*,>=5.3.0 (from torchvision==0.19.1)
Downloading pillow-12.3.0-cp310-cp310-win_amd64.whl.metadata (9.3 kB)
Collecting MarkupSafe>=2.0 (from jinja2->torch==2.4.1)
Downloading markupsafe-3.0.3-cp310-cp310-win_amd64.whl.metadata (2.8 kB)
Collecting mpmath<1.4,>=1.1.0 (from sympy->torch==2.4.1)
Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB)
Downloading torch-2.4.1-cp310-cp310-win_amd64.whl (199.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 MB 5.0 MB/s 0:00:40
Downloading torchvision-0.19.1-cp310-cp310-win_amd64.whl (1.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 1.9 MB/s 0:00:00
Downloading torchaudio-2.4.1-cp310-cp310-win_amd64.whl (2.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 3.1 MB/s 0:00:00
Downloading pillow-12.3.0-cp310-cp310-win_amd64.whl (7.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/7.2 MB 4.2 MB/s 0:00:01
Downloading typing_extensions-4.16.0-py3-none-any.whl (45 kB)
Downloading filelock-3.32.6-py3-none-any.whl (100 kB)
Downloading fsspec-2026.7.0-py3-none-any.whl (206 kB)
Downloading jinja2-3.1.6-py3-none-any.whl (134 kB)
Downloading markupsafe-3.0.3-cp310-cp310-win_amd64.whl (15 kB)
Downloading networkx-3.4.2-py3-none-any.whl (1.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 3.7 MB/s 0:00:00
Downloading numpy-2.2.6-cp310-cp310-win_amd64.whl (12.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 3.6 MB/s 0:00:03
Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 3.8 MB/s 0:00:01
Downloading mpmath-1.3.0-py3-none-any.whl (536 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 3.5 MB/s 0:00:00
Installing collected packages: mpmath, typing-extensions, sympy, pillow, numpy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch, torchvision, torchaudio
Successfully installed MarkupSafe-3.0.3 filelock-3.32.6 fsspec-2026.7.0 jinja2-3.1.6 mpmath-1.3.0 networkx-3.4.2 numpy-2.2.6 pillow-12.3.0 sympy-1.14.0 torch-2.4.1 torchaudio-2.4.1 torchvision-0.19.1 typing-extensions-4.16.0
(env) (base) C:\pinokio\api\LTX2.3-Inference-for-windows.git\app>
Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
