File size: 512 Bytes
2a8a9dc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "r": 8,
  "lora_alpha": 8,
  "lora_dropout": 0.0,
  "bias": "none",
  "task_type": "bokeh",
  "base_model_name_or_path": "SG161222/RealVisXL_V5.0",
  "peft_type": "LORA",
  "inference_mode": true,
  "target_modules": [
  	"to_q",
        "to_k",
        "to_v",
        "to_out.0",
	"proj_in",
        "proj_out",
        "ff.net.0.proj",
        "ff.net.2",
        "conv1",
        "conv2",
        "conv_shortcut",
        "downsamplers.0.conv",
        "upsamplers.0.conv",
        "time_emb_proj"
  ]
}