Text-to-Image
PEFT
English
art
Pokemon_LoRa / adapter_config.json
harikrushna2272's picture
Upload LoRA model trained on Pokémon dataset with 20 epoch
e29ae42 verified
raw
history blame contribute delete
594 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": 32,
"lora_dropout": 0.1,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"to_k",
"to_v",
"to_out.0",
"to_q"
],
"task_type": null
}