Update model_index.json
Browse files- model_index.json +4 -9
model_index.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
-
"_class_name": "
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
{
|
| 6 |
-
"model_type": "UNet2DModel",
|
| 7 |
-
"config": "config.json",
|
| 8 |
-
"weights": "diffusion_pytorch_model.safetensors"
|
| 9 |
-
}
|
| 10 |
-
]
|
| 11 |
}
|
|
|
|
|
|
| 1 |
{
|
| 2 |
+
"_class_name": "UNet2DModel",
|
| 3 |
+
"config": "config.json",
|
| 4 |
+
"weights": "diffusion_pytorch_model.safetensors"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
}
|
| 6 |
+
|