0

FaceFusion 3.8.3: SafetyError: The package for libcublas located at C:\pinokio\bin\miniforge\pkgs\libcublas-12.9.…

@franckyposted 9/6/2026, 9:46:07 AM·0 replies

App: FaceFusion 3.8.3 (facefusion-pinokio.git)
Repo: https://github.com/facefusion/facefusion-pinokio.git
Generated: 2026-09-06T09:45:44.145Z
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 3060 laptop gpu",
    "ram_gb": 32,
    "vram_gb": 12,
    "gpu_driver": "546.01",
    "gpu_target": "sm_86"
  },
  "os": {
    "platform": "Windows",
    "distro": "Microsoft Windows 11 Professionnel",
    "release": "10.0.26200",
    "codename": "25H2",
    "kernel": "10.0.26200",
    "arch": "x64",
    "build": "26200",
    "servicepack": "0.0",
    "uefi": true
  },
  "system": {
    "manufacturer": "Default string",
    "model": "Default string",
    "version": "Default string",
    "virtual": false
  },
  "cpu": {
    "manufacturer": "Intel",
    "brand": "Gen Intel® Core™ i9-12900HK",
    "vendor": "GenuineIntel",
    "family": "6",
    "model": "154",
    "stepping": "3",
    "speed": 2.5,
    "speedMin": 2.5,
    "speedMax": 2.5,
    "cores": 20,
    "physicalCores": 14,
    "processors": 1,
    "performanceCores": 20,
    "efficiencyCores": 0,
    "virtualization": true,
    "cache": {
      "l1d": 557056,
      "l1i": 720896,
      "l2": 12058624,
      "l3": 25165824
    }
  },
  "memory": {
    "total": 34079027200,
    "free": 25091166208,
    "used": 8987860992,
    "active": 8987860992,
    "available": 25091166208,
    "buffers": 0,
    "cached": 0,
    "slab": 0,
    "buffcache": 0,
    "swaptotal": 3754950656,
    "swapused": 55574528,
    "swapfree": 3699376128
  },
  "gpus": [
    {
      "model": "intel(r) iris(r) xe graphics"
    },
    {
      "model": "nvidia geforce rtx 3060 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 3060 Laptop GPU",
        "bus": "PCI",
        "vram": 12288,
        "vramDynamic": false,
        "driverVersion": "546.01"
      }
    ],
    "displays": [
      {
        "model": "L740HS",
        "main": true,
        "builtin": false,
        "connection": "DP",
        "currentResX": 1920,
        "currentResY": 1080,
        "resolutionX": 1920,
        "resolutionY": 1080,
        "pixelDepth": 32,
        "currentRefreshRate": 60
      }
    ]
  },
  "diagnostics": {
    "platform": "win32",
    "arch": "x64",
    "running": {},
    "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\\TalkingMuse.git\\start.js": {
          "method": "shell.run",
          "params": {
            "venv": "env",
            "env": {},
            "path": "app",
            "message": [
              "python app.py --use_float16"
            ],
            "on": [
              {
                "event": "/http://\\S+/",
                "done": true
              }
            ]
          }
        },
        "C:\\pinokio\\api\\Facefusion-Pinokio-Masterbranch.git\\install.js": {
          "method": "shell.run",
          "params": {
            "message": [
              "git reset --hard",
              "git clean -fd",
              "git checkout master",
              "git pull",
              "python -c \"import os, shutil; [shutil.rmtree(os.path.join(r, d), ignore_errors=True) for r, ds, _ in os.walk('.') for d in ds if d == '__pycache__']; print('=== PyCache cleaned ===')\""
            ],
            "path": "facefusion",
            "conda": {
              "path": "C:\\pinokio\\api\\Facefusion-Pinokio-Masterbranch.git\\.env"
            },
            "on": [
              {
                "event": "/error:/i",
                "break": false
              }
            ]
          }
        },
        "C:\\pinokio\\api\\Facefusion-Pinokio-Masterbranch.git\\update.js": {
          "method": "shell.run",
          "params": {
            "message": "git checkout master",
            "path": "facefusion"
          }
        },
        "C:\\pinokio\\api\\facefusion-pinokio.git\\install.js": {
          "when": "{{ (platform === \"linux\" || platform === \"win32\") && gpu === \"nvidia\" }}",
          "method": "shell.run",
          "params": {
            "message": [
              "conda install nvidia/label/cuda-12.9.1::cuda-runtime nvidia/label/cudnn-9.10.2::cudnn --yes",
              "pip install tensorrt==10.12.0.36 --extra-index-url https://pypi.nvidia.com"
            ],
            "conda": {
              "path": "C:\\pinokio\\api\\facefusion-pinokio.git\\.env"
            }
          }
        },
        "C:\\pinokio\\api\\facefusion-pinokio.git\\run.js": {
          "method": "shell.run",
          "params": {
            "message": "{{ self.cmd[local.mode] }}",
            "path": "facefusion",
            "conda": {
              "path": "C:\\pinokio\\api\\facefusion-pinokio.git\\.env"
            },
            "on": [
              {
                "event": "/(http://[0-9.:]+)/",
                "done": true
              }
            ]
          }
        },
        "C:\\pinokio\\api\\facefusion-pinokio.git\\update.js": {
          "method": "shell.run",
          "params": {
            "message": "git checkout 3.8.3",
            "path": "facefusion"
          }
        },
        "C:\\pinokio\\api\\facefusion-pinokio.git\\reset.js": {
          "method": "fs.rm",
          "params": {
            "path": "C:\\pinokio\\api\\facefusion-pinokio.git\\.env"
          }
        }
      },
      "input": {
        "C:\\pinokio\\api\\TalkingMuse.git\\start.js": {},
        "C:\\pinokio\\api\\Facefusion-Pinokio-Masterbranch.git\\install.js": {
          "id": "b0147f3f-dc54-421e-a4e1-5ffa80720a7d",
          "response": "Microsoft Windows [version 10.0.26200.9278]\r\n(c) Microsoft Corporation. Tous droits réservés.\r\n\r\nC:\\pinokio\\api\\Facefusion-Pinokio-Masterbranch.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git clone https://github.com/facefusion/facefusion --branch 3.8.2 --single-branch\r\nfatal: destination path 'facefusion' already exists and is not an empty directory.\r\n\r\n(base) C:\\pinokio\\api\\Facefusion-Pinokio-Masterbranch.git>",
          "stdout": "Microsoft Windows [version 10.0.26200.9278]\r\n(c) Microsoft Corporation. Tous droits réservés.\r\n\r\nC:\\pinokio\\api\\Facefusion-Pinokio-Masterbranch.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git clone https://github.com/facefusion/facefusion --branch 3.8.2 --single-branch\r\nfatal: destination path 'facefusion' already exists and is not an empty directory.\r\n\r\n(base) C:\\pinokio\\api\\Facefusion-Pinokio-Masterbranch.git>"
        },
        "C:\\pinokio\\api\\Facefusion-Pinokio-Masterbranch.git\\update.js": {
          "id": "61fb2447-6cab-4783-8a6d-f6d0a5cda0ea",
          "response": "Microsoft Windows [version 10.0.26200.9278]\r\n(c) Microsoft Corporation. Tous droits réservés.\r\n\r\nC:\\pinokio\\api\\Facefusion-Pinokio-Masterbranch.git\\facefusion>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git pull --tags\r\nremote: Enumerating objects: 48, done.\r\nremote: Counting objects: 100% (32/32), done.\r\nremote: Compressing objects: 100% (22/22), done.\r\nremote: Total 48 (delta 13), reused 10 (delta 10), pack-reused 16 (from 2)\r\nUnpacking objects: 100% (48/48), 1.11 MiB | 4.11 MiB/s, done.\r\nFrom https://github.com/facefusion/facefusion\r\n * [new tag]         3.8.3      -> 3.8.3\r\n * [new tag]         3.9.0      -> 3.9.0\r\nAlready up to date.\r\n\r\n(base) C:\\pinokio\\api\\Facefusion-Pinokio-Masterbranch.git\\facefusion>",
          "stdout": "Microsoft Windows [version 10.0.26200.9278]\r\n(c) Microsoft Corporation. Tous droits réservés.\r\n\r\nC:\\pinokio\\api\\Facefusion-Pinokio-Masterbranch.git\\facefusion>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git pull --tags\r\nremote: Enumerating objects: 48, done.\r\nremote: Counting objects: 100% (32/32), done.\r\nremote: Compressing objects: 100% (22/22), done.\r\nremote: Total 48 (delta 13), reused 10 (delta 10), pack-reused 16 (from 2)\r\nUnpacking objects: 100% (48/48), 1.11 MiB | 4.11 MiB/s, done.\r\nFrom https://github.com/facefusion/facefusion\r\n * [new tag]         3.8.3      -> 3.8.3\r\n * [new tag]         3.9.0      -> 3.9.0\r\nAlready up to date.\r\n\r\n(base) C:\\pinokio\\api\\Facefusion-Pinokio-Masterbranch.git\\facefusion>"
        },
        "C:\\pinokio\\api\\facefusion-pinokio.git\\install.js": null,
        "C:\\pinokio\\api\\facefusion-pinokio.git\\run.js": {
          "id": "a3242a8c-9c96-4b4d-aea1-d6ba4e4ea3c2",
          "response": "Microsoft Windows [version 10.0.26200.9278]\r\n(c) Microsoft Corporation. Tous droits réservés.\r\n\r\nC:\\pinokio\\api\\facefusion-pinokio.git\\facefusion>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git checkout --quiet -- facefusion\r\n\r\n(base) C:\\pinokio\\api\\facefusion-pinokio.git\\facefusion>",
          "stdout": "Microsoft Windows [version 10.0.26200.9278]\r\n(c) Microsoft Corporation. Tous droits réservés.\r\n\r\nC:\\pinokio\\api\\facefusion-pinokio.git\\facefusion>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git checkout --quiet -- facefusion\r\n\r\n(base) C:\\pinokio\\api\\facefusion-pinokio.git\\facefusion>"
        },
        "C:\\pinokio\\api\\facefusion-pinokio.git\\update.js": {
          "id": "d7077827-93ac-45ad-953b-e740fd59b787",
          "response": "Microsoft Windows [version 10.0.26200.9278]\r\n(c) Microsoft Corporation. Tous droits réservés.\r\n\r\nC:\\pinokio\\api\\facefusion-pinokio.git\\facefusion>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git pull --tags\r\nremote: Enumerating objects: 20, done.\r\nremote: Counting objects: 100% (8/8), done.\r\nremote: Compressing objects: 100% (7/7), done.\r\nremote: Total 20 (delta 1), reused 1 (delta 1), pack-reused 12 (from 2)\r\nUnpacking objects: 100% (20/20), 1.09 MiB | 6.85 MiB/s, done.\r\nFrom https://github.com/facefusion/facefusion\r\n * [new tag]         3.9.0      -> 3.9.0\r\nAlready up to date.\r\n\r\n(base) C:\\pinokio\\api\\facefusion-pinokio.git\\facefusion>",
          "stdout": "Microsoft Windows [version 10.0.26200.9278]\r\n(c) Microsoft Corporation. Tous droits réservés.\r\n\r\nC:\\pinokio\\api\\facefusion-pinokio.git\\facefusion>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git pull --tags\r\nremote: Enumerating objects: 20, done.\r\nremote: Counting objects: 100% (8/8), done.\r\nremote: Compressing objects: 100% (7/7), done.\r\nremote: Total 20 (delta 1), reused 1 (delta 1), pack-reused 12 (from 2)\r\nUnpacking objects: 100% (20/20), 1.09 MiB | 6.85 MiB/s, done.\r\nFrom https://github.com/facefusion/facefusion\r\n * [new tag]         3.9.0      -> 3.9.0\r\nAlready up to date.\r\n\r\n(base) C:\\pinokio\\api\\facefusion-pinokio.git\\facefusion>"
        }
      },
      "args": {
        "C:\\pinokio\\api\\TalkingMuse.git\\start.js": {},
        "C:\\pinokio\\api\\Facefusion-Pinokio-Masterbranch.git\\install.js": {
          "run": "true",
          "fullscreen": "true"
        },
        "C:\\pinokio\\api\\Facefusion-Pinokio-Masterbranch.git\\update.js": {
          "run": "true",
          "fullscreen": "true"
        },
        "C:\\pinokio\\api\\facefusion-pinokio.git\\install.js": {
          "run": "true",
          "fullscreen": "true"
        },
        "C:\\pinokio\\api\\facefusion-pinokio.git\\run.js": {
          "run": "true",
          "fullscreen": "true",
          "mode": "Default"
        },
        "C:\\pinokio\\api\\facefusion-pinokio.git\\update.js": {
          "run": "true",
          "fullscreen": "true"
        },
        "C:\\pinokio\\api\\facefusion-pinokio.git\\reset.js": {
          "run": "true",
          "fullscreen": "true"
        }
      }
    },
    "procs": {},
    "gpu": "nvidia",
    "gpus": [
      {
        "name": "intel corporation",
        "model": "intel(r) iris(r) xe graphics",
        "driver": null
      },
      {
        "name": "nvidia",
        "model": "nvidia geforce rtx 3060 laptop gpu",
        "driver": "546.01"
      }
    ],
    "gpu_model": "nvidia geforce rtx 3060 laptop gpu",
    "gpu_driver": "546.01",
    "gpu_target": "sm_86",
    "ram": 32,
    "vram": 12,
    "version": "8.2.0",
    "audio": [
      {
        "id": "HDAUDIO\\FUNC_01&VEN_10EC&DEV_0269&SUBSYS_10EC0000&REV_1002\\4&195276D6&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": "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_10DE&DEV_009F&SUBSYS_10DE0000&REV_1001\\5&2308F845&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"
      }
    ],
    "mem": {
      "total": 34079027200,
      "free": 25091166208,
      "used": 8987860992,
      "active": 8987860992,
      "available": 25091166208,
      "buffers": 0,
      "cached": 0,
      "slab": 0,
      "buffcache": 0,
      "reclaimable": 0,
      "swaptotal": 3754950656,
      "swapused": 55574528,
      "swapfree": 3699376128,
      "writeback": null,
      "dirty": null
    },
    "graphics": {
      "controllers": [
        {
          "vendor": "Intel Corporation",
          "model": "Intel(R) Iris(R) Xe Graphics",
          "bus": "PCI",
          "vram": 2047.99609375,
          "vramDynamic": true,
          "subDeviceId": "21128086"
        },
        {
          "vendor": "NVIDIA",
          "model": "NVIDIA GeForce RTX 3060 Laptop GPU",
          "bus": "PCI",
          "vram": 12288,
          "vramDynamic": false,
          "subDeviceId": "0x10DE",
          "driverVersion": "546.01",
          "name": "NVIDIA GeForce RTX 3060 Laptop GPU",
          "pciBus": "00000000:02:00.0",
          "memoryTotal": 12288,
          "memoryFree": 12129,
          "temperatureGpu": 41,
          "powerDraw": 7.52,
          "clockCore": 210,
          "clockMemory": 405
        }
      ],
      "displays": [
        {
          "vendor": "IVM",
          "model": "L740HS",
          "serial": "117963190189",
          "productionYear": 2023,
          "displayId": "display\\ivm6663\\4&198555ee&0&uid8261_0",
          "deviceName": "\\\\.\\DISPLAY1",
          "main": true,
          "builtin": false,
          "connection": "DP",
          "resolutionX": 1920,
          "resolutionY": 1080,
          "sizeX": 60,
          "sizeY": 34,
          "pixelDepth": 32,
          "currentResX": 1920,
          "currentResY": 1080,
          "positionX": 0,
          "positionY": 0,
          "currentRefreshRate": 60
        }
      ]
    },
    "osInfo": {
      "platform": "Windows",
      "distro": "Microsoft Windows 11 Professionnel",
      "release": "10.0.26200",
      "codename": "25H2",
      "kernel": "10.0.26200",
      "arch": "x64",
      "hostname": "Francky",
      "fqdn": "FRANCKY",
      "codepage": "850",
      "logofile": "windows",
      "serial": "00330-50791-87802-AAOEM",
      "build": "26200",
      "servicepack": "0.0",
      "uefi": true,
      "hypervisor": true,
      "remoteSession": false
    },
    "cpu": {
      "manufacturer": "Intel",
      "brand": "Gen Intel® Core™ i9-12900HK",
      "vendor": "GenuineIntel",
      "family": "6",
      "model": "154",
      "stepping": "3",
      "revision": "",
      "voltage": "",
      "speed": 2.5,
      "speedMin": 2.5,
      "speedMax": 2.5,
      "governor": "",
      "cores": 20,
      "physicalCores": 14,
      "performanceCores": 20,
      "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": 557056,
        "l1i": 720896,
        "l2": 12058624,
        "l3": 25165824
      }
    },
    "shell": "CMD",
    "system": {
      "manufacturer": "Default string",
      "model": "Default string",
      "version": "Default string",
      "serial": "JZ251100017",
      "uuid": "03000200-0400-0500-0006-000700080009",
      "sku": "Default string",
      "virtual": false
    }
  }
}

