0
RVC: C:\pinokio\bin\miniforge\python.exe: can't open file 'C:\\pinokio\\api\\rvc.pinokio.git\\app\\i…
App: RVC (rvc.pinokio.git)
Repo: https://github.com/cocktailpeanut/rvc.pinokio.git
Generated: 2026-09-24T00:13:56.949Z
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 5090 laptop gpu",
"ram_gb": 63,
"vram_gb": 24,
"gpu_driver": "610.74",
"gpu_target": "sm_120"
},
"os": {
"platform": "Windows",
"distro": "Майкрософт Windows 11 Pro",
"release": "10.0.26200",
"codename": "25H2",
"kernel": "10.0.26200",
"arch": "x64",
"build": "26200",
"servicepack": "0.0",
"uefi": true
},
"system": {
"manufacturer": "Micro-Star International Co., Ltd.",
"model": "Titan 18 HX AI A2XWJG",
"version": "REV:1.0",
"virtual": false
},
"cpu": {
"manufacturer": "Intel",
"brand": "Core™ Ultra 9 285HX",
"vendor": "GenuineIntel",
"family": "6",
"model": "198",
"stepping": "2",
"speed": 2.8,
"speedMin": 2.8,
"speedMax": 2.8,
"cores": 24,
"physicalCores": 24,
"processors": 1,
"performanceCores": 24,
"efficiencyCores": 0,
"virtualization": true,
"cache": {
"l1d": 917504,
"l1i": 1572864,
"l2": 41943040,
"l3": 37748736
}
},
"memory": {
"total": 68097744896,
"free": 57048260608,
"used": 11049484288,
"active": 11049480192,
"available": 57048264704,
"buffers": 0,
"cached": 0,
"slab": 0,
"buffcache": 0,
"swaptotal": 4294967296,
"swapused": 0,
"swapfree": 4294967296
},
"gpus": [
{
"model": "intel(r) graphics"
},
{
"model": "nvidia geforce rtx 5090 laptop gpu"
}
],
"graphics": {
"controllers": [
{
"vendor": "Intel Corporation",
"model": "Intel(R) Graphics",
"bus": "PCI",
"vram": 2047.99609375,
"vramDynamic": true
},
{
"vendor": "NVIDIA",
"model": "NVIDIA GeForce RTX 5090 Laptop GPU",
"bus": "PCI",
"vram": 24463,
"vramDynamic": false,
"driverVersion": "610.74"
}
],
"displays": [
{
"model": "Generic PnP Monitor",
"main": true,
"builtin": true,
"connection": "INTERNAL",
"currentResX": 1920,
"currentResY": 1200,
"resolutionX": 3840,
"resolutionY": 2400,
"pixelDepth": 32,
"currentRefreshRate": 120
}
]
},
"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\\rvc.pinokio.git\\install.js": {
"method": "shell.run",
"params": {
"path": "app",
"message": "hf download lj1995/VoiceConversionWebUI rmvpe.pt rmvpe.onnx --local-dir assets/rmvpe"
}
},
"C:\\pinokio\\api\\rvc.pinokio.git\\torch.js": {
"when": "{{platform === 'win32' && gpu === 'nvidia'}}",
"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' : ''}} --index-url https://download.pytorch.org/whl/cu128",
"uv pip install onnxruntime-gpu"
]
},
"next": null
},
"C:\\pinokio\\api\\rvc.pinokio.git\\start.js": {
"method": "shell.run",
"params": {
"venv": "env",
"env": {
"PYTORCH_MPS_HIGH_WATERMARK_RATIO": "0.0",
"TF_ENABLE_ONEDNN_OPTS": "0"
},
"path": "app",
"message": [
"{{platform === 'win32' && gpu === 'amd' ? 'python infer-web.py --dml --noautoopen' : 'python infer-web.py --noautoopen'}}"
],
"on": [
{
"event": "/http://\\S+/",
"done": true
}
]
}
}
},
"input": {
"C:\\pinokio\\api\\rvc.pinokio.git\\install.js": {
"id": "553a610f-7297-482e-a576-92bcb30bcd82",
"response": "Microsoft Windows [Version 10.0.26200.9457]\r\n(c) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.\r\n\r\nC:\\pinokio\\api\\rvc.pinokio.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && hf download lj1995/VoiceConversionWebUI hubert_base.pt --local-dir assets/hubert\r\nWarning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.\r\nhubert_base.pt: downloading bytes: ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 189MB, 12.7MB/s \r\nhubert_base.pt: reconstructing file: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 190MB / 190MB, 15.6MB/s \r\n✓ Downloaded\r\n path: C:\\pinokio\\api\\rvc.pinokio.git\\app\\assets\\hubert\\hubert_base.pt\r\n\r\n(base) C:\\pinokio\\api\\rvc.pinokio.git\\app>",
"stdout": "Microsoft Windows [Version 10.0.26200.9457]\r\n(c) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.\r\n\r\nC:\\pinokio\\api\\rvc.pinokio.git\\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && hf download lj1995/VoiceConversionWebUI hubert_base.pt --local-dir assets/hubert\r\nWarning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.\r\nhubert_base.pt: downloading bytes: ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 189MB, 12.7MB/s \r\nhubert_base.pt: reconstructing file: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 190MB / 190MB, 15.6MB/s \r\n✓ Downloaded\r\n path: C:\\pinokio\\api\\rvc.pinokio.git\\app\\assets\\hubert\\hubert_base.pt\r\n\r\n(base) C:\\pinokio\\api\\rvc.pinokio.git\\app>"
},
"C:\\pinokio\\api\\rvc.pinokio.git\\torch.js": {
"venv": "env",
"path": "app"
},
"C:\\pinokio\\api\\rvc.pinokio.git\\start.js": {}
},
"args": {
"C:\\pinokio\\api\\rvc.pinokio.git\\install.js": {},
"C:\\pinokio\\api\\rvc.pinokio.git\\torch.js": {
"venv": "env",
"path": "app"
},
"C:\\pinokio\\api\\rvc.pinokio.git\\start.js": {}
}
},
"procs": {},
"gpu": "nvidia",
"gpus": [
{
"name": "intel corporation",
"model": "intel(r) graphics",
"driver": null
},
{
"name": "nvidia",
"model": "nvidia geforce rtx 5090 laptop gpu",
"driver": "610.74"
}
],
"gpu_model": "nvidia geforce rtx 5090 laptop gpu",
"gpu_driver": "610.74",
"gpu_target": "sm_120",
"ram": 63,
"vram": 24,
"version": "8.2.0",
"mem": {
"total": 68097744896,
"free": 57048260608,
"used": 11049484288,
"active": 11049480192,
"available": 57048264704,
"buffers": 0,
"cached": 0,
"slab": 0,
"buffcache": 0,
"reclaimable": 0,
"swaptotal": 4294967296,
"swapused": 0,
"swapfree": 4294967296,
"writeback": null,
"dirty": null
},
"audio": [
{
"id": "SWD\\DRIVERENUM\\{DD052805-D06A-4AC5-9629-329FF6A861E5}#NAHIMIC_BTLINK&6&1B8E98FE&0",
"name": "Nahimic Easy Surround device",
"manufacturer": "Nahimic",
"revision": null,
"driver": null,
"default": null,
"channel": null,
"type": "Microphone",
"in": null,
"out": null,
"status": "enabled"
},
{
"id": "INTELAUDIO\\CTLR_DEV_7F50&LINKTYPE_06&DEVTYPE_06&VEN_8086&DEV_AE50&SUBSYS_145C1462&REV_0001\\0605DIF_000B&",
"name": "Технология Intel® Smart Sound для аудио USB",
"manufacturer": "Intel(R) Corporation",
"revision": null,
"driver": null,
"default": null,
"channel": null,
"type": "",
"in": null,
"out": null,
"status": "enabled"
},
{
"id": "INTELAUDIO\\FUNC_01&VEN_10EC&DEV_0274&SUBSYS_14621456&REV_1000\\5&14C3664F&0&0001DIF_000B&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_7F50&LINKTYPE_02&DEVTYPE_00&VEN_8086&DEV_AE20&SUBSYS_14561462&REV_10EC\\5&14C3664F&0&",
"name": "Технология Intel® Smart Sound для цифровых микрофонов",
"manufacturer": "Intel(R) Corporation",
"revision": null,
"driver": null,
"default": null,
"channel": null,
"type": "",
"in": null,
"out": null,
"status": "enabled"
},
{
"id": "INTELAUDIO\\CTLR_DEV_7F50&LINKTYPE_03&DEVTYPE_00&VEN_8086&DEV_AE30&SUBSYS_145C1462&REV_0001\\5&14C3664F&0&",
"name": "Технология Intel® Smart Sound для аудио Bluetooth®",
"manufacturer": "Intel(R) Corporation",
"revision": null,
"driver": null,
"default": null,
"channel": null,
"type": "",
"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_00AB&SUBSYS_10DE0000&REV_1001\\5&2C557A50&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\\MEDIA\\0000",
"name": "Nahimic mirroring device",
"manufacturer": "Nahimic",
"revision": null,
"driver": null,
"default": null,
"channel": null,
"type": "Microphone",
"in": null,
"out": null,
"status": "enabled"
},
{
"id": "ROOT\\MEDIA\\0001",
"name": "SteelSeries Sonar Virtual Audio Device",
"manufacturer": "SteelSeries ApS",
"revision": null,
"driver": null,
"default": null,
"channel": null,
"type": "",
"in": null,
"out": null,
"status": "enabled"
}
],
"osInfo": {
"platform": "Windows",
"distro": "Майкрософт Windows 11 Pro",
"release": "10.0.26200",
"codename": "25H2",
"kernel": "10.0.26200",
"arch": "x64",
"hostname": "MSI",
"fqdn": "MSI",
"codepage": "866",
"logofile": "windows",
"serial": "00355-62197-61617-AAOEM",
"build": "26200",
"servicepack": "0.0",
"uefi": true,
"hypervisor": true,
"remoteSession": false
},
"shell": "CMD",
"system": {
"manufacturer": "Micro-Star International Co., Ltd.",
"model": "Titan 18 HX AI A2XWJG",
"version": "REV:1.0",
"serial": "9S7182421492ZS3000004",
"uuid": "17390085-7e2c-4143-b565-770d37ece4ad",
"sku": "1824.1",
"virtual": false
},
"cpu": {
"manufacturer": "Intel",
"brand": "Core™ Ultra 9 285HX",
"vendor": "GenuineIntel",
"family": "6",
"model": "198",
"stepping": "2",
"revision": "",
"voltage": "",
"speed": 2.8,
"speedMin": 2.8,
"speedMax": 2.8,
"governor": "",
"cores": 24,
"physicalCores": 24,
"performanceCores": 24,
"efficiencyCores": 0,
"processors": 1,
"socket": "BGA2114",
"flags": "de pse mce sep mtrr mca cmov psn clfsh ds mmx fxsr sse sse2 ss htt tm ia64 pbe",
"virtualization": true,
"cache": {
"l1d": 917504,
"l1i": 1572864,
"l2": 41943040,
"l3": 37748736
}
},
"graphics": {
"controllers": [
{
"vendor": "Intel Corporation",
"model": "Intel(R) Graphics",
"bus": "PCI",
"vram": 2047.99609375,
"vramDynamic": true,
"subDeviceId": "14561462"
},
{
"vendor": "NVIDIA",
"model": "NVIDIA GeForce RTX 5090 Laptop GPU",
"bus": "PCI",
"vram": 24463,
"vramDynamic": false,
"subDeviceId": "0x14561462",
"driverVersion": "610.74",
"name": "NVIDIA GeForce RTX 5090 Laptop GPU",
"pciBus": "00000000:01:00.0",
"memoryTotal": 24463,
"memoryFree": 24137,
"temperatureGpu": 50,
"powerDraw": 19.42,
"clockCore": 8145,
"clockMemory": 14001
}
],
"displays": [
{
"vendor": "(Standard monitor types)",
"model": "Generic PnP Monitor",
"serial": null,
"productionYear": null,
"displayId": "display\\auoc5ac\\4&2090ee86&0&uid8388688_0",
"deviceName": "\\\\.\\DISPLAY1",
"main": true,
"builtin": true,
"connection": "INTERNAL",
"resolutionX": 3840,
"resolutionY": 2400,
"sizeX": 39,
"sizeY": 24,
"pixelDepth": 32,
"currentResX": 1920,
"currentResY": 1200,
"positionX": 0,
"positionY": 0,
"currentRefreshRate": 120
}
]
}
}
}
Logs
logs/api/install.js/1790208438684
Source: api / install.js
Lines: 12 total, last 12 included
[api shell.run]
Microsoft Windows [Version 10.0.26200.9457]
(c) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.
C:\pinokio\api\rvc.pinokio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git clone https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI app
Cloning into 'app'...
remote: Enumerating objects: 5169, done.
remote: Total 5169 (delta 0), reused 0 (delta 0), pack-reused 5169 (from 1)
Receiving objects: 100% (5169/5169), 15.53 MiB | 13.02 MiB/s, done.
Resolving deltas: 100% (2994/2994), done.
(base) C:\pinokio\api\rvc.pinokio.git>
logs/api/install.js/1790208444972
Source: api / install.js
Lines: 53 total, last 53 included
[api shell.run]
Microsoft Windows [Version 10.0.26200.9457]
(c) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.
C:\pinokio\api\rvc.pinokio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && conda update -y -c conda-forge huggingface_hub
conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && conda update -y -c conda-forge huggingface_hub
Channels:
- conda-forge
Platform: win-64done
Solving environment: doneta (repodata.json): -
==> WARNING: A newer version of conda exists. <==
current version: 26.5.3
latest version: 26.7.2
Please update conda by running
$ conda self update
## Package Plan ##
environment location: C:\pinokio\bin\miniforge
added / updated specs:
- huggingface_hub
The following packages will be REMOVED:
annotated-doc-0.0.5-pyhcf101f3_0
markdown-it-py-4.2.0-pyhd8ed1ab_0
mdurl-0.1.2-pyhd8ed1ab_1
pygments-2.21.0-pyhcf101f3_0
rich-15.0.0-pyhcf101f3_0
shellingham-1.5.4-pyhd8ed1ab_2
typer-0.25.1-pyhcf101f3_0
The following packages will be UPDATED:
huggingface_hub 1.20.1-pyhcf101f3_0 --> 1.29.0-pyhcf101f3_0
Downloading and Extracting Packages:
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
(base) C:\pinokio\api\rvc.pinokio.git>
logs/api/install.js/1790208459440
Source: api / install.js
Lines: 142 total, last 142 included
[api shell.run]
Microsoft Windows [Version 10.0.26200.9457]
(c) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.
C:\pinokio\api\rvc.pinokio.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\pinokio\api\rvc.pinokio.git\app\env\Scripts\activate C:\pinokio\api\rvc.pinokio.git\app\env && uv pip install -r ../requirements.txt
Using Python 3.10.20 environment at: env
Resolved 139 packages in 751ms
Uninstalled 4 packages in 91ms
Installed 127 packages in 4.53s
+ absl-py==2.5.0
+ aiofiles==23.2.1
+ altair==5.5.0
+ antlr4-python3-runtime==4.8
+ anyio==4.15.1
+ astunparse==1.6.3
+ attrs==26.1.0
+ audioread==3.1.0
+ av==17.1.0
+ bitarray==3.11.0
+ certifi==2026.7.22
+ cffi==2.1.1
+ charset-normalizer==3.5.1
+ click==8.5.0
+ cloudpickle==3.1.2
+ colorama==0.4.6
+ contourpy==1.3.2
+ cycler==0.12.1
+ cython==3.3.0
+ decorator==5.3.1
+ einops==0.8.2
+ exceptiongroup==1.3.1
+ fairseq==0.12.2
+ faiss-cpu==1.7.3
+ fastapi==0.88.0
+ ffmpeg-python==0.2.0
+ ffmpy==0.3.1
+ fonttools==4.65.0
+ future==1.0.0
+ gast==0.7.0
+ google-pasta==0.2.0
+ gradio==3.48.0
+ gradio-client==0.6.1
+ grpcio==1.84.0
+ h11==0.16.0
+ h5py==3.16.0
+ hf-xet==1.6.0
+ httpcore==1.0.9
+ httpx==0.28.1
+ huggingface-hub==1.32.0
+ hydra-core==1.0.7
+ hyper-connections==0.4.11
+ idna==3.20
+ importlib-resources==6.5.2
+ joblib==1.6.0
+ json5==0.15.0
+ jsonschema==4.26.0
+ jsonschema-specifications==2025.9.1
+ keras==3.12.4
+ kiwisolver==1.5.1
+ libclang==18.1.1
+ librosa==0.9.1
+ llvmlite==0.39.0
+ local-attention==1.11.2
+ lxml==6.1.3
+ markdown==3.10.3
+ markdown-it-py==4.2.0
- markupsafe==3.0.3
+ markupsafe==2.1.5
+ matplotlib==3.8.2
+ matplotlib-inline==0.2.2
+ mdurl==0.1.2
+ ml-dtypes==0.4.1
+ namex==0.1.0
+ narwhals==2.26.0
+ numba==0.56.4
- numpy==2.2.6
+ numpy==1.23.5
+ omegaconf==2.0.6
+ opt-einsum==3.4.0
+ optree==0.20.0
+ orjson==3.12.0
+ pandas==2.3.3
- pillow==12.3.0
+ pillow==10.4.0
+ platformdirs==4.11.12
+ pooch==1.9.0
+ portalocker==4.4.0
+ praat-parselmouth==0.4.7
-protobuf==7.36.2
+ protobuf==4.25.9
+ pyasn1==0.6.4
+ pyasn1-modules==0.4.2
+ pycparser==3.0
+ pydantic==1.10.26
+ pydub==0.25.1
+ pygments==2.21.0
+ pyparsing==3.3.3
+ python-dateutil==2.9.0.post0
+ python-dotenv==1.2.3
+ python-multipart==0.0.32
+ pytz==2026.3.post1
+ pyworld==0.3.2
+ pyyaml==6.0.3
+ referencing==0.37.0
+ regex==2026.9.10
+ requests==2.34.2
+ resampy==0.4.3
+ rich==15.0.0
+ rpds-py==0.30.0
+ sacrebleu==2.6.0
+ scikit-learn==1.7.2
+ scipy==1.15.3
+ semantic-version==2.10.0
+ six==1.17.0
+ soundfile==0.14.0
+ starlette==0.22.0
+ tabulate==0.10.0
+ tensorboard==2.17.1
+ tensorboard-data-server==0.7.2
+ tensorboardx==2.6.5
+ tensorflow==2.17.1
+ tensorflow-intel==2.17.1
+ tensorflow-io-gcs-filesystem==0.31.0
+ termcolor==3.3.0
+ threadpoolctl==3.7.0
+ tomli==2.4.1
+ torch-einops-utils==0.1.29
+ torchcrepe==0.0.20
+ torchfcpe==0.0.4
+ tornado==6.5.10
+ tqdm==4.70.1
+ traitlets==5.16.1
+ tzdata==2026.4
+ uc-micro-py==2.0.0
+ urllib3==2.8.0
+ uvicorn==0.53.0
+ websockets==11.0.3
+ werkzeug==3.1.8
+ wheel==0.48.0
+ wrapt==2.4.1
(env) (base) C:\pinokio\api\rvc.pinokio.git\app>
logs/api/install.js/1790208484702
Source: api / install.js
Lines: 43 total, last 43 included
[api shell.run]
Microsoft Windows [Version 10.0.26200.9457]
(c) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.
C:\pinokio\api\rvc.pinokio.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && hf download lj1995/VoiceConversionWebUI --include "*.pth" --include "*.pt" --include "*.onnx" --exclude "rmvpe.onnx" --exclude "rmvpe.pt" --exclude "hubert_base.pt" --local-dir assets && dir
Downloading bytes: | 0.00BStill waiting to acquire lock on C:\pinokio\api\rvc.pinokio.git\app\assets\.cache\huggingface\.gitignore.lock (elapsed: 0.1 seconds) | 0.00B / 0.00B
Still waiting to acquire lock on C:\pinokio\api\rvc.pinokio.git\app\assets\.cache\huggingface\.gitignore.lock (elapsed: 0.1 seconds) | 0/46 [00:00<?, ?it/s]
Fetching 46 files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 46/46 [02:27<00:00, 3.21s/it]
Download complete: : ██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 4.19GB, 24.2MB/s ✓ Downloadedion complete: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 4.19GB / 4.19GB, 40.8MB/s
path: C:\pinokio\api\rvc.pinokio.git\app\assets
Download complete: : ██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 4.19GB, 24.2MB/s
Reconstruction complete: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 4.19GB / 4.19GB, 40.8MB/s
Том в устройстве C имеет метку Windows
Серийный номер тома: 7407-949C
Содержимое папки C:\pinokio\api\rvc.pinokio.git\app
24.09.2026 03:07 <DIR> .
24.09.2026 03:07 <DIR> ..
24.09.2026 03:07 425 .gitmodules
24.09.2026 03:10 <DIR> assets
24.09.2026 03:07 <DIR> configs
24.09.2026 03:07 <DIR> docs
24.09.2026 03:07 <DIR> env
24.09.2026 03:07 251 go-realtime_gui.bat
24.09.2026 03:07 372 go-webui.bat
24.09.2026 03:07 <DIR> i18n
24.09.2026 03:07 <DIR> infer
24.09.2026 03:07 1 142 LICENSE
24.09.2026 03:07 2 031 MIT协议暨相关引用库协议
24.09.2026 03:07 9 576 README.md
24.09.2026 03:07 45 339 realtime_gui.py
24.09.2026 03:07 2 492 requirments_cpu_py312.txt
24.09.2026 03:07 2 581 requirments_cu118_py312.txt
24.09.2026 03:07 2 394 requirments_cu128_py312.txt
24.09.2026 03:07 <DIR> RVCRealtimeVST
24.09.2026 03:07 <DIR> tools
24.09.2026 03:07 <DIR> train
24.09.2026 03:07 108 735 webui.py
11 файлов 175 338 байт
11 папок 5 903 609 733 120 байт свободно
(base) C:\pinokio\api\rvc.pinokio.git\app>
logs/api/install.js/1790208637696
Source: api / install.js
Lines: 12 total, last 12 included
[api shell.run]
Microsoft Windows [Version 10.0.26200.9457]
(c) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.
C:\pinokio\api\rvc.pinokio.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && hf download lj1995/VoiceConversionWebUI hubert_base.pt --local-dir assets/hubert
Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.
hubert_base.pt: downloading bytes: ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 189MB, 12.7MB/s
hubert_base.pt: reconstructing file: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 190MB / 190MB, 15.6MB/s
✓ Downloaded
path: C:\pinokio\api\rvc.pinokio.git\app\assets\hubert\hubert_base.pt
(base) C:\pinokio\api\rvc.pinokio.git\app>
logs/api/install.js/1790208650559
Source: api / install.js
Lines: 12 total, last 12 included
[api shell.run]
Microsoft Windows [Version 10.0.26200.9457]
(c) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.
C:\pinokio\api\rvc.pinokio.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && hf download lj1995/VoiceConversionWebUI rmvpe.pt rmvpe.onnx --local-dir assets/rmvpe
Fetching 2 files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [00:19<00:00, 9.66s/it]
Download complete: : ██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 520MB, 18.0MB/s ✓ Downloadedion complete: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 543MB / 543MB, 30.3MB/s
path: C:\pinokio\api\rvc.pinokio.git\app\assets\rmvpe
Download complete: : ██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 520MB, 18.0MB/s
Reconstruction complete: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 543MB / 543MB, 30.3MB/s
(base) C:\pinokio\api\rvc.pinokio.git\app>
logs/api/torch.js/1790208459459
Source: api / torch.js
Lines: 23 total, last 23 included
[api shell.run]
Microsoft Windows [Version 10.0.26200.9457]
(c) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.
C:\pinokio\api\rvc.pinokio.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & python -m venv C:\pinokio\api\rvc.pinokio.git\app\env & C:\pinokio\api\rvc.pinokio.git\app\env\Scripts\activate C:\pinokio\api\rvc.pinokio.git\app\env & C:\pinokio\api\rvc.pinokio.git\app\env\Scripts\deactivate & C:\pinokio\api\rvc.pinokio.git\app\env\Scripts\activate C:\pinokio\api\rvc.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
Using Python 3.10.20 environment at: env
Resolved 13 packages in 589ms
Installed 13 packages in 3.02s
+ filelock==3.32.3
+ fsspec==2026.7.0
+ jinja2==3.1.6
+ markupsafe==3.0.3
+ mpmath==1.3.0
+ networkx==3.4.2
+ numpy==2.2.6
+ pillow==12.3.0
+ sympy==1.14.0
+ torch==2.7.0+cu128
+ torchaudio==2.7.0+cu128
+ torchvision==0.22.0+cu128
+ typing-extensions==4.16.0
(env) (base) C:\pinokio\api\rvc.pinokio.git\app>
logs/api/torch.js/1790208470597
Source: api / torch.js
Lines: 17 total, last 17 included
[api shell.run]
Microsoft Windows [Version 10.0.26200.9457]
(c) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.
C:\pinokio\api\rvc.pinokio.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\pinokio\api\rvc.pinokio.git\app\env\Scripts\activate C:\pinokio\api\rvc.pinokio.git\app\env && uv pip install onnxruntime-gpu
Using Python 3.10.20 environment at: env
Resolved 10 packages in 316ms
Installed 7 packages in 121ms
+ coloredlogs==15.0.1
+ flatbuffers==25.12.19
+ humanfriendly==10.0
+ onnxruntime-gpu==1.23.2
+ packaging==26.3
+ protobuf==7.36.2
+ pyreadline3==3.5.6
(env) (base) C:\pinokio\api\rvc.pinokio.git\app>
logs/api/start.js/1790208676066
Source: api / start.js
Lines: 8 total, last 8 included
[api shell.run]
Microsoft Windows [Version 10.0.26200.9457]
(c) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.
C:\pinokio\api\rvc.pinokio.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\pinokio\api\rvc.pinokio.git\app\env\Scripts\activate C:\pinokio\api\rvc.pinokio.git\app\env && python infer-web.py --noautoopen
C:\pinokio\bin\miniforge\python.exe: can't open file 'C:\\pinokio\\api\\rvc.pinokio.git\\app\\infer-web.py': [Errno 2] No such file or directory
(env) (base) C:\pinokio\api\rvc.pinokio.git\app>
Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
