0

Maestro: async-timeout==5.0.1

@vasu_1724posted Sat, 12 Sep 2026 06:49:16 GMT·0 replies

App: Maestro (Maestro.git)
Repo: https://github.com/Blizaine/Maestro.git
Generated: 2026-09-12T06:46:14.151Z
Pinokio: 8.2.0
Platform: win32 x64
Node: v22.21.1

Summary

System

{
  "pinokio": {
    "version": "8.2.0",
    "node": "v22.21.1",
    "platform": "win32",
    "arch": "x64"
  },
  "hardware": {
    "gpu": "nvidia",
    "gpu_model": "nvidia geforce rtx 3050 4gb laptop gpu",
    "ram_gb": 16,
    "vram_gb": 4,
    "gpu_driver": "555.97",
    "gpu_target": "sm_86"
  },
  "os": {
    "platform": "Windows",
    "distro": "Microsoft Windows 11 Home Single Language",
    "release": "10.0.26200",
    "codename": "25H2",
    "kernel": "10.0.26200",
    "arch": "x64",
    "build": "26200",
    "servicepack": "0.0",
    "uefi": true
  },
  "system": {
    "manufacturer": "ASUSTeK COMPUTER INC.",
    "model": "Vivobook_ASUSLaptop K3605ZC_K3605ZC",
    "version": "1.0",
    "virtual": false
  },
  "cpu": {
    "manufacturer": "Intel",
    "brand": "Gen Intel® Core™ i5-12500H",
    "vendor": "GenuineIntel",
    "family": "6",
    "model": "154",
    "stepping": "3",
    "speed": 2.5,
    "speedMin": 2.5,
    "speedMax": 2.5,
    "cores": 16,
    "physicalCores": 12,
    "processors": 1,
    "performanceCores": 16,
    "efficiencyCores": 0,
    "virtualization": true,
    "cache": {
      "l1d": 458752,
      "l1i": 655360,
      "l2": 9437184,
      "l3": 18874368
    }
  },
  "memory": {
    "total": 16833691648,
    "free": 9512890368,
    "used": 7320801280,
    "active": 7320801280,
    "available": 9512890368,
    "buffers": 0,
    "cached": 0,
    "slab": 0,
    "buffcache": 0,
    "swaptotal": 20401094656,
    "swapused": 0,
    "swapfree": 20401094656
  },
  "gpus": [
    {
      "model": "intel(r) iris(r) xe graphics"
    },
    {
      "model": "nvidia geforce rtx 3050 4gb laptop gpu"
    }
  ],
  "graphics": {
    "controllers": [
      {
        "vendor": "Intel Corporation",
        "model": "Intel(R) Iris(R) Xe Graphics",
        "bus": "PCI",
        "vram": 2047.99609375,
        "vramDynamic": true
      },
      {
        "vendor": "NVIDIA",
        "model": "NVIDIA GeForce RTX 3050 4GB Laptop GPU",
        "bus": "PCI",
        "vram": 4096,
        "vramDynamic": false,
        "driverVersion": "555.97"
      }
    ],
    "displays": [
      {
        "model": "Generic PnP Monitor",
        "main": true,
        "builtin": true,
        "connection": "INTERNAL",
        "currentResX": 1536,
        "currentResY": 960,
        "resolutionX": 1920,
        "resolutionY": 1200,
        "pixelDepth": 32,
        "currentRefreshRate": 60
      }
    ]
  },
  "diagnostics": {
    "platform": "win32",
    "arch": "x64",
    "running": {
      "C:\\pinokio\\api\\Maestro.git\\install.js": true,
      "C:\\pinokio\\api\\Maestro.git\\torch.js": true,
      "C:\\Users\\mrmik\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\codex-desktop\\pinokio.js?cwd=C:\\pinokio\\api\\Maestro.git": true
    },
    "home": "C:\\pinokio",
    "vars": {
      "pip": {
        "install": {
          "torch": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118"
        }
      }
    },
    "memory": {
      "local": {},
      "global": {},
      "rpc": {
        "C:\\pinokio\\api\\Maestro.git\\start.js": {
          "method": "shell.run",
          "params": {
            "venv": "env",
            "venv_python": "3.10",
            "env": {
              "SERVER_PORT": "{{local.remote_access && local.remote_access.enabled && local.remote_access.pinokio_port_lock && local.remote_access.target_port ? local.remote_access.target_port : 42005}}"
            },
            "path": "app",
            "message": [
              "python launch.py {{args.compile ? '--compile' : ''}}"
            ],
            "on": [
              {
                "event": "/Incorrect version of mmgp/i",
                "break": true
              },
              {
                "event": "/(http://[0-9.:]+)/",
                "done": true
              }
            ]
          }
        },
        "C:\\pinokio\\api\\Maestro.git\\install.js": {
          "method": "script.start",
          "params": {
            "uri": "torch.js",
            "params": {
              "venv": "env",
              "path": "app",
              "xformers": true
            }
          },
          "current": 3,
          "total": 8
        },
        "C:\\pinokio\\api\\Maestro.git\\torch.js": {
          "method": "shell.run",
          "when": "{{!args || !args.flash_only}}",
          "params": {
            "venv": "{{args && args.venv ? args.venv : null}}",
            "path": "{{args && args.path ? args.path : '.'}}",
            "message": [
              "uv pip install torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 {{args && args.xformers ? 'xformers==0.0.30' : ''}} --index-url https://download.pytorch.org/whl/cu128 --force-reinstall --no-deps",
              "uv pip install triton-windows==3.3.1.post19",
              "uv pip install https://github.com/woct0rdho/SageAttention/releases/download/v2.2.0-windows/sageattention-2.2.0+cu128torch2.7.1-cp310-cp310-win_amd64.whl",
              "uv pip uninstall flash-attn"
            ]
          },
          "current": 1,
          "total": 5
        },
        "C:\\Users\\mrmik\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\codex-desktop\\pinokio.js?cwd=C:\\pinokio\\api\\Maestro.git": {
          "method": "process.wait",
          "params": {
            "title": "Launched",
            "description": "Click the stop button to stop watching file changes"
          },
          "current": 1,
          "total": 2
        },
        "C:\\Users\\mrmik\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\codex-desktop\\pinokio.js": {
          "current": 1,
          "total": 2
        }
      },
      "input": {
        "C:\\pinokio\\api\\Maestro.git\\start.js": null,
        "C:\\pinokio\\api\\Maestro.git\\install.js": {
          "id": "6762d4b3-be2e-402a-9714-c00fdf9ec76a",
          "response": "Microsoft Windows [Version 10.0.26200.9278]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nC:\\pinokio\\api\\Maestro.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\\pinokio\\api\\Maestro.git\\app\\env\\Scripts\\activate C:\\pinokio\\api\\Maestro.git\\app\\env && uv pip install hf-xet pip\r\nUsing Python 3.10.20 environment at: env\r\nResolved 2 packages in 330ms\r\nPrepared 2 packages in 1.48s\r\nInstalled 2 packages in 668ms\r\n + hf-xet==1.6.0                                                                                                                                                                                  \r\n + pip==26.2.1\r\n\r\n(env) (base) C:\\pinokio\\api\\Maestro.git\\app>",
          "stdout": "Microsoft Windows [Version 10.0.26200.9278]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nC:\\pinokio\\api\\Maestro.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\\pinokio\\api\\Maestro.git\\app\\env\\Scripts\\activate C:\\pinokio\\api\\Maestro.git\\app\\env && uv pip install hf-xet pip\r\nUsing Python 3.10.20 environment at: env\r\nResolved 2 packages in 330ms\r\nPrepared 2 packages in 1.48s\r\nInstalled 2 packages in 668ms\r\n + hf-xet==1.6.0                                                                                                                                                                                  \r\n + pip==26.2.1\r\n\r\n(env) (base) C:\\pinokio\\api\\Maestro.git\\app>"
        },
        "C:\\Users\\mrmik\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\codex-desktop\\pinokio.js?cwd=C:\\pinokio\\api\\Maestro.git": {
          "uri": "codex://new?prompt=Investigate%20what%20went%20wrong.%20Inspect%20the%20app%20logs%20and%20explain%20the%20likely%20root%20cause%20and%20next%20fix.&path=C%3A%5Cpinokio%5Capi%5CMaestro.git",
          "result": {
            "ok": true,
            "command": "rundll32.exe",
            "status": "exited"
          }
        }
      },
      "args": {
        "C:\\pinokio\\api\\Maestro.git\\start.js": {},
        "C:\\pinokio\\api\\Maestro.git\\install.js": {},
        "C:\\pinokio\\api\\Maestro.git\\torch.js": {
          "venv": "env",
          "path": "app",
          "xformers": true
        },
        "C:\\Users\\mrmik\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\codex-desktop\\pinokio.js?cwd=C:\\pinokio\\api\\Maestro.git": {
          "cwd": "C:\\pinokio\\api\\Maestro.git",
          "ask_ai": "1",
          "prompt": "Investigate what went wrong. Inspect the app logs and explain the likely root cause and next fix."
        }
      }
    },
    "procs": {
      "C:\\Users\\mrmik\\AppData\\Local\\Programs\\Pinokio\\resources\\app.asar\\node_modules\\pinokiod\\system\\plugin\\codex-desktop\\pinokio.js": {
        "appApi": {
          "htmlModal": {
            "defaultIdPrefix": "htmlmodal"
          }
        }
      }
    },
    "gpu": "nvidia",
    "gpus": [
      {
        "name": "intel corporation",
        "model": "intel(r) iris(r) xe graphics",
        "driver": null
      },
      {
        "name": "nvidia",
        "model": "nvidia geforce rtx 3050 4gb laptop gpu",
        "driver": "555.97"
      }
    ],
    "gpu_model": "nvidia geforce rtx 3050 4gb laptop gpu",
    "gpu_driver": "555.97",
    "gpu_target": "sm_86",
    "ram": 16,
    "vram": 4,
    "version": "8.2.0",
    "audio": [
      {
        "id": "INTELAUDIO\\FUNC_01&VEN_10EC&DEV_0256&SUBSYS_104318B3&REV_1000\\5&1D3361B&0&0001DIF_000A&UIF_0000",
        "name": "Realtek High Definition Audio",
        "manufacturer": "Realtek",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "Sound Driver",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "INTELAUDIO\\CTLR_DEV_51C8&LINKTYPE_02&DEVTYPE_00&VEN_8086&DEV_AE20&SUBSYS_104318B3&REV_10EC\\5&1D3361B&0&0",
        "name": "Intel® Smart Sound Technology for Digital Microphones",
        "manufacturer": "Intel(R) Corporation",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "Digital Signal Processor",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "INTELAUDIO\\CTLR_DEV_51C8&LINKTYPE_03&DEVTYPE_00&VEN_8086&DEV_AE30&SUBSYS_18B31043&REV_0001\\5&1D3361B&0&0",
        "name": "Intel® Smart Sound Technology for Bluetooth® Audio",
        "manufacturer": "Intel(R) Corporation",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "Digital Signal Processor",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "INTELAUDIO\\CTLR_DEV_51C8&LINKTYPE_06&DEVTYPE_06&VEN_8086&DEV_AE50&SUBSYS_18B31043&REV_0001\\0603DIF_000A&",
        "name": "Intel® Smart Sound Technology for USB Audio",
        "manufacturer": "Intel(R) Corporation",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "Digital Signal Processor",
        "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"
      }
    ],
    "mem": {
      "total": 16833691648,
      "free": 9512890368,
      "used": 7320801280,
      "active": 7320801280,
      "available": 9512890368,
      "buffers": 0,
      "cached": 0,
      "slab": 0,
      "buffcache": 0,
      "reclaimable": 0,
      "swaptotal": 20401094656,
      "swapused": 0,
      "swapfree": 20401094656,
      "writeback": null,
      "dirty": null
    },
    "osInfo": {
      "platform": "Windows",
      "distro": "Microsoft Windows 11 Home Single Language",
      "release": "10.0.26200",
      "codename": "25H2",
      "kernel": "10.0.26200",
      "arch": "x64",
      "hostname": "SLIME",
      "fqdn": "SLIME",
      "codepage": "437",
      "logofile": "windows",
      "serial": "00342-42655-22459-AAOEM",
      "build": "26200",
      "servicepack": "0.0",
      "uefi": true,
      "hypervisor": true,
      "remoteSession": false
    },
    "graphics": {
      "controllers": [
        {
          "vendor": "Intel Corporation",
          "model": "Intel(R) Iris(R) Xe Graphics",
          "bus": "PCI",
          "vram": 2047.99609375,
          "vramDynamic": true,
          "subDeviceId": "30581043"
        },
        {
          "vendor": "NVIDIA",
          "model": "NVIDIA GeForce RTX 3050 4GB Laptop GPU",
          "bus": "PCI",
          "vram": 4096,
          "vramDynamic": false,
          "subDeviceId": "0x30581043",
          "driverVersion": "555.97",
          "name": "NVIDIA GeForce RTX 3050 4GB Laptop GPU",
          "pciBus": "00000000:01:00.0",
          "memoryTotal": 4096,
          "memoryFree": 3965,
          "temperatureGpu": 79,
          "powerDraw": 14.1,
          "clockCore": 997,
          "clockMemory": 7000
        }
      ],
      "displays": [
        {
          "vendor": "(Standard monitor types)",
          "model": "Generic PnP Monitor",
          "serial": null,
          "productionYear": null,
          "displayId": "display\\cmn1618\\4&2d9e83c&0&uid8388688_0",
          "deviceName": "\\\\.\\DISPLAY1",
          "main": true,
          "builtin": true,
          "connection": "INTERNAL",
          "resolutionX": 1920,
          "resolutionY": 1200,
          "sizeX": 34,
          "sizeY": 22,
          "pixelDepth": 32,
          "currentResX": 1536,
          "currentResY": 960,
          "positionX": 0,
          "positionY": 0,
          "currentRefreshRate": 60
        }
      ]
    },
    "cpu": {
      "manufacturer": "Intel",
      "brand": "Gen Intel® Core™ i5-12500H",
      "vendor": "GenuineIntel",
      "family": "6",
      "model": "154",
      "stepping": "3",
      "revision": "",
      "voltage": "",
      "speed": 2.5,
      "speedMin": 2.5,
      "speedMax": 2.5,
      "governor": "",
      "cores": 16,
      "physicalCores": 12,
      "performanceCores": 16,
      "efficiencyCores": 0,
      "processors": 1,
      "socket": "BGA1744",
      "flags": "de pse mce sep mtrr mca cmov psn clfsh ds mmx fxsr sse sse2 ss htt tm ia64 pbe",
      "virtualization": true,
      "cache": {
        "l1d": 458752,
        "l1i": 655360,
        "l2": 9437184,
        "l3": 18874368
      }
    },
    "shell": "CMD",
    "system": {
      "manufacturer": "ASUSTeK COMPUTER INC.",
      "model": "Vivobook_ASUSLaptop K3605ZC_K3605ZC",
      "version": "1.0",
      "serial": "R9N0CX01300436E",
      "uuid": "34af684c-0418-7841-8331-a768b54382c2",
      "sku": "",
      "virtual": false
    }
  }
}

