Upload configs.json
Browse files- configs.json +9 -0
configs.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "custom_model",
|
| 3 |
+
"task": "image_generation",
|
| 4 |
+
"architecture": "IC_Custom",
|
| 5 |
+
"input_type": "image",
|
| 6 |
+
"output_type": "image",
|
| 7 |
+
"version": "1.0.0"
|
| 8 |
+
}
|
| 9 |
+
|