nirajan111 commited on
Commit
40cb317
·
verified ·
1 Parent(s): 2926f8e

Update model_index.json

Browse files

fix: ValueError: text_unet/versatile_diffusion.py as defined in `model_index.json` does not exist in shi-labs/versatile-diffusion and is not a module in 'diffusers/pipelines'

Files changed (1) hide show
  1. model_index.json +2 -2
model_index.json CHANGED
@@ -22,8 +22,8 @@
22
  "CLIPTextModelWithProjection"
23
  ],
24
  "text_unet": [
25
- "versatile_diffusion",
26
- "UNetFlatConditionModel"
27
  ],
28
  "tokenizer": [
29
  "transformers",
 
22
  "CLIPTextModelWithProjection"
23
  ],
24
  "text_unet": [
25
+ "diffusers",
26
+ "UNet2DConditionModel"
27
  ],
28
  "tokenizer": [
29
  "transformers",