Upload modular_model_index.json
Browse files- modular_model_index.json +117 -0
modular_model_index.json
ADDED
|
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "StableDiffusionXLModularLoader",
|
| 3 |
+
"_components_names": [
|
| 4 |
+
"unet",
|
| 5 |
+
"text_encoder",
|
| 6 |
+
"text_encoder_2",
|
| 7 |
+
"tokenizer",
|
| 8 |
+
"tokenizer_2",
|
| 9 |
+
"vae",
|
| 10 |
+
"scheduler"
|
| 11 |
+
],
|
| 12 |
+
"_configs_names": [
|
| 13 |
+
"force_zeros_for_empty_prompt",
|
| 14 |
+
"requires_aesthetics_score"
|
| 15 |
+
],
|
| 16 |
+
"_diffusers_version": "0.35.0.dev0",
|
| 17 |
+
"force_zeros_for_empty_prompt": true,
|
| 18 |
+
"requires_aesthetics_score": false,
|
| 19 |
+
"scheduler": [
|
| 20 |
+
"diffusers",
|
| 21 |
+
"EulerDiscreteScheduler",
|
| 22 |
+
{
|
| 23 |
+
"repo": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 24 |
+
"revision": null,
|
| 25 |
+
"subfolder": "scheduler",
|
| 26 |
+
"type_hint": [
|
| 27 |
+
"diffusers",
|
| 28 |
+
"EulerDiscreteScheduler"
|
| 29 |
+
],
|
| 30 |
+
"variant": null
|
| 31 |
+
}
|
| 32 |
+
],
|
| 33 |
+
"text_encoder": [
|
| 34 |
+
"transformers",
|
| 35 |
+
"CLIPTextModel",
|
| 36 |
+
{
|
| 37 |
+
"repo": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 38 |
+
"revision": null,
|
| 39 |
+
"subfolder": "text_encoder",
|
| 40 |
+
"type_hint": [
|
| 41 |
+
"transformers",
|
| 42 |
+
"CLIPTextModel"
|
| 43 |
+
],
|
| 44 |
+
"variant": "fp16"
|
| 45 |
+
}
|
| 46 |
+
],
|
| 47 |
+
"text_encoder_2": [
|
| 48 |
+
"transformers",
|
| 49 |
+
"CLIPTextModelWithProjection",
|
| 50 |
+
{
|
| 51 |
+
"repo": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 52 |
+
"revision": null,
|
| 53 |
+
"subfolder": "text_encoder_2",
|
| 54 |
+
"type_hint": [
|
| 55 |
+
"transformers",
|
| 56 |
+
"CLIPTextModelWithProjection"
|
| 57 |
+
],
|
| 58 |
+
"variant": "fp16"
|
| 59 |
+
}
|
| 60 |
+
],
|
| 61 |
+
"tokenizer": [
|
| 62 |
+
"transformers",
|
| 63 |
+
"CLIPTokenizer",
|
| 64 |
+
{
|
| 65 |
+
"repo": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 66 |
+
"revision": null,
|
| 67 |
+
"subfolder": "tokenizer",
|
| 68 |
+
"type_hint": [
|
| 69 |
+
"transformers",
|
| 70 |
+
"CLIPTokenizer"
|
| 71 |
+
],
|
| 72 |
+
"variant": null
|
| 73 |
+
}
|
| 74 |
+
],
|
| 75 |
+
"tokenizer_2": [
|
| 76 |
+
"transformers",
|
| 77 |
+
"CLIPTokenizer",
|
| 78 |
+
{
|
| 79 |
+
"repo": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 80 |
+
"revision": null,
|
| 81 |
+
"subfolder": "tokenizer_2",
|
| 82 |
+
"type_hint": [
|
| 83 |
+
"transformers",
|
| 84 |
+
"CLIPTokenizer"
|
| 85 |
+
],
|
| 86 |
+
"variant": null
|
| 87 |
+
}
|
| 88 |
+
],
|
| 89 |
+
"unet": [
|
| 90 |
+
"diffusers",
|
| 91 |
+
"UNet2DConditionModel",
|
| 92 |
+
{
|
| 93 |
+
"repo": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 94 |
+
"revision": null,
|
| 95 |
+
"subfolder": "unet",
|
| 96 |
+
"type_hint": [
|
| 97 |
+
"diffusers",
|
| 98 |
+
"UNet2DConditionModel"
|
| 99 |
+
],
|
| 100 |
+
"variant": "fp16"
|
| 101 |
+
}
|
| 102 |
+
],
|
| 103 |
+
"vae": [
|
| 104 |
+
"diffusers",
|
| 105 |
+
"AutoencoderKL",
|
| 106 |
+
{
|
| 107 |
+
"repo": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 108 |
+
"revision": null,
|
| 109 |
+
"subfolder": "vae",
|
| 110 |
+
"type_hint": [
|
| 111 |
+
"diffusers",
|
| 112 |
+
"AutoencoderKL"
|
| 113 |
+
],
|
| 114 |
+
"variant": "fp16"
|
| 115 |
+
}
|
| 116 |
+
]
|
| 117 |
+
}
|