update iid target properties in the index
Browse files- model_index.json +19 -3
model_index.json
CHANGED
|
@@ -9,9 +9,25 @@
|
|
| 9 |
"albedo",
|
| 10 |
"material"
|
| 11 |
],
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
},
|
| 16 |
"unet": [
|
| 17 |
"diffusers",
|
|
|
|
| 9 |
"albedo",
|
| 10 |
"material"
|
| 11 |
],
|
| 12 |
+
"albedo": {
|
| 13 |
+
"prediction_space": "srgb"
|
| 14 |
+
},
|
| 15 |
+
"material": {
|
| 16 |
+
"prediction_space": "stack",
|
| 17 |
+
"sub_target_names": [
|
| 18 |
+
"roughness",
|
| 19 |
+
"metallicity",
|
| 20 |
+
null
|
| 21 |
+
]
|
| 22 |
+
},
|
| 23 |
+
"roughness": {
|
| 24 |
+
"prediction_space": "linear",
|
| 25 |
+
"up_to_scale": false
|
| 26 |
+
},
|
| 27 |
+
"metallicity": {
|
| 28 |
+
"prediction_space": "linear",
|
| 29 |
+
"up_to_scale": false
|
| 30 |
+
}
|
| 31 |
},
|
| 32 |
"unet": [
|
| 33 |
"diffusers",
|