Upload ModularLoader
Browse files- modular_model_index.json +152 -0
modular_model_index.json
ADDED
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ModularLoader",
|
3 |
+
"_components_names": [
|
4 |
+
"controlnet",
|
5 |
+
"image_encoder",
|
6 |
+
"scheduler",
|
7 |
+
"text_encoder",
|
8 |
+
"text_encoder_2",
|
9 |
+
"tokenizer",
|
10 |
+
"tokenizer_2",
|
11 |
+
"unet",
|
12 |
+
"vae",
|
13 |
+
"control_image_processor",
|
14 |
+
"image_processor",
|
15 |
+
"feature_extractor",
|
16 |
+
"mask_processor",
|
17 |
+
"guider"
|
18 |
+
],
|
19 |
+
"_configs_names": [
|
20 |
+
"force_zeros_for_empty_prompt",
|
21 |
+
"requires_aesthetics_score"
|
22 |
+
],
|
23 |
+
"_diffusers_version": "0.33.0.dev0",
|
24 |
+
"controlnet": [
|
25 |
+
null,
|
26 |
+
null,
|
27 |
+
{
|
28 |
+
"repo": "diffusers/controlnet-canny-sdxl-1.0",
|
29 |
+
"revision": null,
|
30 |
+
"subfolder": null,
|
31 |
+
"type_hint": [
|
32 |
+
"diffusers",
|
33 |
+
"ControlNetUnionModel"
|
34 |
+
],
|
35 |
+
"variant": null
|
36 |
+
}
|
37 |
+
],
|
38 |
+
"force_zeros_for_empty_prompt": true,
|
39 |
+
"image_encoder": [
|
40 |
+
null,
|
41 |
+
null,
|
42 |
+
{
|
43 |
+
"repo": null,
|
44 |
+
"revision": null,
|
45 |
+
"subfolder": null,
|
46 |
+
"type_hint": [
|
47 |
+
"transformers",
|
48 |
+
"CLIPVisionModelWithProjection"
|
49 |
+
],
|
50 |
+
"variant": null
|
51 |
+
}
|
52 |
+
],
|
53 |
+
"requires_aesthetics_score": false,
|
54 |
+
"scheduler": [
|
55 |
+
null,
|
56 |
+
null,
|
57 |
+
{
|
58 |
+
"repo": "stabilityai/stable-diffusion-xl-base-1.0",
|
59 |
+
"revision": null,
|
60 |
+
"subfolder": "scheduler",
|
61 |
+
"type_hint": [
|
62 |
+
"diffusers",
|
63 |
+
"EulerDiscreteScheduler"
|
64 |
+
],
|
65 |
+
"variant": null
|
66 |
+
}
|
67 |
+
],
|
68 |
+
"text_encoder": [
|
69 |
+
null,
|
70 |
+
null,
|
71 |
+
{
|
72 |
+
"repo": "stabilityai/stable-diffusion-xl-base-1.0",
|
73 |
+
"revision": null,
|
74 |
+
"subfolder": "text_encoder",
|
75 |
+
"type_hint": [
|
76 |
+
"transformers",
|
77 |
+
"CLIPTextModel"
|
78 |
+
],
|
79 |
+
"variant": null
|
80 |
+
}
|
81 |
+
],
|
82 |
+
"text_encoder_2": [
|
83 |
+
null,
|
84 |
+
null,
|
85 |
+
{
|
86 |
+
"repo": "stabilityai/stable-diffusion-xl-base-1.0",
|
87 |
+
"revision": null,
|
88 |
+
"subfolder": "text_encoder_2",
|
89 |
+
"type_hint": [
|
90 |
+
"transformers",
|
91 |
+
"CLIPTextModelWithProjection"
|
92 |
+
],
|
93 |
+
"variant": null
|
94 |
+
}
|
95 |
+
],
|
96 |
+
"tokenizer": [
|
97 |
+
null,
|
98 |
+
null,
|
99 |
+
{
|
100 |
+
"repo": "stabilityai/stable-diffusion-xl-base-1.0",
|
101 |
+
"revision": null,
|
102 |
+
"subfolder": "tokenizer",
|
103 |
+
"type_hint": [
|
104 |
+
"transformers",
|
105 |
+
"CLIPTokenizer"
|
106 |
+
],
|
107 |
+
"variant": null
|
108 |
+
}
|
109 |
+
],
|
110 |
+
"tokenizer_2": [
|
111 |
+
null,
|
112 |
+
null,
|
113 |
+
{
|
114 |
+
"repo": "stabilityai/stable-diffusion-xl-base-1.0",
|
115 |
+
"revision": null,
|
116 |
+
"subfolder": "tokenizer_2",
|
117 |
+
"type_hint": [
|
118 |
+
"transformers",
|
119 |
+
"CLIPTokenizer"
|
120 |
+
],
|
121 |
+
"variant": null
|
122 |
+
}
|
123 |
+
],
|
124 |
+
"unet": [
|
125 |
+
null,
|
126 |
+
null,
|
127 |
+
{
|
128 |
+
"repo": "stabilityai/stable-diffusion-xl-base-1.0",
|
129 |
+
"revision": null,
|
130 |
+
"subfolder": "unet",
|
131 |
+
"type_hint": [
|
132 |
+
"diffusers",
|
133 |
+
"UNet2DConditionModel"
|
134 |
+
],
|
135 |
+
"variant": null
|
136 |
+
}
|
137 |
+
],
|
138 |
+
"vae": [
|
139 |
+
null,
|
140 |
+
null,
|
141 |
+
{
|
142 |
+
"repo": "stabilityai/stable-diffusion-xl-base-1.0",
|
143 |
+
"revision": null,
|
144 |
+
"subfolder": "vae",
|
145 |
+
"type_hint": [
|
146 |
+
"diffusers",
|
147 |
+
"AutoencoderKL"
|
148 |
+
],
|
149 |
+
"variant": null
|
150 |
+
}
|
151 |
+
]
|
152 |
+
}
|