Spaces:
Runtime error
Runtime error
File size: 325 Bytes
7cedbd6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"peft_type": "LORA",
"base_model_name_or_path": "runwayml/stable-diffusion-v1-5",
"revision": null,
"task_type": "TEXT_TO_IMAGE",
"lora_rank": 8,
"lora_alpha": 16,
"lora_dropout": 0.1,
"fan_in_fan_out": false,
"bias": "none",
"target_modules": [
"to_q",
"to_k",
"to_v",
"to_out.0"
]
}
|