lcm-lora-sdv1-5 / adapter_config.json
valhalla's picture
step-3000
4bc4845
raw
history blame
No virus
781 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "UNet2DConditionModel",
"parent_library": "diffusers.models.unet_2d_condition"
},
"base_model_name_or_path": null,
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 8,
"lora_dropout": 0.0,
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"rank_pattern": {},
"revision": null,
"target_modules": [
"to_out.0",
"ff.net.2",
"conv2",
"to_v",
"ff.net.0.proj",
"to_q",
"upsamplers.0.conv",
"proj_out",
"proj_in",
"to_k",
"conv_shortcut",
"downsamplers.0.conv",
"conv1",
"time_emb_proj"
],
"task_type": null
}