Logs

logs/api/install.js/1788687850298

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

[api shell.run]
Microsoft Windows [version 10.0.26200.9278]
(c) Microsoft Corporation. Tous droits réservés.

C:\pinokio\api\facefusion-pinokio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git clone https://github.com/facefusion/facefusion --branch 3.8.3 --single-branch
Cloning into 'facefusion'...
remote: Enumerating objects: 4191, done.
remote: Counting objects: 100% (24/24), done.
remote: Compressing objects: 100% (15/15), done.
remote: Total 4191 (delta 10), reused 9 (delta 9), pack-reused 4167 (from 2)
Receiving objects: 100% (4191/4191), 29.34 MiB | 31.00 MiB/s, done.
Resolving deltas: 100% (2620/2620), done.
Note: switching to '435521dca8f98dee15fe67abadea6fc4a579f095'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false


(base) C:\pinokio\api\facefusion-pinokio.git>

logs/api/install.js/1788687858615

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

[api shell.run]
Microsoft Windows [version 10.0.26200.9278]
(c) Microsoft Corporation. Tous droits réservés.

C:\pinokio\api\facefusion-pinokio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base
conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base

(base) C:\pinokio\api\facefusion-pinokio.git>

logs/api/install.js/1788687864912

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

[api shell.run]
Microsoft Windows [version 10.0.26200.9278]
(c) Microsoft Corporation. Tous droits réservés.

