Upload 5 files
Browse files- adapter_config.json +72 -0
- adapter_model.safetensors +3 -0
- config.json +51 -0
- control_lora_v3_rank32_sd15_canny.safetensors +3 -0
- diffusion_pytorch_model.safetensors +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "ControlNetModel",
|
5 |
+
"parent_library": "diffusers.models.controlnet"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": null,
|
8 |
+
"bias": "all",
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 32,
|
17 |
+
"lora_dropout": 0.0,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": [
|
21 |
+
"controlnet_cond_embedding.conv_in",
|
22 |
+
"controlnet_cond_embedding.blocks.0",
|
23 |
+
"controlnet_cond_embedding.blocks.1",
|
24 |
+
"controlnet_cond_embedding.blocks.2",
|
25 |
+
"controlnet_cond_embedding.blocks.3",
|
26 |
+
"controlnet_cond_embedding.blocks.4",
|
27 |
+
"controlnet_cond_embedding.blocks.5",
|
28 |
+
"controlnet_cond_embedding.conv_out",
|
29 |
+
"controlnet_down_blocks.0",
|
30 |
+
"controlnet_down_blocks.1",
|
31 |
+
"controlnet_down_blocks.2",
|
32 |
+
"controlnet_down_blocks.3",
|
33 |
+
"controlnet_down_blocks.4",
|
34 |
+
"controlnet_down_blocks.5",
|
35 |
+
"controlnet_down_blocks.6",
|
36 |
+
"controlnet_down_blocks.7",
|
37 |
+
"controlnet_down_blocks.8",
|
38 |
+
"controlnet_down_blocks.9",
|
39 |
+
"controlnet_down_blocks.10",
|
40 |
+
"controlnet_down_blocks.11",
|
41 |
+
"controlnet_mid_block",
|
42 |
+
"norm",
|
43 |
+
"norm1",
|
44 |
+
"norm2",
|
45 |
+
"norm3"
|
46 |
+
],
|
47 |
+
"peft_type": "LORA",
|
48 |
+
"r": 32,
|
49 |
+
"rank_pattern": {},
|
50 |
+
"revision": null,
|
51 |
+
"target_modules": [
|
52 |
+
"to_out.0",
|
53 |
+
"linear_2",
|
54 |
+
"ff.net.0.proj",
|
55 |
+
"to_q",
|
56 |
+
"to_k",
|
57 |
+
"conv2",
|
58 |
+
"ff.net.2",
|
59 |
+
"conv",
|
60 |
+
"proj_in",
|
61 |
+
"conv_shortcut",
|
62 |
+
"proj_out",
|
63 |
+
"linear_1",
|
64 |
+
"to_v",
|
65 |
+
"conv1",
|
66 |
+
"conv_in",
|
67 |
+
"time_emb_proj"
|
68 |
+
],
|
69 |
+
"task_type": null,
|
70 |
+
"use_dora": false,
|
71 |
+
"use_rslora": false
|
72 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcbc30dea55d6e074775cc11f0304766d61454e67850b798455b17c4e7635f9b
|
3 |
+
size 106667720
|
config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.29.2",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"addition_embed_type": null,
|
6 |
+
"addition_embed_type_num_heads": 64,
|
7 |
+
"addition_time_embed_dim": null,
|
8 |
+
"attention_head_dim": 8,
|
9 |
+
"block_out_channels": [
|
10 |
+
320,
|
11 |
+
640,
|
12 |
+
1280,
|
13 |
+
1280
|
14 |
+
],
|
15 |
+
"class_embed_type": null,
|
16 |
+
"conditioning_channels": 3,
|
17 |
+
"conditioning_embedding_out_channels": [
|
18 |
+
16,
|
19 |
+
32,
|
20 |
+
96,
|
21 |
+
256
|
22 |
+
],
|
23 |
+
"controlnet_conditioning_channel_order": "rgb",
|
24 |
+
"cross_attention_dim": 768,
|
25 |
+
"down_block_types": [
|
26 |
+
"CrossAttnDownBlock2D",
|
27 |
+
"CrossAttnDownBlock2D",
|
28 |
+
"CrossAttnDownBlock2D",
|
29 |
+
"DownBlock2D"
|
30 |
+
],
|
31 |
+
"downsample_padding": 1,
|
32 |
+
"encoder_hid_dim": null,
|
33 |
+
"encoder_hid_dim_type": null,
|
34 |
+
"flip_sin_to_cos": true,
|
35 |
+
"freq_shift": 0,
|
36 |
+
"global_pool_conditions": false,
|
37 |
+
"in_channels": 4,
|
38 |
+
"layers_per_block": 2,
|
39 |
+
"mid_block_scale_factor": 1,
|
40 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
41 |
+
"norm_eps": 1e-05,
|
42 |
+
"norm_num_groups": 32,
|
43 |
+
"num_attention_heads": null,
|
44 |
+
"num_class_embeds": null,
|
45 |
+
"only_cross_attention": false,
|
46 |
+
"projection_class_embeddings_input_dim": null,
|
47 |
+
"resnet_time_scale_shift": "default",
|
48 |
+
"transformer_layers_per_block": 1,
|
49 |
+
"upcast_attention": false,
|
50 |
+
"use_linear_projection": false
|
51 |
+
}
|
control_lora_v3_rank32_sd15_canny.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34ff70df7c794e062fefd89e1e6370875dfdb27c8cf302d54cb1f212983ff6bc
|
3 |
+
size 106214440
|
diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1af7ceb069e1d678e681168ef9083f262862c65bb21b3c8dd2300b41c51e0088
|
3 |
+
size 1445157120
|