kd5678 commited on
Commit
fc072c2
·
verified ·
1 Parent(s): 397b86a

Delete adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +0 -44
adapter_config.json DELETED
@@ -1,44 +0,0 @@
1
- {
2
- "alpha_pattern": {},
3
- "auto_mapping": {
4
- "base_model_class": "UNetMV2DConditionModel",
5
- "parent_library": "mvdiffusion_fea.models.unet_mv2d_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
- "layer_replication": null,
13
- "layers_pattern": null,
14
- "layers_to_transform": null,
15
- "loftq_config": {},
16
- "lora_alpha": 8,
17
- "lora_dropout": 0.0,
18
- "megatron_config": null,
19
- "megatron_core": "megatron.core",
20
- "modules_to_save": null,
21
- "peft_type": "LORA",
22
- "r": 64,
23
- "rank_pattern": {},
24
- "revision": null,
25
- "target_modules": [
26
- "proj_out",
27
- "conv1",
28
- "to_out.0",
29
- "conv_shortcut",
30
- "to_q",
31
- "to_v",
32
- "ff.net.0.proj",
33
- "conv2",
34
- "to_k",
35
- "proj_in",
36
- "upsamplers.0.conv",
37
- "downsamplers.0.conv",
38
- "time_emb_proj",
39
- "ff.net.2"
40
- ],
41
- "task_type": null,
42
- "use_dora": false,
43
- "use_rslora": false
44
- }