0

Uncensored Local Studio: !! Download attempt 1 failed: Exception calling "GetResponse" with "0" argument(s): "The remot…

@grokmaster64posted 9/4/2026, 6:34:21 AM·0 replies

App: Uncensored Local Studio (uncensored-local-studio.pinokio.git)
Repo: https://github.com/cocktailpeanut/uncensored-local-studio.pinokio.git
Generated: 2026-09-04T06:33:35.834Z
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 5060",
    "ram_gb": 31,
    "vram_gb": 8,
    "gpu_driver": "610.47",
    "gpu_target": "sm_120"
  },
  "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": "Gigabyte Technology Co., Ltd.",
    "model": "X870E AORUS ELITE WIFI7",
    "version": "Default string-WCP-ADO",
    "virtual": false
  },
  "cpu": {
    "manufacturer": "AMD",
    "brand": "Ryzen 7 7800X3D 8-Core Processor",
    "vendor": "AuthenticAMD",
    "family": "25",
    "model": "97",
    "stepping": "2",
    "revision": "24834",
    "speed": 4.2,
    "speedMin": 4.2,
    "speedMax": 4.2,
    "cores": 16,
    "physicalCores": 8,
    "processors": 1,
    "performanceCores": 16,
    "efficiencyCores": 0,
    "virtualization": true,
    "cache": {
      "l1d": 256,
      "l1i": 256,
      "l2": 8388608,
      "l3": 100663296
    }
  },
  "memory": {
    "total": 33407938560,
    "free": 19150450688,
    "used": 14257487872,
    "active": 14257487872,
    "available": 19150450688,
    "buffers": 0,
    "cached": 0,
    "slab": 0,
    "buffcache": 0,
    "swaptotal": 29245833216,
    "swapused": 0,
    "swapfree": 29245833216
  },
  "gpus": [
    {
      "model": "parsec virtual display adapter"
    },
    {
      "model": "nvidia geforce rtx 5060"
    },
    {
      "model": "amd radeon(tm) graphics"
    }
  ],
  "graphics": {
    "controllers": [
      {
        "vendor": "Parsec Cloud, Inc.",
        "model": "Parsec Virtual Display Adapter",
        "vram": 0,
        "vramDynamic": true
      },
      {
        "vendor": "NVIDIA",
        "model": "NVIDIA GeForce RTX 5060",
        "bus": "PCI",
        "vram": 8151,
        "vramDynamic": false,
        "driverVersion": "610.47"
      },
      {
        "vendor": "Advanced Micro Devices, Inc.",
        "model": "AMD Radeon(TM) Graphics",
        "bus": "PCI",
        "vram": 512,
        "vramDynamic": true
      }
    ],
    "displays": [
      {
        "model": "RG40Y",
        "main": true,
        "builtin": false,
        "connection": "HDMI",
        "currentResX": 1920,
        "currentResY": 1080,
        "resolutionX": 1920,
        "resolutionY": 1080,
        "pixelDepth": 32,
        "currentRefreshRate": 74
      }
    ]
  },
  "diagnostics": {
    "platform": "win32",
    "arch": "x64",
    "running": {},
    "home": "F:\\pinokio",
    "vars": {
      "pip": {
        "install": {
          "torch": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118"
        }
      }
    },
    "memory": {
      "local": {},
      "global": {},
      "rpc": {
        "F:\\pinokio\\api\\Maestro.git\\start.js": {
          "method": "local.set",
          "params": {
            "url": "{{input.event[1]}}"
          }
        },
        "F:\\pinokio\\api\\triposplat.pinokio.git\\install.js": {
          "method": "hf.download",
          "params": {
            "path": "app",
            "_": [
              "VAST-AI/TripoSplat"
            ],
            "local-dir": "ckpts"
          }
        },
        "F:\\pinokio\\api\\triposplat.pinokio.git\\torch.js": {
          "when": "{{gpu === 'nvidia' && platform === 'win32'}}",
          "method": "shell.run",
          "params": {
            "venv": "{{args && args.venv ? args.venv : null}}",
            "path": "{{args && args.path ? args.path : '.'}}",
            "message": [
              "uv pip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 {{args && args.xformers ? 'xformers==0.0.30' : ''}} --index-url https://download.pytorch.org/whl/cu128 --force-reinstall --no-deps",
              "{{args && args.triton ? 'uv pip install triton-windows==3.3.1.post19' : ''}}",
              "{{args && args.sageattention ? 'uv pip install https://huggingface.co/cocktailpeanut/wheels/resolve/main/sageattention-2.1.1%2Bcu128torch2.7.1-cp310-cp310-win_amd64.whl' : ''}}",
              "{{args && args.flashattention ? 'uv pip install https://huggingface.co/cocktailpeanut/wheels/resolve/main/flash_attn-2.8.2%2Bcu128torch2.7-cp310-cp310-win_amd64.whl' : ''}}"
            ]
          },
          "next": null
        },
        "F:\\pinokio\\api\\triposplat.pinokio.git\\start.js": {
          "method": "shell.run",
          "params": {
            "venv": "env",
            "env": {
              "GRADIO_SERVER_NAME": "127.0.0.1",
              "GRADIO_SERVER_PORT": "{{local.port}}"
            },
            "path": "app",
            "message": [
              "python ../launch.py"
            ],
            "on": [
              {
                "event": "/(http:\\/\\/[0-9.:]+)/",
                "done": true
              }
            ]
          }
        },
        "F:\\pinokio\\api\\minijam.git\\install.js": {
          "when": "{{platform !== 'darwin'}}",
          "method": "shell.run",
          "params": {
            "path": "app/comfyui",
            "message": [
              "git -c safe.directory=* fetch origin prs/minimax-music-3-graphs",
              "git -c safe.directory=* checkout --detach df85c84f7540eafe9e0745ecc163c311204564ad"
            ]
          }
        },
        "F:\\pinokio\\api\\minijam.git\\torch.js": {
          "when": "{{gpu === 'nvidia' && platform === 'win32' && Number.parseFloat(gpu_driver || '0') >= 580 && Number.parseInt((gpu_target || '').replace('sm_', ''), 10) >= 75 && !/gtx\\s*1[06]/i.test(gpu_model || '')}}",
          "method": "shell.run",
          "params": {
            "venv": "{{args && args.venv ? args.venv : null}}",
            "path": "{{args && args.path ? args.path : '.'}}",
            "bluefairy": "off",
            "message": "uv pip install torch==2.10.0 torchvision==0.25.0 torchaudio==2.10.0 --index-url https://download.pytorch.org/whl/cu130 --force-reinstall --no-deps"
          },
          "next": null
        },
        "F:\\pinokio\\api\\liveportrait.git\\install.js": {
          "method": "log",
          "params": {
            "raw": "Finished"
          }
        },
        "F:\\pinokio\\api\\liveportrait.git\\win.js": {
          "method": "shell.run",
          "params": {
            "message": [
              "7z x LivePortrait-Windows-v20240829.zip",
              "move LivePortrait-Windows-v20240829 app",
              "del LivePortrait-Windows-v20240829.zip"
            ]
          }
        },
        "F:\\pinokio\\api\\TRELLIS.2-Pinokio.git\\install.js": {
          "when": "{{gpu === 'nvidia'}}",
          "method": "shell.run",
          "params": {
            "venv": "venv",
            "path": "app",
            "build": true,
            "env": {
              "TORCH_CUDA_ARCH_LIST": "{{local.cuda_arch}}"
            },
            "message": [
              "uv pip install ../extensions/nvdiffrast --no-build-isolation"
            ]
          }
        },
        "F:\\pinokio\\api\\TRELLIS.2-Pinokio.git\\torch.js": {
          "when": "{{gpu === 'nvidia' && platform === 'win32'}}",
          "method": "shell.run",
          "params": {
            "venv": "{{args && args.venv ? args.venv : null}}",
            "path": "{{args && args.path ? args.path : '.'}}",
            "message": [
              "uv pip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 {{args && args.xformers ? 'xformers==0.0.30' : ''}} --index-url https://download.pytorch.org/whl/cu128 --force-reinstall --no-deps",
              "{{args && args.triton ? 'uv pip install triton-windows==3.3.1.post19' : ''}}",
              "{{args && args.sageattention ? 'uv pip install https://huggingface.co/cocktailpeanut/wheels/resolve/main/sageattention-2.1.1+cu128torch2.7.1-cp310-cp310-win_amd64.whl --force-reinstall' : ''}}",
              "{{args && args.flashattention ? 'uv pip install https://huggingface.co/cocktailpeanut/wheels/resolve/main/flash_attn-2.8.2%2Bcu128torch2.7-cp310-cp310-win_amd64.whl' : ''}}"
            ]
          },
          "next": null
        },
        "F:\\pinokio\\api\\TRELLIS.2-Pinokio.git\\start.json": {
          "method": "shell.run",
          "params": {
            "path": "app",
            "venv": "venv",
            "chain": true,
            "env": {
              "SPARSE_CONV_BACKEND": "flex_gemm"
            },
            "input": null,
            "message": [
              "python app.py"
            ],
            "on": [
              {
                "event": "/http://\\S+/",
                "done": true
              }
            ]
          }
        },
        "F:\\pinokio\\api\\uncensored-local-studio.pinokio.git\\install.js": {
          "method": "shell.run",
          "params": {
            "path": "app",
            "message": "{{platform === 'win32' ? 'echo.| powershell -NoProfile -ExecutionPolicy Bypass -File scripts/setup/setup.ps1' : 'bash scripts/setup/setup.sh'}}"
          }
        }
      },
      "input": {
        "F:\\pinokio\\api\\Maestro.git\\start.js": {
          "id": "64d01af8-2619-4dd4-ba47-1bbf55415923",
          "response": "Microsoft Windows [Version 10.0.26200.9278]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nF:\\pinokio\\api\\Maestro.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & F:\\pinokio\\api\\Maestro.git\\app\\env-rtx50\\Scripts\\activate F:\\pinokio\\api\\Maestro.git\\app\\env-rtx50 && python launch.py \r\n[Maestro] Installing download stall protection...\r\n[safe_download] tqdm download hook installed\r\n[Maestro] Importing WanGP engine...\r\n[GGUF][llama.cpp CUDA] kernels available.\r\n[Runtime] Python 3.11.15 | PyTorch 2.10.0+cu130 | CUDA 13.0 | NVIDIA GeForce RTX 5060 (sm_120)\r\n[Runtime] Kernels: Triton=ready (3.6.0.post25), SageAttention=ready, Lightx2v NVFP4=ready, FlashAttention=ready, H3 Sol Engine=ready\r\n[GuideLoader] Guide not found: prompt_enhancer/dramabox_speech_rules.md\r\n[GuideLoader] Guide not found: prompt_enhancer/dramabox_dialogue_rules.md\r\n[Quanto][INT8] Injected int8 kernels ACTIVE (backend=triton).\r\n[Maestro] WanGP loaded: 197 models available\r\n[Workspace] Active workspace: default (outputs)\r\n[Maestro] Gradio classic UI mounted at /classic\r\n[Maestro] React UI serving from F:\\pinokio\\api\\Maestro.git\\ui\\dist\r\n\r\n==================================================\r\n  Maestro UI:    http://127.0.0.1:42003/\r\n  Classic UI:    http://127.0.0.1:42003/classic/\r\n  API docs:      http://127.0.0.1:42003/docs\r\n==================================================",
          "stdout": "Microsoft Windows [Version 10.0.26200.9278]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nF:\\pinokio\\api\\Maestro.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & F:\\pinokio\\api\\Maestro.git\\app\\env-rtx50\\Scripts\\activate F:\\pinokio\\api\\Maestro.git\\app\\env-rtx50 && python launch.py \r\n[Maestro] Installing download stall protection...\r\n[safe_download] tqdm download hook installed\r\n[Maestro] Importing WanGP engine...\r\n[GGUF][llama.cpp CUDA] kernels available.\r\n[Runtime] Python 3.11.15 | PyTorch 2.10.0+cu130 | CUDA 13.0 | NVIDIA GeForce RTX 5060 (sm_120)\r\n[Runtime] Kernels: Triton=ready (3.6.0.post25), SageAttention=ready, Lightx2v NVFP4=ready, FlashAttention=ready, H3 Sol Engine=ready\r\n[GuideLoader] Guide not found: prompt_enhancer/dramabox_speech_rules.md\r\n[GuideLoader] Guide not found: prompt_enhancer/dramabox_dialogue_rules.md\r\n[Quanto][INT8] Injected int8 kernels ACTIVE (backend=triton).\r\n[Maestro] WanGP loaded: 197 models available\r\n[Workspace] Active workspace: default (outputs)\r\n[Maestro] Gradio classic UI mounted at /classic\r\n[Maestro] React UI serving from F:\\pinokio\\api\\Maestro.git\\ui\\dist\r\n\r\n==================================================\r\n  Maestro UI:    http://127.0.0.1:42003/\r\n  Classic UI:    http://127.0.0.1:42003/classic/\r\n  API docs:      http://127.0.0.1:42003/docs\r\n==================================================",
          "event": [
            "http://127.0.0.1:42003",
            "http://127.0.0.1:42003"
          ]
        },
        "F:\\pinokio\\api\\triposplat.pinokio.git\\install.js": {
          "id": "f871ada9-cae6-4933-b678-ce9ff510ef88",
          "response": "Microsoft Windows [Version 10.0.26200.9278]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nF:\\pinokio\\api\\triposplat.pinokio.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & F:\\pinokio\\api\\triposplat.pinokio.git\\app\\env\\Scripts\\activate F:\\pinokio\\api\\triposplat.pinokio.git\\app\\env && uv pip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0  --index-url https://download.pytorch.org/whl/cu128 --force-reinstall --no-deps\r\nUsing Python 3.10.20 environment at: env\r\nResolved 3 packages in 11.64s\r\nPrepared 3 packages in 5ms\r\nInstalled 3 packages in 2.38s\r\n + torch==2.7.0+cu128\r\n + torchaudio==2.7.0+cu128\r\n + torchvision==0.22.0+cu128\r\n\r\n(env) (base) F:\\pinokio\\api\\triposplat.pinokio.git\\app>",
          "stdout": "Microsoft Windows [Version 10.0.26200.9278]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nF:\\pinokio\\api\\triposplat.pinokio.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & F:\\pinokio\\api\\triposplat.pinokio.git\\app\\env\\Scripts\\activate F:\\pinokio\\api\\triposplat.pinokio.git\\app\\env && uv pip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0  --index-url https://download.pytorch.org/whl/cu128 --force-reinstall --no-deps\r\nUsing Python 3.10.20 environment at: env\r\nResolved 3 packages in 11.64s\r\nPrepared 3 packages in 5ms\r\nInstalled 3 packages in 2.38s\r\n + torch==2.7.0+cu128\r\n + torchaudio==2.7.0+cu128\r\n + torchvision==0.22.0+cu128\r\n\r\n(env) (base) F:\\pinokio\\api\\triposplat.pinokio.git\\app>"
        },
        "F:\\pinokio\\api\\triposplat.pinokio.git\\torch.js": {
          "venv": "env",
          "path": "app"
        },
        "F:\\pinokio\\api\\minijam.git\\install.js": null,
        "F:\\pinokio\\api\\minijam.git\\torch.js": {
          "venv": "env",
          "path": "app/comfyui"
        },
        "F:\\pinokio\\api\\liveportrait.git\\install.js": {
          "id": "67b9e6ef-43e9-46ca-8516-78ca0ae129fb",
          "response": "Microsoft Windows [Version 10.0.26200.9278]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nF:\\pinokio\\api\\liveportrait.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && conda deactivate && call LivePortrait_env/Scripts/activate.bat && uv pip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 --index-url https://download.pytorch.org/whl/cu128 --force-reinstall --no-deps && uv pip install -U onnxruntime-gpu && uv pip install ../wheel/multiscaledeformableattention-1.0-cp39-cp39-win_amd64.whl\r\nconda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && conda deactivate && call LivePortrait_env/Scripts/activate.bat && uv pip install torch==2.7.0 torchvisiResolved 3 packages in 11.95s\r\nPrepared 3 packages in 1m 57s\r\nUninstalled 3 packages in 788ms                                                                                                                                                                     \r\nInstalled 3 packages in 2.45s\r\n - torch==1.10.1+cu111                                                                                                                                                                              \r\n + torch==2.7.0+cu128\r\n - torchaudio==0.10.1+cu111\r\n + torchaudio==2.7.0+cu128\r\n - torchvision==0.11.2\r\n + torchvision==0.22.0+cu128\r\nUsing Python 3.9.0 environment at: LivePortrait_env\r\nResolved 10 packages in 303ms                                                                                                                                                                       \r\nPrepared 7 packages in 13.49s\r\nUninstalled 7 packages in 431ms                                                                                                                                                                     \r\nInstalled 7 packages in 556ms\r\n - flatbuffers==24.3.25                                                                                                                                                                             \r\n + flatbuffers==25.12.19                                                                                                                                                                            \r\n - numpy==1.26.4\r\n + numpy==2.0.2\r\n - onnxruntime-gpu==1.18.0\r\n + onnxruntime-gpu==1.19.2\r\n - packaging==24.1\r\n + packaging==26.3\r\n - protobuf==5.27.3\r\n + protobuf==6.33.6\r\n - pyreadline3==3.4.1\r\n + pyreadline3==3.5.6\r\n - sympy==1.13.1\r\n + sympy==1.14.0\r\nUsing Python 3.9.0 environment at: LivePortrait_env\r\nResolved 1 package in 8ms\r\nPrepared 1 package in 33ms\r\nInstalled 1 package in 55ms\r\n + multiscaledeformableattention==1.0 (from file:///F:/pinokio/api/liveportrait.git/wheel/multiscaledeformableattention-1.0-cp39-cp39-win_amd64.whl)\r\n\r\n(LivePortrait_env) F:\\pinokio\\api\\liveportrait.git\\app>",
          "stdout": "Microsoft Windows [Version 10.0.26200.9278]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nF:\\pinokio\\api\\liveportrait.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && conda deactivate && call LivePortrait_env/Scripts/activate.bat && uv pip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 --index-url https://download.pytorch.org/whl/cu128 --force-reinstall --no-deps && uv pip install -U onnxruntime-gpu && uv pip install ../wheel/multiscaledeformableattention-1.0-cp39-cp39-win_amd64.whl\r\nconda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && conda deactivate && call LivePortrait_env/Scripts/activate.bat && uv pip install torch==2.7.0 torchvisiResolved 3 packages in 11.95s\r\nPrepared 3 packages in 1m 57s\r\nUninstalled 3 packages in 788ms                                                                                                                                                                     \r\nInstalled 3 packages in 2.45s\r\n - torch==1.10.1+cu111                                                                                                                                                                              \r\n + torch==2.7.0+cu128\r\n - torchaudio==0.10.1+cu111\r\n + torchaudio==2.7.0+cu128\r\n - torchvision==0.11.2\r\n + torchvision==0.22.0+cu128\r\nUsing Python 3.9.0 environment at: LivePortrait_env\r\nResolved 10 packages in 303ms                                                                                                                                                                       \r\nPrepared 7 packages in 13.49s\r\nUninstalled 7 packages in 431ms                                                                                                                                                                     \r\nInstalled 7 packages in 556ms\r\n - flatbuffers==24.3.25                                                                                                                                                                             \r\n + flatbuffers==25.12.19                                                                                                                                                                            \r\n - numpy==1.26.4\r\n + numpy==2.0.2\r\n - onnxruntime-gpu==1.18.0\r\n + onnxruntime-gpu==1.19.2\r\n - packaging==24.1\r\n + packaging==26.3\r\n - protobuf==5.27.3\r\n + protobuf==6.33.6\r\n - pyreadline3==3.4.1\r\n + pyreadline3==3.5.6\r\n - sympy==1.13.1\r\n + sympy==1.14.0\r\nUsing Python 3.9.0 environment at: LivePortrait_env\r\nResolved 1 package in 8ms\r\nPrepared 1 package in 33ms\r\nInstalled 1 package in 55ms\r\n + multiscaledeformableattention==1.0 (from file:///F:/pinokio/api/liveportrait.git/wheel/multiscaledeformableattention-1.0-cp39-cp39-win_amd64.whl)\r\n\r\n(LivePortrait_env) F:\\pinokio\\api\\liveportrait.git\\app>"
        },
        "F:\\pinokio\\api\\TRELLIS.2-Pinokio.git\\install.js": {
          "id": "2b6c09f3-d47d-4bef-8c2c-d8a5a25ad584",
          "response": "Microsoft Windows [Version 10.0.26200.9278]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nF:\\pinokio\\api\\TRELLIS.2-Pinokio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git clone -b v0.4.0 https://github.com/NVlabs/nvdiffrast.git extensions/nvdiffrast\r\nCloning into 'extensions/nvdiffrast'...\r\nremote: Enumerating objects: 523, done.\r\nremote: Counting objects: 100% (265/265), done.\r\nremote: Compressing objects: 100% (75/75), done.\r\nremote: Total 523 (delta 198), reused 190 (delta 190), pack-reused 258 (from 1)\r\nReceiving objects: 100% (523/523), 11.12 MiB | 24.27 MiB/s, done.\r\nResolving deltas: 100% (284/284), done.\r\nNote: switching to '253ac4fcea7de5f396371124af597e6cc957bfae'.\r\n\r\nYou are in 'detached HEAD' state. You can look around, make experimental\r\nchanges and commit them, and you can discard any commits you make in this\r\nstate without impacting any branches by switching back to a branch.\r\n\r\nIf you want to create a new branch to retain commits you create, you may\r\ndo so (now or later) by using -c with the switch command. Example:\r\n\r\n  git switch -c <new-branch-name>\r\n\r\nOr undo this operation with:\r\n\r\n  git switch -\r\n\r\nTurn off this advice by setting config variable advice.detachedHead to false\r\n\r\n\r\n(base) F:\\pinokio\\api\\TRELLIS.2-Pinokio.git>",
          "stdout": "Microsoft Windows [Version 10.0.26200.9278]\r\n(c) Microsoft Corporation. All rights reserved.\r\n\r\nF:\\pinokio\\api\\TRELLIS.2-Pinokio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git clone -b v0.4.0 https://github.com/NVlabs/nvdiffrast.git extensions/nvdiffrast\r\nCloning into 'extensions/nvdiffrast'...\r\nremote: Enumerating objects: 523, done.\r\nremote: Counting objects: 100% (265/265), done.\r\nremote: Compressing objects: 100% (75/75), done.\r\nremote: Total 523 (delta 198), reused 190 (delta 190), pack-reused 258 (from 1)\r\nReceiving objects: 100% (523/523), 11.12 MiB | 24.27 MiB/s, done.\r\nResolving deltas: 100% (284/284), done.\r\nNote: switching to '253ac4fcea7de5f396371124af597e6cc957bfae'.\r\n\r\nYou are in 'detached HEAD' state. You can look around, make experimental\r\nchanges and commit them, and you can discard any commits you make in this\r\nstate without impacting any branches by switching back to a branch.\r\n\r\nIf you want to create a new branch to retain commits you create, you may\r\ndo so (now or later) by using -c with the switch command. Example:\r\n\r\n  git switch -c <new-branch-name>\r\n\r\nOr undo this operation with:\r\n\r\n  git switch -\r\n\r\nTurn off this advice by setting config variable advice.detachedHead to false\r\n\r\n\r\n(base) F:\\pinokio\\api\\TRELLIS.2-Pinokio.git>"
        },
        "F:\\pinokio\\api\\TRELLIS.2-Pinokio.git\\torch.js": {
          "path": "app",
          "venv": "venv",
          "xformers": true,
          "triton": true,
          "flashattention": true
        },
        "F:\\pinokio\\api\\TRELLIS.2-Pinokio.git\\start.json": {},
        "F:\\pinokio\\api\\uncensored-local-studio.pinokio.git\\install.js": null
      },
      "args": {
        "F:\\pinokio\\api\\Maestro.git\\start.js": {},
        "F:\\pinokio\\api\\triposplat.pinokio.git\\install.js": {},
        "F:\\pinokio\\api\\triposplat.pinokio.git\\torch.js": {
          "venv": "env",
          "path": "app"
        },
        "F:\\pinokio\\api\\triposplat.pinokio.git\\start.js": {},
        "F:\\pinokio\\api\\minijam.git\\install.js": {},
        "F:\\pinokio\\api\\minijam.git\\torch.js": {
          "venv": "env",
          "path": "app/comfyui"
        },
        "F:\\pinokio\\api\\liveportrait.git\\install.js": {},
        "F:\\pinokio\\api\\liveportrait.git\\win.js": {},
        "F:\\pinokio\\api\\TRELLIS.2-Pinokio.git\\install.js": {},
        "F:\\pinokio\\api\\TRELLIS.2-Pinokio.git\\torch.js": {
          "path": "app",
          "venv": "venv",
          "xformers": true,
          "triton": true,
          "flashattention": true
        },
        "F:\\pinokio\\api\\TRELLIS.2-Pinokio.git\\start.json": {},
        "F:\\pinokio\\api\\uncensored-local-studio.pinokio.git\\install.js": {}
      }
    },
    "procs": {},
    "gpu": "nvidia",
    "gpus": [
      {
        "name": "parsec cloud, inc.",
        "model": "parsec virtual display adapter",
        "driver": null
      },
      {
        "name": "nvidia",
        "model": "nvidia geforce rtx 5060",
        "driver": "610.47"
      },
      {
        "name": "advanced micro devices, inc.",
        "model": "amd radeon(tm) graphics",
        "driver": null
      }
    ],
    "gpu_model": "nvidia geforce rtx 5060",
    "gpu_driver": "610.47",
    "gpu_target": "sm_120",
    "ram": 31,
    "vram": 8,
    "version": "8.2.0",
    "audio": [
      {
        "id": "USB\\VID_05A3&PID_9331&MI_02\\9&7C239DA&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_10EC&DEV_1220&SUBSYS_1458A0C3&REV_1001\\5&32442090&0&0001",
        "name": "Realtek High Definition Audio",
        "manufacturer": "Realtek",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "Sound Driver",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "HDAUDIO\\FUNC_01&VEN_10DE&DEV_00AD&SUBSYS_10DE0000&REV_1001\\5&1AC58927&0&0001",
        "name": "NVIDIA High Definition Audio",
        "manufacturer": "NVIDIA",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "Sound Driver",
        "in": null,
        "out": null,
        "status": "enabled"
      },
      {
        "id": "ROOT\\UNNAMED_DEVICE\\0000",
        "name": "NVIDIA Virtual Audio Device (Wave Extensible) (WDM)",
        "manufacturer": "NVIDIA",
        "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_1008\\5&28A47E64&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": "ROOT\\MEDIA\\0000",
        "name": "Voicemod",
        "manufacturer": "Voicemod S.L.",
        "revision": null,
        "driver": null,
        "default": null,
        "channel": null,
        "type": "",
        "in": null,
        "out": null,
        "status": "enabled"
      }
    ],
    "mem": {
      "total": 33407938560,
      "free": 19150450688,
      "used": 14257487872,
      "active": 14257487872,
      "available": 19150450688,
      "buffers": 0,
      "cached": 0,
      "slab": 0,
      "buffcache": 0,
      "reclaimable": 0,
      "swaptotal": 29245833216,
      "swapused": 0,
      "swapfree": 29245833216,
      "writeback": null,
      "dirty": null
    },
    "osInfo": {
      "platform": "Windows",
      "distro": "Microsoft Windows 11 Pro",
      "release": "10.0.26200",
      "codename": "25H2",
      "kernel": "10.0.26200",
      "arch": "x64",
      "hostname": "poop_smeller",
      "fqdn": "POOP_SMELLER",
      "codepage": "437",
      "logofile": "windows",
      "serial": "00330-80000-00000-AA172",
      "build": "26200",
      "servicepack": "0.0",
      "uefi": true,
      "hypervisor": true,
      "remoteSession": false
    },
    "graphics": {
      "controllers": [
        {
          "vendor": "Parsec Cloud, Inc.",
          "model": "Parsec Virtual Display Adapter",
          "bus": "",
          "vram": 0,
          "vramDynamic": true,
          "subDeviceId": null
        },
        {
          "vendor": "NVIDIA",
          "model": "NVIDIA GeForce RTX 5060",
          "bus": "PCI",
          "vram": 8151,
          "vramDynamic": false,
          "subDeviceId": "0x8A1F1043",
          "driverVersion": "610.47",
          "name": "NVIDIA GeForce RTX 5060",
          "pciBus": "00000000:01:00.0",
          "memoryTotal": 8151,
          "memoryUsed": 1264,
          "memoryFree": 6632,
          "utilizationMemory": 1,
          "temperatureGpu": 35,
          "powerDraw": 9.17,
          "powerLimit": 145,
          "clockCore": 210,
          "clockMemory": 405
        },
        {
          "vendor": "Advanced Micro Devices, Inc.",
          "model": "AMD Radeon(TM) Graphics",
          "bus": "PCI",
          "vram": 512,
          "vramDynamic": true,
          "subDeviceId": "D0001458"
        }
      ],
      "displays": [
        {
          "vendor": "ACR",
          "model": "RG40Y",
          "serial": "318773199",
          "productionYear": 2021,
          "displayId": "display\\acr061d\\5&3b94fe8c&0&uid4352_0",
          "deviceName": "\\\\.\\DISPLAY1",
          "main": true,
          "builtin": false,
          "connection": "HDMI",
          "resolutionX": 1920,
          "resolutionY": 1080,
          "sizeX": 53,
          "sizeY": 30,
          "pixelDepth": 32,
          "currentResX": 1920,
          "currentResY": 1080,
          "positionX": 0,
          "positionY": 0,
          "currentRefreshRate": 74
        }
      ]
    },
    "shell": "CMD",
    "system": {
      "manufacturer": "Gigabyte Technology Co., Ltd.",
      "model": "X870E AORUS ELITE WIFI7",
      "version": "Default string-WCP-ADO",
      "serial": "Default string",
      "uuid": "03560230-040f-055e-3a06-c50700080009",
      "sku": "Default string",
      "virtual": false
    },
    "cpu": {
      "manufacturer": "AMD",
      "brand": "Ryzen 7 7800X3D 8-Core Processor",
      "vendor": "AuthenticAMD",
      "family": "25",
      "model": "97",
      "stepping": "2",
      "revision": "24834",
      "voltage": "",
      "speed": 4.2,
      "speedMin": 4.2,
      "speedMax": 4.2,
      "governor": "",
      "cores": 16,
      "physicalCores": 8,
      "performanceCores": 16,
      "efficiencyCores": 0,
      "processors": 1,
      "socket": "AM5",
      "flags": "de pse tsc sep mtrr mca cmov psn clfsh ds mmx fxsr sse sse2 ss htt tm ia64 pbe",
      "virtualization": true,
      "cache": {
        "l1d": 256,
        "l1i": 256,
        "l2": 8388608,
        "l3": 100663296
      }
    }
  }
}

