joul1285 commited on
Commit
dfa68a5
1 Parent(s): f494e20

Update model_index.json

Browse files
Files changed (1) hide show
  1. model_index.json +4 -0
model_index.json CHANGED
@@ -33,5 +33,9 @@
33
  "unet": [
34
  "diffusers",
35
  "UNet2DConditionModel"
 
 
 
 
36
  ]
37
  }
 
33
  "unet": [
34
  "diffusers",
35
  "UNet2DConditionModel"
36
+ ],
37
+ "vae": [
38
+ "diffusers",
39
+ "AutoencoderKL"
40
  ]
41
  }