free001style
commited on
Commit
•
f917d49
1
Parent(s):
4ca08ae
Upload model
Browse files- cd/adapter_config.json +42 -0
- cd/adapter_model.safetensors +3 -0
- ct/adapter_config.json +42 -0
- ct/adapter_model.safetensors +3 -0
- multi-cd/adapter_config.json +42 -0
- multi-cd/adapter_model.safetensors +3 -0
cd/adapter_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "UNet2DConditionModel",
|
5 |
+
"parent_library": "diffusers.models.unets.unet_2d_condition"
|
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 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 8,
|
16 |
+
"lora_dropout": 0.0,
|
17 |
+
"megatron_config": null,
|
18 |
+
"megatron_core": "megatron.core",
|
19 |
+
"modules_to_save": null,
|
20 |
+
"peft_type": "LORA",
|
21 |
+
"r": 64,
|
22 |
+
"rank_pattern": {},
|
23 |
+
"revision": null,
|
24 |
+
"target_modules": [
|
25 |
+
"to_v",
|
26 |
+
"time_emb_proj",
|
27 |
+
"to_q",
|
28 |
+
"proj_out",
|
29 |
+
"conv2",
|
30 |
+
"ff.net.0.proj",
|
31 |
+
"downsamplers.0.conv",
|
32 |
+
"upsamplers.0.conv",
|
33 |
+
"conv_shortcut",
|
34 |
+
"proj_in",
|
35 |
+
"to_k",
|
36 |
+
"to_out.0",
|
37 |
+
"conv1",
|
38 |
+
"ff.net.2"
|
39 |
+
],
|
40 |
+
"task_type": null,
|
41 |
+
"use_rslora": false
|
42 |
+
}
|
cd/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccdebcab11a8a4e984495d3419f0cd03cd3cccfaf6d8e81a1a9b2b6f1c087251
|
3 |
+
size 269182200
|
ct/adapter_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "UNet2DConditionModel",
|
5 |
+
"parent_library": "diffusers.models.unets.unet_2d_condition"
|
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 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 8,
|
16 |
+
"lora_dropout": 0.0,
|
17 |
+
"megatron_config": null,
|
18 |
+
"megatron_core": "megatron.core",
|
19 |
+
"modules_to_save": null,
|
20 |
+
"peft_type": "LORA",
|
21 |
+
"r": 64,
|
22 |
+
"rank_pattern": {},
|
23 |
+
"revision": null,
|
24 |
+
"target_modules": [
|
25 |
+
"to_v",
|
26 |
+
"time_emb_proj",
|
27 |
+
"to_q",
|
28 |
+
"proj_out",
|
29 |
+
"conv2",
|
30 |
+
"ff.net.0.proj",
|
31 |
+
"downsamplers.0.conv",
|
32 |
+
"upsamplers.0.conv",
|
33 |
+
"conv_shortcut",
|
34 |
+
"proj_in",
|
35 |
+
"to_k",
|
36 |
+
"to_out.0",
|
37 |
+
"conv1",
|
38 |
+
"ff.net.2"
|
39 |
+
],
|
40 |
+
"task_type": null,
|
41 |
+
"use_rslora": false
|
42 |
+
}
|
ct/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03976f8fc1d12e991b1e4803665cbee75fb0718aa342f57c3972d9ac154c5cc1
|
3 |
+
size 134588256
|
multi-cd/adapter_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "UNet2DConditionModel",
|
5 |
+
"parent_library": "diffusers.models.unets.unet_2d_condition"
|
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 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 8,
|
16 |
+
"lora_dropout": 0.0,
|
17 |
+
"megatron_config": null,
|
18 |
+
"megatron_core": "megatron.core",
|
19 |
+
"modules_to_save": null,
|
20 |
+
"peft_type": "LORA",
|
21 |
+
"r": 64,
|
22 |
+
"rank_pattern": {},
|
23 |
+
"revision": null,
|
24 |
+
"target_modules": [
|
25 |
+
"to_v",
|
26 |
+
"time_emb_proj",
|
27 |
+
"to_q",
|
28 |
+
"proj_out",
|
29 |
+
"conv2",
|
30 |
+
"ff.net.0.proj",
|
31 |
+
"downsamplers.0.conv",
|
32 |
+
"upsamplers.0.conv",
|
33 |
+
"conv_shortcut",
|
34 |
+
"proj_in",
|
35 |
+
"to_k",
|
36 |
+
"to_out.0",
|
37 |
+
"conv1",
|
38 |
+
"ff.net.2"
|
39 |
+
],
|
40 |
+
"task_type": null,
|
41 |
+
"use_rslora": false
|
42 |
+
}
|
multi-cd/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85a58e258f5d1452719a30ff2f2c43d565b8d72f2df542488593b54e79b459ac
|
3 |
+
size 134588256
|