File size: 214 Bytes
a901055
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "peft_type": "LORA",
  "r": 16,
  "lora_alpha": 16,
  "bias": "none",
  "target_modules": [
    "attn.to_q",
    "attn.to_k",
    "attn.to_v",
    "attn.to_out.0"
  ],
  "task_type": "DIFFUSION"
}