mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-09-10 11:18:56 +02:00
fix install command for cuda
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ function install(kernel)
|
||||
}
|
||||
if ((platform === 'linux' || platform === 'win32') && gpu === 'nvidia')
|
||||
{
|
||||
return 'python install.py --onnxruntime cuda';
|
||||
return 'python install.py --onnxruntime cuda@12';
|
||||
}
|
||||
return 'python install.py --onnxruntime default';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user