From aed3d08ba12b897995e76fc50e991810c4d4922f Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sun, 22 Sep 2024 11:19:40 +0200 Subject: [PATCH] Move over to local conda env --- install.js | 6 +++--- run.js | 2 +- update.js | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/install.js b/install.js index 2a1c2c9..67734a6 100644 --- a/install.js +++ b/install.js @@ -45,7 +45,7 @@ module.exports = async kernel => message: 'conda install conda-forge::openvino=2024.3.0 --yes', conda: { - name: 'facefusion' + path: 'facefusion/.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: { - name: 'facefusion' + path: 'facefusion/.env' } } }, @@ -73,7 +73,7 @@ module.exports = async kernel => }, conda: { - name: 'facefusion' + path: 'facefusion/.env' } } }, diff --git a/run.js b/run.js index 1eb610a..90714c3 100644 --- a/run.js +++ b/run.js @@ -27,7 +27,7 @@ module.exports = () => path: 'facefusion', conda: { - name: 'facefusion' + path: 'facefusion/.env' }, on: [ diff --git a/update.js b/update.js index 49f80ea..b5dacb1 100644 --- a/update.js +++ b/update.js @@ -32,4 +32,3 @@ module.exports = () => return config; }; -