C:\pinokio\api\facefusion-pinokio.git>conda_hook & conda create -y -p "C:\pinokio\api\facefusion-pinokio.git\.env" python=3.10.20  & conda deactivate & conda deactivate & conda deactivate & conda activate "C:\pinokio\api\facefusion-pinokio.git\.env" && conda install python=3.12 --yes
conda_hook & conda create -y -p "C:\pinokio\api\facefusion-pinokio.git\.env" python=3.10.20  & conda deactivate & conda deactivate & conda deactivate & conda activate "C:\pinokio\api\facefusion-pinokio.git\.env" && conda install python=3.12 --yes
Channels:
 - conda-forge
Platform: win-64done
Solving environment: doneta (repodata.json): - 

## Package Plan ##

  environment location: C:\pinokio\api\facefusion-pinokio.git\.env

  added / updated specs:
    - python=3.10.20


The following NEW packages will be INSTALLED:

  bzip2              conda-forge/win-64::bzip2-1.0.8-h0ad9c76_10 
  ca-certificates    conda-forge/noarch::ca-certificates-2026.7.22-h4c7d964_0 
  libexpat           conda-forge/win-64::libexpat-2.8.1-hac47afa_1 
  libffi             conda-forge/win-64::libffi-3.7.0-h3d046cb_1 
  liblzma            conda-forge/win-64::liblzma-5.8.3-hfd05255_1 
  libsqlite          conda-forge/win-64::libsqlite-3.53.4-hf5d6505_1 
  libzlib            conda-forge/win-64::libzlib-1.3.2-hfd05255_3 
  openssl            conda-forge/win-64::openssl-3.6.4-hf411b9b_0 
  packaging          conda-forge/noarch::packaging-26.3-pyhc364b38_0 
  pip                conda-forge/noarch::pip-26.2.1-pyh8b19718_0 
  python             conda-forge/win-64::python-3.10.20-hc20f281_1_cpython 
  setuptools         conda-forge/noarch::setuptools-84.0.0-pyh332efcf_0 
  tk                 conda-forge/win-64::tk-8.6.13-h967ab96_4 
  tzdata             conda-forge/noarch::tzdata-2026c-h151e31d_0 
  ucrt               conda-forge/win-64::ucrt-10.0.26100.0-h57928b3_0 
  vc                 conda-forge/win-64::vc-14.5-ha367084_41 
  vc14_runtime       conda-forge/win-64::vc14_runtime-14.51.36247-habf1de7_41 
  vcomp14            conda-forge/win-64::vcomp14-14.51.36247-habf1de7_41 
  wheel              conda-forge/noarch::wheel-0.48.0-pyhd8ed1ab_0 



