Skip to content

Commit

Permalink
Update to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Oct 27, 2024
1 parent 7aa7e60 commit 95ee7b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions install.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
},
{
Expand All @@ -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:
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "facefusion-pinokio",
"description": "Industry leading face manipulation platform",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"devDependencies":
{
Expand Down
2 changes: 1 addition & 1 deletion pinokio.js
Original file line number Diff line number Diff line change
@@ -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')
Expand Down
2 changes: 1 addition & 1 deletion update.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = () =>
method: 'shell.run',
params:
{
message: 'git checkout 3.0.0',
message: 'git checkout 3.0.1',
path: 'facefusion'
}
}
Expand Down

0 comments on commit 95ee7b1

Please sign in to comment.