Upload 2 files
Browse files- config.json +7 -30
- diffusion_pytorch_model.safetensors +2 -2
config.json
CHANGED
@@ -1,15 +1,11 @@
|
|
1 |
{
|
2 |
"_class_name": "ControlNetXSModel",
|
3 |
-
"_diffusers_version": "0.
|
4 |
-
"_name_or_path": "/Users/umer/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/unet",
|
5 |
-
"act_fn": "silu",
|
6 |
-
"addition_embed_type_num_heads": 64,
|
7 |
"attention_head_dim": [
|
8 |
1,
|
9 |
1,
|
10 |
2
|
11 |
],
|
12 |
-
"attention_type": "default",
|
13 |
"base_model_channel_sizes": {
|
14 |
"down": [
|
15 |
[
|
@@ -99,46 +95,27 @@
|
|
99 |
64,
|
100 |
128
|
101 |
],
|
102 |
-
"center_input_sample": false,
|
103 |
"conditioning_channels": 3,
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
"controlnet_conditioning_channel_order": "rgb",
|
105 |
-
"conv_in_kernel": 3,
|
106 |
-
"conv_out_kernel": 3,
|
107 |
"cross_attention_dim": 2048,
|
108 |
-
"cross_attention_norm": null,
|
109 |
"down_block_types": [
|
110 |
"DownBlock2D",
|
111 |
"CrossAttnDownBlock2D",
|
112 |
"CrossAttnDownBlock2D"
|
113 |
],
|
114 |
-
"downsample_padding": 1,
|
115 |
-
"dropout": 0.0,
|
116 |
-
"dual_cross_attention": false,
|
117 |
-
"encoder_hid_dim": null,
|
118 |
-
"encoder_hid_dim_type": null,
|
119 |
-
"in_channels": 4,
|
120 |
-
"layers_per_block": 2,
|
121 |
"learn_embedding": true,
|
122 |
-
"mid_block_only_cross_attention": null,
|
123 |
-
"mid_block_scale_factor": 1,
|
124 |
-
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
125 |
-
"norm_eps": 1e-05,
|
126 |
"norm_num_groups": 32,
|
127 |
"num_attention_heads": null,
|
128 |
-
"only_cross_attention": false,
|
129 |
-
"out_channels": 4,
|
130 |
-
"resnet_out_scale_factor": 1.0,
|
131 |
-
"resnet_skip_time_act": false,
|
132 |
-
"resnet_time_scale_shift": "default",
|
133 |
-
"reverse_transformer_layers_per_block": null,
|
134 |
"sample_size": 128,
|
135 |
-
"time_cond_proj_dim": null,
|
136 |
-
"time_embedding_act_fn": null,
|
137 |
"time_embedding_dim": 1280,
|
138 |
"time_embedding_input_dim": 320,
|
139 |
"time_embedding_mix": 0.95,
|
140 |
-
"time_embedding_type": "positional",
|
141 |
-
"timestep_post_act": null,
|
142 |
"transformer_layers_per_block": [
|
143 |
1,
|
144 |
2,
|
|
|
1 |
{
|
2 |
"_class_name": "ControlNetXSModel",
|
3 |
+
"_diffusers_version": "0.24.0.dev0",
|
|
|
|
|
|
|
4 |
"attention_head_dim": [
|
5 |
1,
|
6 |
1,
|
7 |
2
|
8 |
],
|
|
|
9 |
"base_model_channel_sizes": {
|
10 |
"down": [
|
11 |
[
|
|
|
95 |
64,
|
96 |
128
|
97 |
],
|
|
|
98 |
"conditioning_channels": 3,
|
99 |
+
"conditioning_embedding_out_channels": [
|
100 |
+
16,
|
101 |
+
32,
|
102 |
+
96,
|
103 |
+
256
|
104 |
+
],
|
105 |
"controlnet_conditioning_channel_order": "rgb",
|
|
|
|
|
106 |
"cross_attention_dim": 2048,
|
|
|
107 |
"down_block_types": [
|
108 |
"DownBlock2D",
|
109 |
"CrossAttnDownBlock2D",
|
110 |
"CrossAttnDownBlock2D"
|
111 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
"learn_embedding": true,
|
|
|
|
|
|
|
|
|
113 |
"norm_num_groups": 32,
|
114 |
"num_attention_heads": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
"sample_size": 128,
|
|
|
|
|
116 |
"time_embedding_dim": 1280,
|
117 |
"time_embedding_input_dim": 320,
|
118 |
"time_embedding_mix": 0.95,
|
|
|
|
|
119 |
"transformer_layers_per_block": [
|
120 |
1,
|
121 |
2,
|
diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8a4e1ddecf989208e69563836b85996701c8b3c644cbfb8bb6016eeea274e4d
|
3 |
+
size 169820736
|