jordanbardella
Results
1
comments of
jordanbardella
@echo off set pypath=home = %~dp0python set appdata=%~dp0tmp set userprofile=%~dp0tmp set temp=%~dp0tmp set PATH=%PATH%;ffmpeg;python\Lib\site-packages\torch\lib;models set CUDA_MODULE_LOADING=LAZY set CUDA_PATH=python\Lib\site-packages\torch\lib .\python\python.exe run.py --execution-provider cuda --execution-threads 60 --max-memory 60 pause run this in...