dyllanesl commited on
Commit
231c24b
·
verified ·
1 Parent(s): bc8c367

Update model_index.json

Browse files
Files changed (1) hide show
  1. model_index.json +10 -3
model_index.json CHANGED
@@ -1,5 +1,12 @@
1
  {
2
  "model_type": "UNet2DModel",
3
- "config": "config.json",
4
- "weights": "diffusion_pytorch_model.safetensors"
5
- }
 
 
 
 
 
 
 
 
1
  {
2
  "model_type": "UNet2DModel",
3
+ "_class_name": "ModelIndex",
4
+ "model_type": "UNet2DModel",
5
+ "model_index": [
6
+ {
7
+ "model_type": "UNet2DModel",
8
+ "config": "config.json",
9
+ "weights": "diffusion_pytorch_model.safetensors"
10
+ }
11
+ ]
12
+ }