Switch to official assets repo

This commit is contained in:
henryruhs 2024-10-29 17:34:29 +01:00
parent 5c9d893dab
commit 0eb2833c02
2 changed files with 5 additions and 5 deletions

View File

@ -32,16 +32,16 @@ MODEL_SET : ModelSet =\
{
'age_modifier':
{
'url': 'https://huggingface.co/bluefoxcreation/StyleGANEX-AGE/resolve/main/styleganex_age_opt.hash',
'path': resolve_relative_path('../.assets/models/styleganex_age_opt.hash')
'url': 'https://github.com/facefusion/facefusion-assets/releases/download/models-3.1.0/styleganex_age.hash',
'path': resolve_relative_path('../.assets/models/styleganex_age.hash')
}
},
'sources':
{
'age_modifier':
{
'url': 'https://huggingface.co/bluefoxcreation/StyleGANEX-AGE/resolve/main/styleganex_age_opt.onnx',
'path': resolve_relative_path('../.assets/models/styleganex_age_opt.onnx')
'url': 'https://github.com/facefusion/facefusion-assets/releases/download/models-3.1.0/styleganex_age.onnx',
'path': resolve_relative_path('../.assets/models/styleganex_age.onnx')
}
},

View File

@ -1,5 +1,5 @@
filetype==1.2.0
gradio==5.1.0
gradio==5.4.0
gradio-rangeslider==0.0.8
numpy==2.1.0
onnx==1.16.1