lzq49 commited on
Commit
16586b3
1 Parent(s): 5d21eef

Update model_index.json

Browse files
Files changed (1) hide show
  1. model_index.json +2 -2
model_index.json CHANGED
@@ -23,7 +23,7 @@
23
  "CLIPTokenizer"
24
  ],
25
  "unet": [
26
- "diffusers",
27
  "UNet2DConditionModel"
28
  ],
29
  "vae": [
@@ -31,7 +31,7 @@
31
  "AutoencoderKL"
32
  ],
33
  "camera_proj": [
34
- "diffusers",
35
  "CameraMatrixEmbedding"
36
  ]
37
  }
 
23
  "CLIPTokenizer"
24
  ],
25
  "unet": [
26
+ "unet",
27
  "UNet2DConditionModel"
28
  ],
29
  "vae": [
 
31
  "AutoencoderKL"
32
  ],
33
  "camera_proj": [
34
+ "camera_proj",
35
  "CameraMatrixEmbedding"
36
  ]
37
  }