wookiekim commited on
Commit
9bea893
·
verified ·
1 Parent(s): a377eaa

Upload adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. adapter_config.json +42 -0
adapter_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "FluxTransformer2DModel",
5
+ "parent_library": "diffusers.models.transformers.transformer_flux"
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": "gaussian",
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 128,
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
+ "attn.to_k",
27
+ "ff_context.net.2",
28
+ "attn.to_q",
29
+ "attn.add_k_proj",
30
+ "attn.to_add_out",
31
+ "attn.to_v",
32
+ "attn.to_out.0",
33
+ "ff.net.0.proj",
34
+ "attn.add_q_proj",
35
+ "ff.net.2",
36
+ "attn.add_v_proj",
37
+ "ff_context.net.0.proj"
38
+ ],
39
+ "task_type": null,
40
+ "use_dora": false,
41
+ "use_rslora": false
42
+ }