diff --git a/bin/engines/fsr/config.json b/bin/engines/fsr/config.json index 6ed207b..c4d41ee 100644 --- a/bin/engines/fsr/config.json +++ b/bin/engines/fsr/config.json @@ -11,5 +11,7 @@ "pluginCreator": "Janis Hutz", "pluginCreatorLink": "https://janishutz.com", "engineLink": "", - "supports": [ "upscaling", "sharpening" ] + "supports": [ "upscaling", "sharpening" ], + "engineDownloadLink":"", + "filesToInclude": [ "fsr.py" ] } \ No newline at end of file diff --git a/bin/engines/ss/config.json b/bin/engines/ss/config.json index 5564f49..5dda776 100644 --- a/bin/engines/ss/config.json +++ b/bin/engines/ss/config.json @@ -10,5 +10,7 @@ "pluginCreator": "Janis Hutz", "pluginCreatorLink": "https://janishutz.com", "engineLink": "", - "supports": [ "upscaling" ] + "supports": [ "upscaling" ], + "engineDownloadLink":"", + "filesToInclude": [ "fsr.py" ] } \ No newline at end of file diff --git a/bin/pluginDownloader.py b/bin/pluginDownloader.py new file mode 100644 index 0000000..6380651 --- /dev/null +++ b/bin/pluginDownloader.py @@ -0,0 +1,9 @@ +""" +* ImageVideoUpscaler - pluginDownloader.py +* +* Created by Janis Hutz 05/31/2023, Licensed under the GPL V3 License +* https://janishutz.com, development@janishutz.com +* +* +""" + diff --git a/plugins/plugins.json b/plugins/plugins.json new file mode 100644 index 0000000..982164b --- /dev/null +++ b/plugins/plugins.json @@ -0,0 +1,3 @@ +{ + "fsr": { "displayName":"AMD FidelityFX Super Resolution" } +} \ No newline at end of file