Upload 2 files
Browse files- adapter_config.json +14 -9
- adapter_model.safetensors +3 -0
adapter_config.json
CHANGED
@@ -1,12 +1,16 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
-
"auto_mapping":
|
|
|
|
|
|
|
4 |
"base_model_name_or_path": null,
|
5 |
"bias": "none",
|
|
|
6 |
"eva_config": null,
|
7 |
"exclude_modules": null,
|
8 |
"fan_in_fan_out": false,
|
9 |
-
"inference_mode":
|
10 |
"init_lora_weights": "gaussian",
|
11 |
"layer_replication": null,
|
12 |
"layers_pattern": null,
|
@@ -24,19 +28,20 @@
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"proj_out",
|
27 |
-
"to_v",
|
28 |
-
"linear_2",
|
29 |
-
"linear",
|
30 |
-
"proj",
|
31 |
"conv_depth",
|
|
|
32 |
"conv_point",
|
33 |
"to_out.0",
|
34 |
-
"
|
35 |
"linear_1",
|
36 |
-
"
|
37 |
-
"
|
|
|
|
|
|
|
38 |
],
|
39 |
"task_type": null,
|
|
|
40 |
"use_dora": false,
|
41 |
"use_rslora": false
|
42 |
}
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "SanaTransformer2DModel",
|
5 |
+
"parent_library": "diffusers.models.transformers.sana_transformer"
|
6 |
+
},
|
7 |
"base_model_name_or_path": null,
|
8 |
"bias": "none",
|
9 |
+
"corda_config": null,
|
10 |
"eva_config": null,
|
11 |
"exclude_modules": null,
|
12 |
"fan_in_fan_out": false,
|
13 |
+
"inference_mode": true,
|
14 |
"init_lora_weights": "gaussian",
|
15 |
"layer_replication": null,
|
16 |
"layers_pattern": null,
|
|
|
28 |
"revision": null,
|
29 |
"target_modules": [
|
30 |
"proj_out",
|
|
|
|
|
|
|
|
|
31 |
"conv_depth",
|
32 |
+
"to_v",
|
33 |
"conv_point",
|
34 |
"to_out.0",
|
35 |
+
"conv_inverted",
|
36 |
"linear_1",
|
37 |
+
"to_q",
|
38 |
+
"proj",
|
39 |
+
"linear",
|
40 |
+
"linear_2",
|
41 |
+
"to_k"
|
42 |
],
|
43 |
"task_type": null,
|
44 |
+
"trainable_token_indices": null,
|
45 |
"use_dora": false,
|
46 |
"use_rslora": false
|
47 |
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6409baf50689e63c371846c33ad0ec8581b830845bd6ba13a1ac5e8a26f9fdd4
|
3 |
+
size 629579000
|