Downloading and Extracting Packages:

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
#     $ conda activate C:\pinokio\api\facefusion-pinokio.git\.env
#
# To deactivate an active environment, use
#
#     $ conda deactivate

WARNING conda.conda_pypi.main:notify_externally_managed_future(156): 
  Did you know? You can install many PyPI packages with conda
  using the conda-pypi beta. Get started:
    https://docs.conda.io/projects/conda/en/stable/new-features.html

Channels:
 - conda-forge
Platform: win-64
Collecting package metadata (repodata.json):done
Solving environment: done

## Package Plan ##

  environment location: C:\pinokio\api\facefusion-pinokio.git\.env

  added / updated specs:
    - python=3.12


The following NEW packages will be INSTALLED:

  libpython          conda-forge/win-64::libpython-3.12.14-hcc31f7b_3_cpython

The following packages will be UPDATED:

  python                         3.10.20-hc20f281_1_cpython --> 3.12.14-hb12b558_3_cpython



Downloading and Extracting Packages:

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
WARNING conda.conda_pypi.main:notify_externally_managed_future(156): 
  Did you know? You can install many PyPI packages with conda
  using the conda-pypi beta. Get started:
    https://docs.conda.io/projects/conda/en/stable/new-features.html


(C:\pinokio\api\facefusion-pinokio.git\.env) C:\pinokio\api\facefusion-pinokio.git>

