Upload ModularLoader
Browse files- modular_model_index.json +57 -1
modular_model_index.json
CHANGED
|
@@ -10,5 +10,61 @@
|
|
| 10 |
"force_zeros_for_empty_prompt"
|
| 11 |
],
|
| 12 |
"_diffusers_version": "0.33.0.dev0",
|
| 13 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
}
|
|
|
|
| 10 |
"force_zeros_for_empty_prompt"
|
| 11 |
],
|
| 12 |
"_diffusers_version": "0.33.0.dev0",
|
| 13 |
+
"controlnet": [
|
| 14 |
+
null,
|
| 15 |
+
null,
|
| 16 |
+
{
|
| 17 |
+
"repo": "diffusers/controlnet-canny-sdxl-1.0",
|
| 18 |
+
"revision": null,
|
| 19 |
+
"subfolder": null,
|
| 20 |
+
"type_hint": [
|
| 21 |
+
"diffusers",
|
| 22 |
+
"ControlNetModel"
|
| 23 |
+
],
|
| 24 |
+
"variant": null
|
| 25 |
+
}
|
| 26 |
+
],
|
| 27 |
+
"force_zeros_for_empty_prompt": true,
|
| 28 |
+
"refiner": [
|
| 29 |
+
null,
|
| 30 |
+
null,
|
| 31 |
+
{
|
| 32 |
+
"repo": "stabilityai/stable-diffusion-xl-refiner-1.0",
|
| 33 |
+
"revision": null,
|
| 34 |
+
"subfolder": "unet",
|
| 35 |
+
"type_hint": [
|
| 36 |
+
"diffusers",
|
| 37 |
+
"UNet2DConditionModel"
|
| 38 |
+
],
|
| 39 |
+
"variant": null
|
| 40 |
+
}
|
| 41 |
+
],
|
| 42 |
+
"text_encoder": [
|
| 43 |
+
null,
|
| 44 |
+
null,
|
| 45 |
+
{
|
| 46 |
+
"repo": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 47 |
+
"revision": null,
|
| 48 |
+
"subfolder": "text_encoder",
|
| 49 |
+
"type_hint": [
|
| 50 |
+
"transformers",
|
| 51 |
+
"CLIPTextModel"
|
| 52 |
+
],
|
| 53 |
+
"variant": null
|
| 54 |
+
}
|
| 55 |
+
],
|
| 56 |
+
"unet": [
|
| 57 |
+
null,
|
| 58 |
+
null,
|
| 59 |
+
{
|
| 60 |
+
"repo": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 61 |
+
"revision": null,
|
| 62 |
+
"subfolder": "unet",
|
| 63 |
+
"type_hint": [
|
| 64 |
+
"diffusers",
|
| 65 |
+
"UNet2DConditionModel"
|
| 66 |
+
],
|
| 67 |
+
"variant": null
|
| 68 |
+
}
|
| 69 |
+
]
|
| 70 |
}
|