bokehdiff / small /adapter_config.json
zcx65535's picture
LoRA (rank=8) + VAE
2a8a9dc verified
{
"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"
]
}