logs/api/install.js/1788687909776

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

[api shell.run]
Microsoft Windows [version 10.0.26200.9278]
(c) Microsoft Corporation. Tous droits réservés.

C:\pinokio\api\facefusion-pinokio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate "C:\pinokio\api\facefusion-pinokio.git\.env" && conda install conda-forge::ffmpeg=7.0.2 conda-forge::libvorbis=1.3.7 --yes
conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate "C:\pinokio\api\facefusion-pinokio.git\.env" && conda install conda-forge::ffmpeg=7.0.2 conda-forge::libvorbis=1.3.7 --yes
Channels:
 - conda-forge
Platform: win-64done
Solving environment: doneta (repodata.json): - 

## Package Plan ##

  environment location: C:\pinokio\api\facefusion-pinokio.git\.env

  added / updated specs:
    - conda-forge::ffmpeg=7.0.2
    - conda-forge::libvorbis=1.3.7


The following NEW packages will be INSTALLED:

  aom                conda-forge/win-64::aom-3.9.1-he0c23c2_0 
  cairo              conda-forge/win-64::cairo-1.18.4-h477c42c_3 
  dav1d              conda-forge/win-64::dav1d-1.2.1-hcfcfb64_0 
  ffmpeg             conda-forge/win-64::ffmpeg-7.0.2-gpl_hab0cf1a_505 
  font-ttf-dejavu-s~ conda-forge/noarch::font-ttf-dejavu-sans-mono-2.37-hab24e00_0 
  font-ttf-inconsol~ conda-forge/noarch::font-ttf-inconsolata-3.000-h77eed37_0 
  font-ttf-source-c~ conda-forge/noarch::font-ttf-source-code-pro-2.038-h77eed37_0 
  font-ttf-ubuntu    conda-forge/noarch::font-ttf-ubuntu-0.83-h77eed37_3 
  fontconfig         conda-forge/win-64::fontconfig-2.18.3-hd47e2ca_1 
  fonts-conda-ecosy~ conda-forge/noarch::fonts-conda-ecosystem-1-0 
  fonts-conda-forge  conda-forge/noarch::fonts-conda-forge-1-hc364b38_1 
  freetype           conda-forge/win-64::freetype-2.14.3-h57928b3_2 
  glib               conda-forge/win-64::glib-2.88.3-h964408e_3 
  glib-tools         conda-forge/win-64::glib-tools-2.88.3-h71a7f32_3 
  graphite2          conda-forge/win-64::graphite2-1.3.15-h5112557_1 
  harfbuzz           conda-forge/win-64::harfbuzz-14.4.0-h57928b3_1 
  icu                conda-forge/win-64::icu-78.3-h5112557_2 
  libfreetype        conda-forge/win-64::libfreetype-2.14.3-h57928b3_2 
  libfreetype6       conda-forge/win-64::libfreetype6-2.14.3-hdbac1cb_2 
  libglib            conda-forge/win-64::libglib-2.88.3-h261a839_3 
  libharfbuzz        conda-forge/win-64::libharfbuzz-14.4.0-h03b5201_1 
  libharfbuzz-devel  conda-forge/win-64::libharfbuzz-devel-14.4.0-h03b5201_1 
  libiconv           conda-forge/win-64::libiconv-1.18-hc1393d2_3 
  libintl            conda-forge/win-64::libintl-0.22.5-h5728263_4 
  libintl-devel      conda-forge/win-64::libintl-devel-0.22.5-h5728263_4 
  liblzma-devel      conda-forge/win-64::liblzma-devel-5.8.3-hfd05255_1 
  libogg             conda-forge/win-64::libogg-1.3.5-h2466b09_1 
  libopus            conda-forge/win-64::libopus-1.6.1-h6a83c73_1 
  libpng             conda-forge/win-64::libpng-1.6.58-hdc8cecf_1 
  libvorbis          conda-forge/win-64::libvorbis-1.3.7-h5112557_2 
  libxml2            conda-forge/win-64::libxml2-2.13.9-h741aa76_0 
  openh264           conda-forge/win-64::openh264-2.4.1-h63175ca_0 
  pcre2              conda-forge/win-64::pcre2-10.47-h8466c1e_1 
  pixman             conda-forge/win-64::pixman-0.46.4-h5112557_3 
  svt-av1            conda-forge/win-64::svt-av1-2.2.1-he0c23c2_0 
  vs2015_runtime     conda-forge/win-64::vs2015_runtime-14.51.36247-h633cb9f_41 
  x264               conda-forge/win-64::x264-1!164.3095-h8ffe710_2 
  x265               conda-forge/win-64::x265-3.5-h3ee6617_4 
  xz                 conda-forge/win-64::xz-5.8.3-hb6c8415_1
  xz-tools           conda-forge/win-64::xz-tools-5.8.3-hfd05255_1
  zlib               conda-forge/win-64::zlib-1.3.2-hfd05255_3



