Upload ModularLoader
Browse files- modular_model_index.json +70 -0
modular_model_index.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ModularLoader",
|
3 |
+
"_components_names": [
|
4 |
+
"controlnet",
|
5 |
+
"refiner",
|
6 |
+
"text_encoder",
|
7 |
+
"unet"
|
8 |
+
],
|
9 |
+
"_configs_names": [
|
10 |
+
"force_zeros_for_empty_prompt"
|
11 |
+
],
|
12 |
+
"_diffusers_version": "0.33.0.dev0",
|
13 |
+
"controlnet": [
|
14 |
+
"diffusers",
|
15 |
+
"ControlNetModel",
|
16 |
+
{
|
17 |
+
"repo": "brad-twinkl/controlnet-union-sdxl-1.0-promax",
|
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": false,
|
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 |
+
}
|