
* Validate the overrides from facefusion.ini * Break down cli testing * Remove architecture lookup to support old driver * Remove architecture lookup to support old driver * Remove hwaccel auto * Respect the output video resolution * Bump next version * Full directml support (#501) * Introduce conditional thread management for DML support * Finish migration to thread helpers * Introduce dynamic frame colorizer sizes * Introduce dynamic frame colorizer sizes * Add 192x192 to frame colorizer * Fix async audio
14 lines
248 B
Python
14 lines
248 B
Python
METADATA =\
|
|
{
|
|
'name': 'FaceFusion',
|
|
'description': 'Next generation face swapper and enhancer',
|
|
'version': '2.5.2',
|
|
'license': 'MIT',
|
|
'author': 'Henry Ruhs',
|
|
'url': 'https://facefusion.io'
|
|
}
|
|
|
|
|
|
def get(key : str) -> str:
|
|
return METADATA[key]
|