Downloading and Extracting Packages:

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
WARNING conda.conda_pypi.main:notify_externally_managed_future(156): 
  Did you know? You can install many PyPI packages with conda
  using the conda-pypi beta. Get started:
    https://docs.conda.io/projects/conda/en/stable/new-features.html


(C:\pinokio\api\facefusion-pinokio.git\.env) C:\pinokio\api\facefusion-pinokio.git>

logs/api/install.js/1788687924068

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

[api shell.run]
Microsoft Windows [version 10.0.26200.9278]
(c) Microsoft Corporation. Tous droits réservés.

C:\pinokio\api\facefusion-pinokio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate "C:\pinokio\api\facefusion-pinokio.git\.env" && conda install nvidia/label/cuda-12.9.1::cuda-runtime nvidia/label/cudnn-9.10.2::cudnn --yes
conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate "C:\pinokio\api\facefusion-pinokio.git\.env" && conda install nvidia/label/cuda-12.9.1::cuda-runtime nvidia/label/cudnn-9.10.2::cudnn --yes
Channels:
 - conda-forge
 - nvidia/label/cudnn-9.10.2
 - nvidia/label/cuda-12.9.1
Platform: win-64done
Solving environment: doneta (repodata.json): - 

## Package Plan ##

  environment location: C:\pinokio\api\facefusion-pinokio.git\.env

  added / updated specs:
    - nvidia/label/cuda-12.9.1::cuda-runtime
    - nvidia/label/cudnn-9.10.2::cudnn


