david5812345 commited on
Commit
0a11aa1
·
verified ·
1 Parent(s): e31e4e0

Upload adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +35 -0
adapter_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "peft_type": "LORA",
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "black-forest-labs/FLUX.1-dev",
5
+ "revision": null,
6
+ "task_type": null,
7
+ "inference_mode": false,
8
+ "r": 16,
9
+ "target_modules": [
10
+ "to_v",
11
+ "to_q",
12
+ "add_v_proj",
13
+ "add_q_proj",
14
+ "add_k_proj",
15
+ "to_out.0",
16
+ "to_k",
17
+ "to_add_out"
18
+ ],
19
+ "lora_alpha": 16,
20
+ "lora_dropout": 0.0,
21
+ "fan_in_fan_out": false,
22
+ "bias": "none",
23
+ "use_rslora": false,
24
+ "modules_to_save": null,
25
+ "init_lora_weights": true,
26
+ "layers_to_transform": null,
27
+ "layers_pattern": null,
28
+ "rank_pattern": {},
29
+ "alpha_pattern": {},
30
+ "megatron_config": null,
31
+ "megatron_core": "megatron.core",
32
+ "loftq_config": {},
33
+ "use_dora": false,
34
+ "layer_replication": null
35
+ }