Upload 2 files
Browse files- config.json +2 -31
- diffusion_pytorch_model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,16 +1,12 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "ControlNetXSModel",
|
| 3 |
"_diffusers_version": "0.24.0.dev0",
|
| 4 |
-
"_name_or_path": "/Users/umer/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2-1-base/snapshots/5ede9e4bf3e3fd1cb0ef2f7a3fff13ee514fdf06/unet",
|
| 5 |
-
"act_fn": "silu",
|
| 6 |
-
"addition_embed_type_num_heads": 64,
|
| 7 |
"attention_head_dim": [
|
| 8 |
1,
|
| 9 |
1,
|
| 10 |
2,
|
| 11 |
2
|
| 12 |
],
|
| 13 |
-
"attention_type": "default",
|
| 14 |
"base_model_channel_sizes": {
|
| 15 |
"down": [
|
| 16 |
[
|
|
@@ -125,53 +121,28 @@
|
|
| 125 |
16,
|
| 126 |
16
|
| 127 |
],
|
| 128 |
-
"
|
| 129 |
-
"
|
| 130 |
16,
|
| 131 |
32,
|
| 132 |
96,
|
| 133 |
256
|
| 134 |
],
|
| 135 |
-
"conditioning_channels": 3,
|
| 136 |
"controlnet_conditioning_channel_order": "rgb",
|
| 137 |
-
"conv_in_kernel": 3,
|
| 138 |
-
"conv_out_kernel": 3,
|
| 139 |
"cross_attention_dim": 1024,
|
| 140 |
-
"cross_attention_norm": null,
|
| 141 |
"down_block_types": [
|
| 142 |
"CrossAttnDownBlock2D",
|
| 143 |
"CrossAttnDownBlock2D",
|
| 144 |
"CrossAttnDownBlock2D",
|
| 145 |
"DownBlock2D"
|
| 146 |
],
|
| 147 |
-
"downsample_padding": 1,
|
| 148 |
-
"dropout": 0.0,
|
| 149 |
-
"dual_cross_attention": false,
|
| 150 |
-
"encoder_hid_dim": null,
|
| 151 |
-
"encoder_hid_dim_type": null,
|
| 152 |
-
"in_channels": 4,
|
| 153 |
-
"layers_per_block": 2,
|
| 154 |
"learn_embedding": true,
|
| 155 |
-
"mid_block_only_cross_attention": null,
|
| 156 |
-
"mid_block_scale_factor": 1,
|
| 157 |
-
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
| 158 |
-
"norm_eps": 1e-05,
|
| 159 |
"norm_num_groups": 4,
|
| 160 |
"num_attention_heads": null,
|
| 161 |
-
"only_cross_attention": false,
|
| 162 |
-
"out_channels": 4,
|
| 163 |
-
"resnet_out_scale_factor": 1.0,
|
| 164 |
-
"resnet_skip_time_act": false,
|
| 165 |
-
"resnet_time_scale_shift": "default",
|
| 166 |
-
"reverse_transformer_layers_per_block": null,
|
| 167 |
"sample_size": 64,
|
| 168 |
-
"time_cond_proj_dim": null,
|
| 169 |
-
"time_embedding_act_fn": null,
|
| 170 |
"time_embedding_dim": 1280,
|
| 171 |
"time_embedding_input_dim": 320,
|
| 172 |
"time_embedding_mix": 1.0,
|
| 173 |
-
"time_embedding_type": "positional",
|
| 174 |
-
"timestep_post_act": null,
|
| 175 |
"transformer_layers_per_block": 1,
|
| 176 |
"up_block_types": [
|
| 177 |
"UpBlock2D",
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "ControlNetXSModel",
|
| 3 |
"_diffusers_version": "0.24.0.dev0",
|
|
|
|
|
|
|
|
|
|
| 4 |
"attention_head_dim": [
|
| 5 |
1,
|
| 6 |
1,
|
| 7 |
2,
|
| 8 |
2
|
| 9 |
],
|
|
|
|
| 10 |
"base_model_channel_sizes": {
|
| 11 |
"down": [
|
| 12 |
[
|
|
|
|
| 121 |
16,
|
| 122 |
16
|
| 123 |
],
|
| 124 |
+
"conditioning_channels": 3,
|
| 125 |
+
"conditioning_embedding_out_channels": [
|
| 126 |
16,
|
| 127 |
32,
|
| 128 |
96,
|
| 129 |
256
|
| 130 |
],
|
|
|
|
| 131 |
"controlnet_conditioning_channel_order": "rgb",
|
|
|
|
|
|
|
| 132 |
"cross_attention_dim": 1024,
|
|
|
|
| 133 |
"down_block_types": [
|
| 134 |
"CrossAttnDownBlock2D",
|
| 135 |
"CrossAttnDownBlock2D",
|
| 136 |
"CrossAttnDownBlock2D",
|
| 137 |
"DownBlock2D"
|
| 138 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 139 |
"learn_embedding": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 140 |
"norm_num_groups": 4,
|
| 141 |
"num_attention_heads": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 142 |
"sample_size": 64,
|
|
|
|
|
|
|
| 143 |
"time_embedding_dim": 1280,
|
| 144 |
"time_embedding_input_dim": 320,
|
| 145 |
"time_embedding_mix": 1.0,
|
|
|
|
|
|
|
| 146 |
"transformer_layers_per_block": 1,
|
| 147 |
"up_block_types": [
|
| 148 |
"UpBlock2D",
|
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:089da4ad4b0d02f09bbad56d9749f4bc46656fd5628c0b7ef7e7bb10fe8c25b0
|
| 3 |
+
size 56794304
|