lcm-lora-sdxl / adapter_config.json
valhalla's picture
Upload folder using huggingface_hub
76b45c8
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": [
"upsamplers.0.conv",
"ff.net.2",
"time_emb_proj",
"conv_shortcut",
"proj_out",
"to_k",
"to_v",
"proj_in",
"to_q",
"conv1",
"to_out.0",
"conv2",
"ff.net.0.proj",
"downsamplers.0.conv"
],
"task_type": null
}