Support for download provider mirrors (#847)
This commit is contained in:
@@ -83,12 +83,19 @@ download_provider_set : DownloadProviderSet =\
|
||||
{
|
||||
'github':
|
||||
{
|
||||
'url': 'https://github.com',
|
||||
'urls':
|
||||
[
|
||||
'https://github.com'
|
||||
],
|
||||
'path': '/facefusion/facefusion-assets/releases/download/{base_name}/{file_name}'
|
||||
},
|
||||
'huggingface':
|
||||
{
|
||||
'url': 'https://huggingface.co',
|
||||
'urls':
|
||||
[
|
||||
'https://huggingface.co',
|
||||
'https://hf-mirror.com'
|
||||
],
|
||||
'path': '/facefusion/{base_name}/resolve/main/{file_name}'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user