File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1- MIT license
1+ OpenRAIL-S license
22
33Copyright (c) 2025 Henry Ruhs
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ FaceFusion Pinokio
44> Industry leading face manipulation platform.
55
66[ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/facefusion/facefusion-pinokio/ci.yml.svg?branch=master )] ( https://github.com/facefusion/facefusion-pinokio/actions?query=workflow:ci )
7- [ ![ Pinokio] ( https://img.shields.io/badge/open -pinokio-blue.svg )] ( https://pinokio.computer/item?uri=https://github.com/facefusion/facefusion-pinokio )
8- ![ License] ( https://img.shields.io/badge/license-MIT -green )
7+ [ ![ Pinokio] ( https://img.shields.io/badge/install -pinokio-blue.svg )] ( https://pinokio.computer/item?uri=https://github.com/facefusion/facefusion-pinokio )
8+ ![ License] ( https://img.shields.io/badge/license-OpenRAIL--S -green )
Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ module.exports = async kernel =>
3333 method : 'shell.run' ,
3434 params :
3535 {
36- message : 'git clone https://github.com/facefusion/facefusion --branch 3.1.1 --single-branch'
36+ message : 'git clone https://github.com/facefusion/facefusion --branch 3.2.0 --single-branch'
3737 }
3838 } ,
3939 {
4040 when : '{{ (platform === "linux" || platform === "win32") && gpu === "intel" }}' ,
4141 method : 'shell.run' ,
4242 params :
4343 {
44- message : 'conda install conda-forge::openvino=2024.5 .0 --yes' ,
44+ message : 'conda install conda-forge::openvino=2025.0 .0 --yes' ,
4545 conda :
4646 {
4747 path : path . resolve ( __dirname , '.env' )
@@ -55,8 +55,8 @@ module.exports = async kernel =>
5555 {
5656 message :
5757 [
58- 'conda install conda-forge::cuda-runtime=12.6.3 conda-forge::cudnn=9.3.0.75 --yes' ,
59- 'pip install tensorrt==10.6.0 --extra-index-url https://pypi.nvidia.com'
58+ 'conda install conda-forge::cuda-runtime=12.8.0 conda-forge::cudnn=9.7.1.26 --yes' ,
59+ 'pip install tensorrt==10.8.0.43 --extra-index-url https://pypi.nvidia.com'
6060 ] ,
6161 conda :
6262 {
Original file line number Diff line number Diff line change 11{
22 "name" : " facefusion-pinokio" ,
33 "description" : " Industry leading face manipulation platform" ,
4- "version" : " 3.1.1 " ,
5- "license" : " MIT " ,
4+ "version" : " 3.2.0 " ,
5+ "license" : " OpenRAIL-S " ,
66 "devDependencies" :
77 {
8- "@isnotdefined/eslint-config" : " 10.0 .0" ,
9- "eslint" : " 9.19.0 "
8+ "@isnotdefined/eslint-config" : " 10.1 .0" ,
9+ "eslint" : " 9.20.1 "
1010 },
1111 "scripts" :
1212 {
Original file line number Diff line number Diff line change 11module . exports =
22{
33 version : '1.5' ,
4- title : 'FaceFusion 3.1.1 ' ,
4+ title : 'FaceFusion 3.2.0 ' ,
55 description : 'Industry leading face manipulation platform' ,
66 icon : 'facefusion.png' ,
77 menu : require ( __dirname + '/menu.js' )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ module.exports = () =>
2323 method : 'shell.run' ,
2424 params :
2525 {
26- message : 'git checkout 3.1.1 ' ,
26+ message : 'git checkout 3.2.0 ' ,
2727 path : 'facefusion'
2828 }
2929 }
You can’t perform that action at this time.
0 commit comments