rippertnt commited on
Commit
b1bd5ae
1 Parent(s): 32c31af

Update model_index.json

Browse files
Files changed (1) hide show
  1. model_index.json +4 -0
model_index.json CHANGED
@@ -29,5 +29,9 @@
29
  "vae": [
30
  "diffusers",
31
  "AutoencoderKL"
 
 
 
 
32
  ]
33
  }
 
29
  "vae": [
30
  "diffusers",
31
  "AutoencoderKL"
32
+ ],
33
+ "controlnet": [
34
+ "diffusers",
35
+ "UNet2DConditionModel"
36
  ]
37
  }