The following NEW packages will be INSTALLED:

  cuda-cudart        conda-forge/win-64::cuda-cudart-12.9.79-he0c23c2_0 
  cuda-cudart_win-64 conda-forge/noarch::cuda-cudart_win-64-12.9.79-he0c23c2_0 
  cuda-libraries     conda-forge/win-64::cuda-libraries-12.9.1-h57928b3_0 
  cuda-nvrtc         conda-forge/win-64::cuda-nvrtc-12.9.86-hac47afa_1 
  cuda-opencl        conda-forge/win-64::cuda-opencl-12.9.19-he0c23c2_0 
  cuda-runtime       nvidia/label/cuda-12.9.1/win-64::cuda-runtime-12.9.1-0 
  cuda-version       conda-forge/noarch::cuda-version-12.9-h4f385c5_3 
  cudnn              nvidia/label/cudnn-9.10.2/win-64::cudnn-9.10.2.21-h9338775_0 
  khronos-opencl-ic~ conda-forge/win-64::khronos-opencl-icd-loader-2024.10.24-hfd05255_2 
  libcublas          conda-forge/win-64::libcublas-12.9.1.4-hac47afa_1 
  libcudnn           nvidia/label/cudnn-9.10.2/win-64::libcudnn-9.10.2.21-h9338775_0 
  libcudnn-dev       nvidia/label/cudnn-9.10.2/win-64::libcudnn-dev-9.10.2.21-h9338775_0 
  libcufft           conda-forge/win-64::libcufft-11.4.1.4-hac47afa_1 
  libcurand          conda-forge/win-64::libcurand-10.3.10.19-hac47afa_1 
  libcusolver        conda-forge/win-64::libcusolver-11.7.5.82-hac47afa_2 
  libcusparse        conda-forge/win-64::libcusparse-12.5.10.65-hac47afa_2 
  libnpp             conda-forge/win-64::libnpp-12.4.1.87-hac47afa_1 
  libnvfatbin        conda-forge/win-64::libnvfatbin-12.9.82-hac47afa_2 
  libnvjitlink       conda-forge/win-64::libnvjitlink-12.9.86-hac47afa_2 
  libnvjpeg          conda-forge/win-64::libnvjpeg-12.4.0.76-hac47afa_1 
  opencl-headers     conda-forge/win-64::opencl-headers-2025.06.13-h826ebb9_0 



