1Cris commited on
Commit
55c9912
·
verified ·
1 Parent(s): eadedd1

Create adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +14 -0
adapter_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "black-forest-labs/FLUX.1-dev",
3
+ "r": 8,
4
+ "target_modules": [
5
+ "to_q",
6
+ "to_k",
7
+ "to_v",
8
+ "to_out.0"
9
+ ],
10
+ "lora_alpha": 16,
11
+ "lora_dropout": 0.0,
12
+ "bias": "none",
13
+ "task_type": "UNET"
14
+ }