Logs

logs/api/install.js/1789194334047

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

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

C:\pinokio\api\Maestro.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\pinokio\api\Maestro.git\app\env\Scripts\activate C:\pinokio\api\Maestro.git\app\env && uv pip install -r requirements.txt --index-strategy unsafe-best-match
Using Python 3.10.20 environment at: env
Resolved 290 packages in 6.05s
      Built moviepy==1.0.3
      Built http-ece==1.2.1
      Built docopt==0.6.2
      Built filterpy==1.4.5
      Built antlr4-python3-runtime==4.9.3
      Built iopath==0.1.10
Prepared 256 packages in 4m 43s
Installed 290 packages in 23.16s
 + absl-py==2.5.0                                                                                                                                                                                 
 + accelerate==1.12.0                                                                                                                                                                             
 + addict==2.4.0                                                                                                                                                                                  
 + aiofiles==24.1.0                                                                                                                                                                               
 + aiohappyeyeballs==2.7.1                                                                                                                                                                        
 + aiohttp==3.14.3                                                                                                                                                                                
 + aiosignal==1.4.0                                                                                                                                                                               
 + albucore==0.0.24                                                                                                                                                                               
 + albumentations==2.0.8                                                                                                                                                                          
 + alembic==1.20.0                                                                                                                                                                                
 + annotated-doc==0.0.5                                                                                                                                                                           
 + annotated-types==0.8.0                                                                                                                                                                         
 + antlr4-python3-runtime==4.9.3                                                                                                                                                                  
 + anyascii==0.3.3                                                                                                                                                                                
 + anyio==4.15.1                                                                                                                                                                                  
 + asteroid-filterbanks==0.4.0                                                                                                                                                                    
 + async-timeout==5.0.1                                                                                                                                                                           
 + attrs==26.1.0                                                                                                                                                                                  
 + audio-separator==0.36.1                                                                                                                                                                        
 + audioread==3.1.0                                                                                                                                                                               
 + av==16.1.0                                                                                                                                                                                     
 + babel==2.18.0                                                                                                                                                                                  
 + beartype==0.18.5                                                                                                                                                                               
 + blis==1.3.3                                                                                                                                                                                    
 + catalogue==2.0.10                                                                                                                                                                              
 + certifi==2026.7.22                                                                                                                                                                             
 + cffi==2.1.1                                                                                                                                                                                    
 + cfgv==3.5.0                                                                                                                                                                                    
 + charset-normalizer==3.5.1                                                                                                                                                                      
 + chumpy==0.71 (from https://github.com/deepbeepmeep/chumpy/releases/download/v0.71/chumpy-0.71-py3-none-any.whl)                                                                                
 + click==8.5.0                                                                                                                                                                                   
 + cloudpathlib==0.25.0                                                                                                                                                                           
 + cloudpickle==3.1.2                                                                                                                                                                             
 + colorama==0.4.6                                                                                                                                                                                
 + coloredlogs==15.0.1                                                                                                                                                                            
 + colorlog==6.12.0                                                                                                                                                                               
 + confection==1.3.3                                                                                                                                                                              
 + conformer==0.3.2                                                                                                                                                                               
 + contourpy==1.3.2                                                                                                                                                                               
 + contractions==0.1.73                                                                                                                                                                           
 + cryptography==50.0.1                                                                                                                                                                           
 + csvw==4.1.0                                                                                                                                                                                    
 + ctranslate2==4.8.2                                                                                                                                                                             
 + cycler==0.12.1                                                                                                                                                                                 
 + cymem==2.0.13                                                                                                                                                                                  
 + cython==3.3.0                                                                                                                                                                                  
 + dashscope==1.25.12                                                                                                                                                                             
 + decorator==4.4.2                                                                                                                                                                               
 + decord==0.6.0                                                                                                                                                                                  
 + diffq-fixed==0.2.4
 + diffusers==0.36.0
 + dill==0.4.1
 + distlib==0.4.3
 + dlinfo==2.0.0
 + docopt==0.6.2
 + easydict==1.13
 + einops==0.8.2
 + einx==0.4.3
 + espeakng-loader==0.2.4
 + exceptiongroup==1.3.1
 +facexlib==0.3.0
 + fastapi==0.141.1
 + faster-whisper==1.2.1
 + ffmpeg-python==0.2.0
 + ffmpy==1.0.0
 + filelock==3.32.6
 + filterpy==1.4.5
 + fla-core==0.4.1
 + flash-linear-attention==0.4.1
 + flatbuffers==25.12.19
 + fonttools==4.65.0
 + frozendict==2.4.7
 + frozenlist==1.8.0
 + fsspec==2026.7.0
 + ftfy==6.3.1
 + future==1.0.0
 + gguf==0.17.1
 +gitdb==4.0.12
 + gitpython==3.1.45
 + gradio==5.29.0
 + gradio-client==1.10.0
 + gradio-rangeslider==0.0.8
 + greenlet==3.5.5
 + groovy==0.1.2
 + h11==0.16.0
 + http-ece==1.2.1
 + httpcore==1.0.9
 + httpx==0.28.1
 + huggingface-hub==0.36.2
 + humanfriendly==10.0
 + hydra-core==1.3.2
 + hyperpyyaml==1.2.3
 + identify==2.6.19
 + idna==3.19
 +imageio==2.37.2
 + imageio-ffmpeg==0.6.0
 + importlib-metadata==9.0.1
 + insightface==0.7.3 (from https://github.com/deepbeepmeep/insightface/releases/download/insightface/insightface-0.7.3-cp310-cp310-win_amd64.whl)
 + iopath==0.1.10
 + isodate==0.7.2
 + jinja2==3.1.6
 + joblib==1.6.0
 + json-repair==0.59.5
 + jsonschema==4.26.0
 + jsonschema-specifications==2025.9.1
 + julius==0.2.8
 + kaldifst==1.8.0
 + kiwisolver==1.5.1
 + language-tags==1.3.1
 + lazy-loader==0.5
 + librosa==0.11.0
 + lightning==2.6.6
 + lightning-utilities==0.15.3
+ llvmlite==0.49.0
 + loguru==0.7.3
 + mako==1.4.1
 + markdown-it-py==4.2.0
 + markupsafe==3.0.3
 + matplotlib==3.10.8
 + mdurl==0.1.2
 + misaki==0.9.4
 + ml-collections==1.1.0
 + ml-dtypes==0.6.0
 + mmgp==3.7.12
 + more-itertools==11.1.0
 + moviepy==1.0.3
 + mpmath==1.3.0
 + msgpack==1.2.2
 + multidict==6.8.0
 + munch==4.0.0
 + murmurhash==1.0.15
 + mutagen==1.47.0
 + networkx==3.4.2
 + ninja==1.13.2
 + nodeenv==1.10.0
 + num2words==0.5.14
 + numba==0.67.0
 + numpy==2.1.2
 + nvidia-ml-py==13.590.48
 + omegaconf==2.3.0
 + onnx==1.22.0
 + onnx-weekly==1.24.0.dev20260907
 + onnx2torch-py313==1.6.0
 + onnxruntime==1.23.2
 + onnxruntime-gpu==1.22.0
 + open-clip-torch==3.2.0
 + openai-whisper==20250625
 + opencv-python==4.13.0.92
 + opencv-python-headless==5.0.0.93
 + optimum-quanto==0.2.7
 + optuna==5.0.0
 + orjson==3.12.0
 + packaging==26.3
 + pandas==2.3.3
 + peft==0.17.0
 + phonemizer-fork==3.3.2
 + piexif==1.1.3
 + pillow==11.3.0
 + platformdirs==4.11.8
 +polars==1.44.2
 + polars-runtime-32==1.44.2
 + pooch==1.9.0
 + portalocker==4.3.0
 + pre-commit==4.6.2
 + preshed==3.0.13
 + prettytable==3.18.0
 + primepy==1.3
+ proglog==0.1.12
 + propcache==0.5.2
 + protobuf==7.36.1
 + psutil==7.2.2
 + py-vapid==1.9.4
 + pyahocorasick==2.3.1
 + pyannote-audio==3.3.2
 + pyannote-core==6.0.1
 + pyannote-database==6.1.1
 + pyannote-metrics==3.2.1
 + pyannote-pipeline==4.0.0
 + pycocotools==2.0.11
 + pycparser==3.0
 + pydantic==2.10.6
 + pydantic-core==2.27.2
 + pydub==0.25.1
 + pygame==2.6.1
 + pygments==2.21.0
 + pyloudnorm==0.2.0
 + pymatting==1.1.16
 + pyparsing==3.3.2
 + pyreadline3==3.5.6
 + python-dateutil==2.9.0.post0
 + python-discovery==1.6.0
 + python-multipart==0.0.32
 + pytorch-lightning==2.6.6
+ pytorch-metric-learning==2.9.0
 + pytz==2026.3.post1
 + pyvers==0.2.3
 + pywebpush==2.3.0
 + pyyaml==6.0.3
 + rdflib==7.6.0
 + referencing==0.37.0
 + regex==2026.9.10
 + rembg==2.0.65
 + requests==2.34.2
 + resampy==0.4.3
 + rfc3986==1.5.0
 + rich==15.0.0
 + rotary-embedding-torch==0.6.5
 + rpds-py==0.30.0
 + ruamel-yaml==0.18.17
 + ruamel-yaml-clib==0.2.15
 + ruff==0.16.7
 + s3tokenizer==0.3.0
 + safehttpx==0.1.7
 + safetensors==0.8.0
 + samplerate==0.1.0
 + scikit-image==0.25.2
 + scikit-learn==1.7.2
 + scipy==1.15.3
 + segment-anything==1.0
 + segments==2.4.0
 + semantic-version==2.10.0
 + semver==3.0.4
 + sentencepiece==0.2.1
 + setuptools==84.0.0
 + shellingham==1.5.4
 + simsimd==6.5.16
 + six==1.17.0
 + smart-open==8.0.1
 + smmap==5.0.3
 + smplfitter==0.2.10 (from https://github.com/deepbeepmeep/smplfitter/releases/download/v0.2.10/smplfitter-0.2.10-py3-none-any.whl)
 + sortedcontainers==2.4.0
 + sounddevice==0.5.5
 + soundfile==0.13.1
 + soxr==1.1.0
 + spacy==3.8.16
 + spacy-legacy==3.0.12
 + spacy-loggers==1.0.5
 + spacy-pkuseg==1.0.1
 + speechbrain==1.0.3
 + sqlalchemy==2.0.52
 +srsly==2.5.3
 + starlette==0.52.1
 + stringzilla==4.0.14
 + sympy==1.14.0
 + tabulate==0.10.0
 + taichi==1.7.4
 + tensorboardx==2.6.5
 + tensordict==0.11.0
 + termcolor==3.3.0
 + textsearch==0.0.24
 + thinc==8.3.13
 + threadpoolctl==3.6.0
 + tifffile==2025.5.10
 + tiktoken==0.14.0
 + timm==1.0.24
 + tokenizers==0.22.1
 + tomli==2.4.1
 + tomlkit==0.13.3
 + torch==2.14.0
 + torch-audiomentations==0.12.0
 + torch-pitch-shift==1.2.5
 + torchaudio==2.11.0
 + torchcodec==0.10.0
 + torchdiffeq==0.2.5
 + torchmetrics==1.9.0
 + torchvision==0.29.0
 + tqdm==4.67.3
 + transformers==4.57.1
 + typer==0.27.2
 + typing-extensions==4.16.0
 + typing-inspection==0.4.4
 + tzdata==2026.3
 + ultralytics==8.3.228
 + ultralytics-thop==2.1.6
 + uritemplate==4.2.0
 + urllib3==2.7.0
 + uvicorn==0.52.4
 + vector-quantize-pytorch==1.27.19
 + virtualenv==21.7.9
 + wasabi==1.1.3
 + wcwidth==0.8.3
 + weasel==1.0.0
 + websocket-client==1.9.2
 + websockets==15.0.1
 + wetext==0.1.2
 + win32-setctime==1.2.0
 + wrapt==2.4.1
 + xxhash==3.6.0
 + yarl==1.24.5
 + zipp==4.1.0

(env) (base) C:\pinokio\api\Maestro.git\app>

logs/api/install.js/1789194660896

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

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

C:\pinokio\api\Maestro.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\pinokio\api\Maestro.git\app\env\Scripts\activate C:\pinokio\api\Maestro.git\app\env && uv pip install hf-xet pip
Using Python 3.10.20 environment at: env
Resolved 2 packages in 330ms
Prepared 2 packages in 1.48s
Installed 2 packages in 668ms
 + hf-xet==1.6.0                                                                                                                                                                                  
 + pip==26.2.1

(env) (base) C:\pinokio\api\Maestro.git\app>

logs/api/install.js/1789194673725

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

[memory]
{"ts":1789194673725,"step":3,"input":{"id":"6762d4b3-be2e-402a-9714-c00fdf9ec76a"},"args":{},"global":{},"local":{},"port":42005}

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

C:\pinokio\api\Maestro.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\pinokio\api\Maestro.git\app\env\Scripts\activate C:\pinokio\api\Maestro.git\app\env && uv pip install torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 xformers==0.0.30 --index-url https://download.pytorch.org/whl/cu128 --force-reinstall --no-deps
Using Python 3.10.20 environment at: env
Resolved 4 packages in 984ms
⠙ Preparing packages... (3/4)
⠇ Preparing packages... (3/4)
torch                ------------------------------ 96.10 MiB/3.05 GiB
torch                ------------------------------ 2.16 GiB/3.05 GiB                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

logs/api/torch.js/1789194673786

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

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

C:\pinokio\api\Maestro.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\pinokio\api\Maestro.git\app\env\Scripts\activate C:\pinokio\api\Maestro.git\app\env && uv pip install torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 xformers==0.0.30 --index-url https://download.pytorch.org/whl/cu128 --force-reinstall --no-deps
Using Python 3.10.20 environment at: env
Resolved 4 packages in 984ms
⠙ Preparing packages... (3/4)
⠇ Preparing packages... (3/4)
torch                ------------------------------ 96.10 MiB/3.05 GiB
torch                ------------------------------ 2.16 GiB/3.05 GiB                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
Maestro: async-timeout==5.0.1 · Pinokio