Update model_index.json
Browse filesfix: 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'
- model_index.json +2 -2
model_index.json
CHANGED
|
@@ -22,8 +22,8 @@
|
|
| 22 |
"CLIPTextModelWithProjection"
|
| 23 |
],
|
| 24 |
"text_unet": [
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
],
|
| 28 |
"tokenizer": [
|
| 29 |
"transformers",
|
|
|
|
| 22 |
"CLIPTextModelWithProjection"
|
| 23 |
],
|
| 24 |
"text_unet": [
|
| 25 |
+
"diffusers",
|
| 26 |
+
"UNet2DConditionModel"
|
| 27 |
],
|
| 28 |
"tokenizer": [
|
| 29 |
"transformers",
|