Downloading and Extracting Packages:

Preparing transaction: done
Verifying transaction: - 
SafetyError: The package for libcublas located at C:\pinokio\bin\miniforge\pkgs\libcublas-12.9.1.4-hac47afa_1
appears to be corrupted. The path 'Library/bin/cublasLt64_12.dll'
has an incorrect size.
  reported size: 668669952 bytes
  actual size: 668673536 bytes

SafetyError: The package for libcudnn located at C:\pinokio\bin\miniforge\pkgs\libcudnn-9.10.2.21-h9338775_0
appears to be corrupted. The path 'Library/bin/cudnn64_9.dll'
has an incorrect size.
  reported size: 266288 bytes
  actual size: 267888 bytes

SafetyError: The package for libcudnn located at C:\pinokio\bin\miniforge\pkgs\libcudnn-9.10.2.21-h9338775_0
appears to be corrupted. The path 'Library/bin/cudnn_adv64_9.dll'
has an incorrect size.
  reported size: 282445872 bytes
  actual size: 269022832 bytes

SafetyError: The package for libcudnn located at C:\pinokio\bin\miniforge\pkgs\libcudnn-9.10.2.21-h9338775_0
appears to be corrupted. The path 'Library/bin/cudnn_cnn64_9.dll'
has an incorrect size.
  reported size: 4618272 bytes
  actual size: 2993264 bytes

SafetyError: The package for libcudnn located at C:\pinokio\bin\miniforge\pkgs\libcudnn-9.10.2.21-h9338775_0
appears to be corrupted. The path 'Library/bin/cudnn_engines_precompiled64_9.dll'
has an incorrect size.
  reported size: 513926688 bytes
  actual size: 542110320 bytes

SafetyError: The package for libcudnn located at C:\pinokio\bin\miniforge\pkgs\libcudnn-9.10.2.21-h9338775_0
appears to be corrupted. The path 'Library/bin/cudnn_engines_runtime_compiled64_9.dll'
has an incorrect size.
  reported size: 20201008 bytes
  actual size: 38617200 bytes

SafetyError: The package for libcudnn located at C:\pinokio\bin\miniforge\pkgs\libcudnn-9.10.2.21-h9338775_0
appears to be corrupted. The path 'Library/bin/cudnn_graph64_9.dll'
has an incorrect size.
  reported size: 2420256 bytes
  actual size: 99882096 bytes

SafetyError: The package for libcudnn located at C:\pinokio\bin\miniforge\pkgs\libcudnn-9.10.2.21-h9338775_0
appears to be corrupted. The path 'Library/bin/cudnn_heuristic64_9.dll'
has an incorrect size.
  reported size: 56823328 bytes
  actual size: 58741360 bytes

SafetyError: The package for libcudnn located at C:\pinokio\bin\miniforge\pkgs\libcudnn-9.10.2.21-h9338775_0
appears to be corrupted. The path 'Library/bin/cudnn_ops64_9.dll'
has an incorrect size.
  reported size: 126508576 bytes
  actual size: 105601136 bytes

Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).