sscorzo commited on
Commit
150ceba
·
verified ·
1 Parent(s): 1932ed6

Create adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +8 -0
adapter_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "black-forest-labs/FLUX.1-dev",
3
+ "peft_type": "LORA",
4
+ "task_type": "feature-extraction",
5
+ "r": 16,
6
+ "lora_alpha": 16,
7
+ "target_modules": ["attn.to_k", "attn.to_q", "attn.to_v", "attn.to_out.0"]
8
+ }