Create modular_model_index.json
Browse files- modular_model_index.json +222 -0
modular_model_index.json
ADDED
@@ -0,0 +1,222 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "StableDiffusionXLModularLoader",
|
3 |
+
"_components_names": [
|
4 |
+
"text_encoder",
|
5 |
+
"text_encoder_2",
|
6 |
+
"tokenizer",
|
7 |
+
"tokenizer_2",
|
8 |
+
"guider",
|
9 |
+
"image_encoder",
|
10 |
+
"feature_extractor",
|
11 |
+
"unet",
|
12 |
+
"vae",
|
13 |
+
"image_processor",
|
14 |
+
"mask_processor",
|
15 |
+
"scheduler",
|
16 |
+
"controlnet",
|
17 |
+
"control_image_processor"
|
18 |
+
],
|
19 |
+
"_configs_names": [
|
20 |
+
"force_zeros_for_empty_prompt",
|
21 |
+
"requires_aesthetics_score"
|
22 |
+
],
|
23 |
+
"_diffusers_version": "0.34.0.dev0",
|
24 |
+
"control_image_processor": [
|
25 |
+
"diffusers",
|
26 |
+
"VaeImageProcessor",
|
27 |
+
{
|
28 |
+
"repo": null,
|
29 |
+
"revision": null,
|
30 |
+
"subfolder": null,
|
31 |
+
"type_hint": [
|
32 |
+
"diffusers",
|
33 |
+
"VaeImageProcessor"
|
34 |
+
],
|
35 |
+
"variant": null
|
36 |
+
}
|
37 |
+
],
|
38 |
+
"controlnet": [
|
39 |
+
null,
|
40 |
+
null,
|
41 |
+
{
|
42 |
+
"repo": "diffusers/controlnet-canny-sdxl-1.0",
|
43 |
+
"revision": null,
|
44 |
+
"subfolder": null,
|
45 |
+
"type_hint": [
|
46 |
+
"diffusers",
|
47 |
+
"ControlNetModel"
|
48 |
+
],
|
49 |
+
"variant": null
|
50 |
+
}
|
51 |
+
],
|
52 |
+
"feature_extractor": [
|
53 |
+
"transformers",
|
54 |
+
"CLIPImageProcessor",
|
55 |
+
{
|
56 |
+
"repo": null,
|
57 |
+
"revision": null,
|
58 |
+
"subfolder": null,
|
59 |
+
"type_hint": [
|
60 |
+
"transformers",
|
61 |
+
"CLIPImageProcessor"
|
62 |
+
],
|
63 |
+
"variant": null
|
64 |
+
}
|
65 |
+
],
|
66 |
+
"force_zeros_for_empty_prompt": true,
|
67 |
+
"guider": [
|
68 |
+
"diffusers",
|
69 |
+
"ClassifierFreeGuidance",
|
70 |
+
{
|
71 |
+
"repo": null,
|
72 |
+
"revision": null,
|
73 |
+
"subfolder": null,
|
74 |
+
"type_hint": [
|
75 |
+
"diffusers",
|
76 |
+
"ClassifierFreeGuidance"
|
77 |
+
],
|
78 |
+
"variant": null
|
79 |
+
}
|
80 |
+
],
|
81 |
+
"image_encoder": [
|
82 |
+
null,
|
83 |
+
null,
|
84 |
+
{
|
85 |
+
"repo": "h94/IP-Adapter",
|
86 |
+
"revision": null,
|
87 |
+
"subfolder": "sdxl_models/image_encoder",
|
88 |
+
"type_hint": [
|
89 |
+
"transformers",
|
90 |
+
"CLIPVisionModelWithProjection"
|
91 |
+
],
|
92 |
+
"variant": null
|
93 |
+
}
|
94 |
+
],
|
95 |
+
"image_processor": [
|
96 |
+
"diffusers",
|
97 |
+
"VaeImageProcessor",
|
98 |
+
{
|
99 |
+
"repo": null,
|
100 |
+
"revision": null,
|
101 |
+
"subfolder": null,
|
102 |
+
"type_hint": [
|
103 |
+
"diffusers",
|
104 |
+
"VaeImageProcessor"
|
105 |
+
],
|
106 |
+
"variant": null
|
107 |
+
}
|
108 |
+
],
|
109 |
+
"mask_processor": [
|
110 |
+
"diffusers",
|
111 |
+
"VaeImageProcessor",
|
112 |
+
{
|
113 |
+
"repo": null,
|
114 |
+
"revision": null,
|
115 |
+
"subfolder": null,
|
116 |
+
"type_hint": [
|
117 |
+
"diffusers",
|
118 |
+
"VaeImageProcessor"
|
119 |
+
],
|
120 |
+
"variant": null
|
121 |
+
}
|
122 |
+
],
|
123 |
+
"requires_aesthetics_score": false,
|
124 |
+
"scheduler": [
|
125 |
+
null,
|
126 |
+
null,
|
127 |
+
{
|
128 |
+
"repo": "SG161222/RealVisXL_V4.0",
|
129 |
+
"revision": null,
|
130 |
+
"subfolder": "scheduler",
|
131 |
+
"type_hint": [
|
132 |
+
"diffusers",
|
133 |
+
"EulerDiscreteScheduler"
|
134 |
+
],
|
135 |
+
"variant": null
|
136 |
+
}
|
137 |
+
],
|
138 |
+
"text_encoder": [
|
139 |
+
null,
|
140 |
+
null,
|
141 |
+
{
|
142 |
+
"repo": "SG161222/RealVisXL_V4.0",
|
143 |
+
"revision": null,
|
144 |
+
"subfolder": "text_encoder",
|
145 |
+
"type_hint": [
|
146 |
+
"transformers",
|
147 |
+
"CLIPTextModel"
|
148 |
+
],
|
149 |
+
"variant": null
|
150 |
+
}
|
151 |
+
],
|
152 |
+
"text_encoder_2": [
|
153 |
+
null,
|
154 |
+
null,
|
155 |
+
{
|
156 |
+
"repo": "SG161222/RealVisXL_V4.0",
|
157 |
+
"revision": null,
|
158 |
+
"subfolder": "text_encoder_2",
|
159 |
+
"type_hint": [
|
160 |
+
"transformers",
|
161 |
+
"CLIPTextModelWithProjection"
|
162 |
+
],
|
163 |
+
"variant": null
|
164 |
+
}
|
165 |
+
],
|
166 |
+
"tokenizer": [
|
167 |
+
null,
|
168 |
+
null,
|
169 |
+
{
|
170 |
+
"repo": "SG161222/RealVisXL_V4.0",
|
171 |
+
"revision": null,
|
172 |
+
"subfolder": "tokenizer",
|
173 |
+
"type_hint": [
|
174 |
+
"transformers",
|
175 |
+
"CLIPTokenizer"
|
176 |
+
],
|
177 |
+
"variant": null
|
178 |
+
}
|
179 |
+
],
|
180 |
+
"tokenizer_2": [
|
181 |
+
null,
|
182 |
+
null,
|
183 |
+
{
|
184 |
+
"repo": "SG161222/RealVisXL_V4.0",
|
185 |
+
"revision": null,
|
186 |
+
"subfolder": "tokenizer_2",
|
187 |
+
"type_hint": [
|
188 |
+
"transformers",
|
189 |
+
"CLIPTokenizer"
|
190 |
+
],
|
191 |
+
"variant": null
|
192 |
+
}
|
193 |
+
],
|
194 |
+
"unet": [
|
195 |
+
null,
|
196 |
+
null,
|
197 |
+
{
|
198 |
+
"repo": "SG161222/RealVisXL_V4.0",
|
199 |
+
"revision": null,
|
200 |
+
"subfolder": "unet",
|
201 |
+
"type_hint": [
|
202 |
+
"diffusers",
|
203 |
+
"UNet2DConditionModel"
|
204 |
+
],
|
205 |
+
"variant": null
|
206 |
+
}
|
207 |
+
],
|
208 |
+
"vae": [
|
209 |
+
null,
|
210 |
+
null,
|
211 |
+
{
|
212 |
+
"repo": "SG161222/RealVisXL_V4.0",
|
213 |
+
"revision": null,
|
214 |
+
"subfolder": "vae",
|
215 |
+
"type_hint": [
|
216 |
+
"diffusers",
|
217 |
+
"AutoencoderKL"
|
218 |
+
],
|
219 |
+
"variant": null
|
220 |
+
}
|
221 |
+
]
|
222 |
+
}
|