Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
{
|
| 2 |
-
"model_type": "realesrgan"
|
|
|
|
|
|
|
|
|
|
| 3 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "realesrgan",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"RealESRGAN"
|
| 5 |
+
]
|
| 6 |
}
|