From 95ee7b110e60d206502b5754f2149e277752ac8f Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sun, 27 Oct 2024 11:33:41 +0100 Subject: [PATCH] Update to 3.0.1 --- install.js | 4 ++-- package.json | 2 +- pinokio.js | 2 +- update.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/install.js b/install.js index 1608304..c7654d8 100644 --- a/install.js +++ b/install.js @@ -33,7 +33,7 @@ module.exports = async kernel => method: 'shell.run', params: { - message: 'git clone https://github.com/facefusion/facefusion --branch 3.0.0 --single-branch' + message: 'git clone https://github.com/facefusion/facefusion --branch 3.0.1 --single-branch' } }, { @@ -56,7 +56,7 @@ module.exports = async kernel => message: [ 'conda install conda-forge::cuda-runtime=12.4.1 cudnn=9.2.1.18 --yes', - 'pip install tensorrt==10.4.0 --extra-index-url https://pypi.nvidia.com' + 'pip install tensorrt==10.5.0 --extra-index-url https://pypi.nvidia.com' ], conda: { diff --git a/package.json b/package.json index f5234ad..86ed330 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "facefusion-pinokio", "description": "Industry leading face manipulation platform", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "devDependencies": { diff --git a/pinokio.js b/pinokio.js index b19e139..75eb989 100644 --- a/pinokio.js +++ b/pinokio.js @@ -1,7 +1,7 @@ module.exports = { version: '1.5', - title: 'FaceFusion 3.0.0', + title: 'FaceFusion 3.0.1', description: 'Industry leading face manipulation platform', icon: 'facefusion.png', menu: require(__dirname + '/menu.js') diff --git a/update.js b/update.js index b5dacb1..0cf9f37 100644 --- a/update.js +++ b/update.js @@ -23,7 +23,7 @@ module.exports = () => method: 'shell.run', params: { - message: 'git checkout 3.0.0', + message: 'git checkout 3.0.1', path: 'facefusion' } }