File size: 424 Bytes
cd4d4ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "peft_type": "LORA",
  "auto_mapping": null,
  "base_model_name_or_path": "Tongyi-MAI/Z-Image-Turbo",
  "bias": "none",
  "fan_in_fan_out": false,
  "inference_mode": true,
  "init_lora_weights": true,
  "layers_pattern": null,
  "layers_to_transform": null,
  "lora_alpha": 32,
  "lora_dropout": 0.0,
  "r": 32,
  "revision": null,
  "target_modules": ["to_q", "to_v", "to_k", "to_out.0"],
  "task_type": "DIFFUSION"
}