sd-laion-art / unet /adapter_config.json
Vishnou's picture
Upload folder using huggingface_hub
31cc873 verified
raw history blame
No virus
755 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "UNet2DConditionModel",
"parent_library": "diffusers.models.unets.unet_2d_condition"
},
"base_model_name_or_path": null,
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 32,
"lora_dropout": 0.0,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 4,
"rank_pattern": {},
"revision": null,
"target_modules": [
"to_q",
"to_v",
"value",
"query"
],
"task_type": null,
"use_dora": false,
"use_rslora": false
}