lavinal712
commited on
Upload 2 files
Browse files- adapter_config.json +61 -0
- adapter_model.safetensors +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "none",
|
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 |
+
],
|
43 |
+
"peft_type": "LORA",
|
44 |
+
"r": 32,
|
45 |
+
"rank_pattern": {},
|
46 |
+
"revision": null,
|
47 |
+
"target_modules": [
|
48 |
+
"to_q",
|
49 |
+
"ff.net.2",
|
50 |
+
"proj",
|
51 |
+
"to_k",
|
52 |
+
"linear_2",
|
53 |
+
"to_out.0",
|
54 |
+
"to_v",
|
55 |
+
"time_emb_proj",
|
56 |
+
"linear_1"
|
57 |
+
],
|
58 |
+
"task_type": null,
|
59 |
+
"use_dora": false,
|
60 |
+
"use_rslora": false
|
61 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07a46081dcd113e272dece962564d89ccd0584698f7126db17fbd840c2f5e120
|
3 |
+
size 75715312
|