Logs

logs/api/install.js/1788503310269

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

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

F:\pinokio\api\uncensored-local-studio.pinokio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git clone https://github.com/techjarves/Uncensored-Local-Studio.git app
Cloning into 'app'...
remote: Enumerating objects: 1258, done.
remote: Counting objects: 100% (155/155), done.
remote: Compressing objects: 100% (69/69), done.
remote: Total 1258 (delta 101), reused 90 (delta 84), pack-reused 1103 (from 3)
Receiving objects: 100% (1258/1258), 4.20 MiB | 23.23 MiB/s, done.
Resolving deltas: 100% (768/768), done.

(base) F:\pinokio\api\uncensored-local-studio.pinokio.git>

logs/api/install.js/1788503326653

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

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

F:\pinokio\api\uncensored-local-studio.pinokio.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && echo.| powershell -NoProfile -ExecutionPolicy Bypass -File scripts/setup/setup.ps1

  ============================================================
   UNCENSORED AI STUDIO      -  First-Time Setup
   100% Self-Contained  |  No System Install Required
  ============================================================


  [1/8] Setting up portable Node.js (app/tools/node-win/)
  --------------------------------------------------------
   >>  Downloading: Node.js v22.12.0 LTS (Portable ZIP)

  [################################################] 100%  33.3 MB  Done!                                                                                                                                                                                                                                                                                                                                  >>  Extracting Node.js...                                                                                                                                                                                                                                                                                                                                                                              [################################################] 100%  3149 files extracted!                                                                                                                                                                                                                                                                                                                           >>  Waiting for disk to flush...                                                                                                                                                                    OK  Portable Node.js ready: v22.12.0                                                                                                                                                                OK  Microsoft Visual C++ runtime already ready.                                                                                                                                                  

  [2/8] Setting up stable-diffusion.cpp CPU backend (app/backend/win/cpu/)
  --------------------------------------------------------
   >>  Downloading: stable-diffusion.cpp CPU Backend (Windows x64, runtime dispatch)

  [################################################] 100%  22.7 MB  Done! 

   >>  Extracting CPU Backend...

  [################################################] 100%  20 files extracted!

   OK  CPU backend binaries installed successfully!

  [2/8] Setting up stable-diffusion.cpp CUDA GPU backend (app/backend/win/cuda/)
  --------------------------------------------------------
   >>  Downloading: stable-diffusion.cpp CUDA 12.8 Backend (Windows x64)

  [################################################] 100%  345.2 MB  Done!  

   >>  Extracting CUDA Backend...

  [################################################] 100%  21 files extracted!

   OK  CUDA GPU backend binaries installed successfully!
   >>  CUDA runtime DLLs are missing from backend folder. Downloading the matching portable CUDA 12.8 runtime...
   >>  Downloading: CUDA 12.8 Runtime DLLs (stable-diffusion.cpp)

  [################################################] 100%  537.3 MB  Done!   

   >>  Extracting CUDA Runtime DLLs...

  [################################################] 100%  3 files extracted!

   OK  CUDA runtime DLLs set up successfully!

  [2/8] Setting up stable-diffusion.cpp Vulkan GPU backend for comparison (app/backend/win/vulkan/)
  --------------------------------------------------------
   >>  Downloading: stable-diffusion.cpp Vulkan Backend (Windows x64)

  [################################################] 100%  35.6 MB  Done! 

   >>  Extracting Vulkan Backend...

  [################################################] 100%  5 files extracted!

   OK  Vulkan GPU backend binaries installed successfully!

  [3/8] Setting up llama.cpp text backends (Vulkan + CPU)
  --------------------------------------------------------
   >>  Downloading llama.cpp cuda backend (b9668)...
      [################################################] 100%  249.1 MB  Done!   

   >>  Extracting llama.cpp cuda backend...
   >>  Downloading llama.cpp CUDA runtime library (b9668)...
      [################################################] 100%  373.3 MB  Done!  

   >>  Extracting CUDA runtime libraries...
   OK  llama.cpp cuda backend installed.
   >>  Downloading llama.cpp hip backend (b9668)...

   !!  Download attempt 1 failed: Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found."
   >>  Retrying download...

logs/api/install.js/1788503577855

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

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

F:\pinokio\api\uncensored-local-studio.pinokio.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && echo.| powershell -NoProfile -ExecutionPolicy Bypass -File scripts/setup/setup.ps1

  ============================================================
   UNCENSORED AI STUDIO      -  First-Time Setup
   100% Self-Contained  |  No System Install Required
  ============================================================


  [1/8] Setting up portable Node.js (app/tools/node-win/)
  --------------------------------------------------------
   OK  Portable Node.js already ready: v22.12.0
   OK  Microsoft Visual C++ runtime already ready.

  [2/8] Setting up stable-diffusion.cpp CPU backend (app/backend/win/cpu/)
  --------------------------------------------------------
   OK  CPU backend binaries already ready.

  [2/8] Setting up stable-diffusion.cpp CUDA GPU backend (app/backend/win/cuda/)
  --------------------------------------------------------
   OK  CUDA GPU backend binaries already ready.

  [2/8] Setting up stable-diffusion.cpp Vulkan GPU backend for comparison (app/backend/win/vulkan/)
  --------------------------------------------------------
   OK  Vulkan GPU backend binaries already ready.

  [3/8] Setting up llama.cpp text backends (Vulkan + CPU)
  --------------------------------------------------------
   OK  llama.cpp cuda backend already ready.
   >>  Downloading llama.cpp hip backend (b9668)...

   !!  Download attempt 1 failed: Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found."
   >>  Retrying download...
Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).