File size: 411 Bytes
a3713d9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "alpha": 128,
  "base_model_name_or_path": "OnomaAIResearch/Illustrious-xl-early-release-v0",
  "bias": "none",
  "fan_in_fan_out": false,
  "inference_mode": true,
  "init_lora_weights": true,
  "lora_alpha": 128,
  "lora_dropout": 0.05,
  "modules_to_save": null,
  "peft_type": "LORA",
  "r": 128,
  "target_modules": [
    "to_q",
    "to_v",
    "to_k",
    "to_out.0"
  ],
  "task_type": "DIFFUSION"
}