-
Notifications
You must be signed in to change notification settings - Fork 1
/
modulesettings.json
122 lines (114 loc) · 6.72 KB
/
modulesettings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"Modules": {
"PortraitFilter": {
"Name": "Portrait Filter",
"Version": "2.4.0",
"PublishingInfo" : {
"Description": "Provides a depth-of-field (bokeh) effect on images. Great for selfies.",
"IconURL": null,
"Category": "Image Processing",
"Stack": "C#, ONNX, DirectML",
"License": "MIT",
"LicenseUrl": "https://opensource.org/licenses/MIT",
"Author": "Matthew Dennis",
"Homepage": "https://github.com/codeproject/CodeProject.AI-Server/",
"BasedOn": "C# PortraitModeFilter",
"BasedOnUrl": "https://blog.csdn.net/lw112190/article/details/133831461"
},
"LaunchSettings": {
"AutoStart": true,
"FilePath": "PortraitFilter.exe",
"Runtime": "dotnet",
"RuntimeLocation": "System", // Can be Local, Shared or System
"PostStartPauseSecs": 1, // Generally 1 if using GPU, 0 for CPU
"Queue": "portraitfilter_queue", // default is lower(module_id) + '_queue'
"Parallelism": 1 // 0 = Default = number of CPUs / 2
},
"EnvironmentVariables": {
},
"GpuOptions" : {
"InstallGPU": true,
"EnableGPU": true, // Will be coerced to false if InstallGPU = false
"AcceleratorDeviceName": null, // = default
"HalfPrecision": "enable" // 'Force', 'Enable', 'Disable': whether to force on, allow, or disable half-precision ops
},
"InstallOptions" : {
"Platforms": [ "windows" ], // errors with Microsoft.ML.OnnxRuntime.NativeMethods in macOS, and System.Drawing issues in Linux
"ModuleReleases": [ // Which server version is compatible with each version of this module.
{ "ModuleVersion": "1.0", "ServerVersionRange": [ "1.0", "2.0.8" ], "ReleaseDate": "2022-06-01" },
{ "ModuleVersion": "1.1", "ServerVersionRange": [ "2.1", "2.1.6" ], "ReleaseDate": "2023-03-20", "ReleaseNotes": "Updated for CodeProject.AI Server 2.1" },
{ "ModuleVersion": "1.2", "ServerVersionRange": [ "2.1", "2.1.7" ], "ReleaseDate": "2023-04-20", "ReleaseNotes": "Updated launch command" },
{ "ModuleVersion": "1.3", "ServerVersionRange": [ "2.1", "2.1.8" ], "ReleaseDate": "2023-05-03", "ReleaseNotes": "Minor module initialisation changes" },
{ "ModuleVersion": "1.4", "ServerVersionRange": [ "2.1", "2.2.4" ], "ReleaseDate": "2023-05-17", "ReleaseNotes": "Updated module settings", "Importance": "Minor" },
{ "ModuleVersion": "1.5", "ServerVersionRange": [ "2.3.0", "2.3.0" ], "ReleaseDate": "2023-10-01", "ReleaseNotes": "Updated to match new installer SDK." },
{ "ModuleVersion": "1.5.1", "ServerVersionRange": [ "2.3.1", "2.4.0" ], "ReleaseDate": "2023-10-10", "ReleaseNotes": "Updated to match new installer SDK." },
{ "ModuleVersion": "1.5.2", "ServerVersionRange": [ "2.4.1", "2.4.1" ], "ReleaseDate": "2023-12-06", "ReleaseNotes": "Updated modulesettings schema", "Importance": "Minor" },
{ "ModuleVersion": "1.5.3", "ServerVersionRange": [ "2.4.2", "2.4.7" ], "ReleaseDate": "2023-12-09", "ReleaseNotes": "Installer updates", "Importance": "Minor" },
{ "ModuleVersion": "1.6.0", "ServerVersionRange": [ "2.5.0-RC1", "2.5.0-RC5" ], "ReleaseDate": "2024-01-06", "ReleaseNotes": "Additions for dynamic explorer UI" },
{ "ModuleVersion": "1.6.1", "ServerVersionRange": [ "2.5.0-RC1", "2.5.0-RC5" ], "ReleaseDate": "2024-01-13", "ReleaseNotes": "Changes to SDK" },
{ "ModuleVersion": "1.6.2", "ServerVersionRange": [ "2.5.0-RC6", "" ], "ReleaseDate": "2024-01-16", "ReleaseNotes": "Updated modulesettings schema" },
{ "ModuleVersion": "1.6.3", "ServerVersionRange": [ "2.5.0-RC6", "" ], "ReleaseDate": "2024-01-18", "ReleaseNotes": "Updated explorer" },
{ "ModuleVersion": "1.7.0", "ServerVersionRange": [ "2.5.0-RC6", "" ], "ReleaseDate": "2024-01-21", "ReleaseNotes": "Module performance statistics added" },
{ "ModuleVersion": "1.7.1", "ServerVersionRange": [ "2.5.2", "2.6.0" ], "ReleaseDate": "2024-02-08", "ReleaseNotes": "Support for CodeProject.AI Server 2.5.2" },
{ "ModuleVersion": "1.8.0", "ServerVersionRange": [ "2.6.1", "2.7.0" ], "ReleaseDate": "2024-04-01", "ReleaseNotes": "Updated for server 2.6" },
{ "ModuleVersion": "2.0.0", "ServerVersionRange": [ "2.6.5", "2.7.0" ], "ReleaseDate": "2024-05-23", "ReleaseNotes": "Updated for server 2.7 / .NET 8" },
{ "ModuleVersion": "2.1.0", "ServerVersionRange": [ "2.8.0", "2.9.0" ], "ReleaseDate": "2024-08-02", "ReleaseNotes": "Updated for server 2.8" },
{ "ModuleVersion": "2.2.0", "ServerVersionRange": [ "2.9.1", "2.9.1" ], "ReleaseDate": "2024-11-17", "ReleaseNotes": "Updated to .NET 9" },
{ "ModuleVersion": "2.3.0", "ServerVersionRange": [ "2.9.2", "2.9.3" ], "ReleaseDate": "2024-11-24", "ReleaseNotes": "Updated to reflect updated CodeProject.AI SDK" },
{ "ModuleVersion": "2.4.0", "ServerVersionRange": [ "2.9.4", "" ], "ReleaseDate": "2024-12-03", "ReleaseNotes": "Bumped .NET dependencies to 9.0" }
]
},
"ModelRequirements" : [{
"Task": "Image Segmentation",
"Architecture": "DeepLabV3",
"Format": "ONNX"
}],
"RouteMaps": [
{
"Name": "Portrait Filter",
"Route": "image/portraitfilter",
"Method": "POST",
"Command": "filter",
"Description": "Blurs the background behind the main subjects in an image.",
"Inputs": [
{
"Name": "image",
"Type": "File",
"Description": "The image to be filtered."
},
{
"Name": "strength",
"Type": "Float",
"Description": "How much to blur the background (0.0 - 1.0).",
"MinValue": 0.0,
"MaxValue": 1.0,
"DefaultValue": 0.5
}
],
"Outputs": [
{
"Name": "success",
"Type": "Boolean",
"Description": "True if successful."
},
{
"Name": "filtered_image",
"Type": "Base64ImageData",
"Description": "The base64 encoded image that has had its background blurred."
},
{
"Name": "inferenceMs",
"Type": "Integer",
"Description": "The time (ms) to perform the AI inference."
},
{
"Name": "processMs",
"Type": "Integer",
"Description": "The time (ms) to process the image (includes inference and image manipulation operations)."
}
]
}
]
}
}
}