mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-06-04 01:17:59 +02:00
Move over to local conda env part2
This commit is contained in:
+3
-3
@@ -45,7 +45,7 @@ module.exports = async kernel =>
|
||||
message: 'conda install conda-forge::openvino=2024.3.0 --yes',
|
||||
conda:
|
||||
{
|
||||
path: 'facefusion/.env'
|
||||
path: '.env'
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -57,7 +57,7 @@ module.exports = async kernel =>
|
||||
message: 'conda install conda-forge::cuda-runtime=12.4.1 cudnn=9.2.1.18 --yes',
|
||||
conda:
|
||||
{
|
||||
path: 'facefusion/.env'
|
||||
path: '.env'
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -73,7 +73,7 @@ module.exports = async kernel =>
|
||||
},
|
||||
conda:
|
||||
{
|
||||
path: 'facefusion/.env'
|
||||
path: '.env'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -4,7 +4,7 @@ module.exports = async kernel =>
|
||||
{
|
||||
const menu = [];
|
||||
|
||||
if (!await kernel.exists(__dirname, 'facefusion', '.env'))
|
||||
if (!await kernel.exists(__dirname, '.env'))
|
||||
{
|
||||
menu.push(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user